• Home
  • Raw
  • Download

Lines Matching refs:zink

922 -  zink: ask for flatshade lowering
923 - zink: add dri loader
924 - zink: query support (v2)
925 - zink/spirv: store all values as uint.
926 - zink: add support for compressed formats
927 - zink: add sample mask support
928 - zink: add samples to rasterizer
929 - zink: attempt to get multisample resource creation right
939 - zink: clamped limits to INT_MAX when stored as uint32_t.
940 - zink: fix line-width calculation
941 - zink: respect ubo buffer alignment requirement
942 - zink: limited uniform buffer size so the limits is not exceeded.
943 - zink: pass line width from rast_state to gfx_pipeline_state.
944 - zink: Use optimal layout instead of general. Reduces valid layer
946 - zink: make sure src image is transfer-src-optimal
1340 - zink: introduce opengl over vulkan
1341 - zink: detect presence of VK_KHR_maintenance1
1342 - zink/spirv: implement point-sprites
1343 - zink: transform z-range
1344 - zink: remove discard_if
1345 - zink/spirv: implement some integer ops
1346 - zink/spirv: handle reading registers
1347 - zink/spirv: prepare for control-flow
1348 - zink/spirv: implement if-statements
1349 - zink/spirv: implement discard
1350 - zink/spirv: implement loops
1351 - zink: prepare for caching of renderpases/framebuffers
1352 - zink: move render-pass begin to helper
1353 - zink: do not leak image-views
1354 - zink: move cmdbuf-resetting into a helper
1355 - zink: prepare for multiple cmdbufs
1356 - zink: pass zink_render_pass to pipeline-creation
1357 - zink: cache programs
1358 - zink: move renderpass inside gfx pipeline state
1359 - zink: cache those pipelines
1360 - zink: reference renderpass and framebuffer from cmdbuf
1361 - zink: return old fence from zink_flush
1362 - zink: reference vertex and index buffers
1363 - zink: reference ubos and textures
1364 - zink: wait for idle on context-destroy
1365 - zink: whitespace cleanup
1366 - zink: reference blit/copy-region resources
1367 - zink: add curr_cmdbuf-helper
1368 - zink: delete samplers after the current cmdbuf
1369 - zink: texture-rects?
1370 - zink: store shader_info in zink_shader
1371 - zink: implement fmod
1372 - zink: track used resources
1373 - zink: do not destroy staging-resource, deref it
1374 - zink: use uvec for undefs
1375 - zink: emit dedicated block for variables
1376 - zink: ensure non-fragment shaders use lod-versions of texture
1377 - zink: ensure textures are transitioned properly
1378 - zink: assign increasing locations to varyings
1379 - zink: move primitive-topology stuff into program
1380 - zink: tweak state handling
1381 - zink: remove unusual alignment
1382 - zink: return after blitting
1383 - zink: implement batching
1384 - zink: simplify renderpass/framebuffer logic a tad
1385 - zink: cache render-passes
1386 - zink: cache framebuffers
1387 - zink: more batch-ism
1388 - zink: use helper
1389 - zink: fixup parameter name
1390 - zink: ensure sampler-views survive a batch
1391 - zink: remove hack-comment
1392 - zink: clean up render-pass management
1393 - zink: rename sampler-view destroy function
1394 - zink: pass screen instead of device to program-functions
1395 - zink: keep a reference to used render-passes
1396 - zink: prepare for shadow-samplers
1397 - zink: kill dead code
1398 - zink: clamp scissors
1399 - zink: do not use hash-table for regs
1400 - zink: squashme: forward declare hash_table
1401 - zink: squashme: trade cplusplus wrapper for header-guard
1402 - zink: fix off-by-one in assert
1403 - zink: reuse constants
1404 - zink: pool descriptors per batch
1405 - zink: request alpha-test lowering
1406 - zink/spirv: var -> regs
1407 - zink/spirv: rename vec_type
1408 - zink: do not lower io
1409 - zink: request ucp-lowering
1410 - zink: cleanup zink_end_batch
1411 - zink: drop unused argument
1412 - zink: refactor fence destruction
1413 - zink: only consider format-desc if checking details
1414 - zink: document end-of-frame hack
1415 - zink: use pipe_stencil_ref instead of uint32_t-array
1416 - zink: store sampler and image_view counts
1417 - zink: save original scissor and viewport
1418 - zink: save all supported util_blitter states
1419 - zink: process one aspect-mask bit at the time
1420 - zink: clean up opcode-emitting a bit
1421 - zink: add some opcodes
1422 - zink: add division ops
1423 - zink: add shift ops
1424 - zink: implement ineg
1425 - zink: more comparison-ops
1426 - zink: more converts
1427 - zink: add more compares
1428 - zink: crash hard on unknown queries
1429 - zink: abort on submit-failure
1430 - zink: stub resource_from_handle
1431 - zink: make sure imageExtent.depth is 1 for arrays
1432 - zink/spirv: correct opcode
1433 - zink: support more texturing
1434 - zink: wait for transfer when reading
1435 - zink/spirv: be a bit more strict with fragment-results
1436 - zink/spirv: debug-print unknown varying slots
1437 - zink: ensure layout is reasonable before copying
1438 - zink: fixup: save rasterizer
1439 - zink: set ExecutionModeDepthReplacing when depth is written
1440 - zink: avoid texelFetch until it's implemented
1441 - zink: remove insecure comment
1442 - zink: don't crash when setting rast-state to NULL
1443 - zink: add note about enabling PIPE_CAP_CLIP_HALFZ
1444 - zink/spirv: always enable Sampled1D for fragment shaders
1445 - zink: do not use both depth and stencil aspects for sampler-views
1446 - zink/spirv: support vec1 coordinates
1447 - zink: fixup boolean queries
1448 - zink: disable timestamp-queries
1449 - zink: move set_active_query_state-stub to zink_query.c
1450 - HACK: zink: suspend / resume queries on batch-boundaries
1451 - zink: also accept txl
1452 - zink: use primconvert to get rid of 8-bit indices
1453 - zink: initialize nr_samples for pipe_surface
1454 - zink: fix rendering to 3D-textures
1455 - zink: support shadow-samplers
1456 - zink: disable PIPE_CAP_QUERY_TIME_ELAPSED for now
1457 - zink: add missing sRGB DXT-formats
1458 - zink: lower point-size
1459 - zink/spirv: use ordered compares
1460 - zink/spirv: implement f2b1
1461 - zink/spirv: assert bit-size
1462 - zink/spirv: implement bcsel
1463 - zink/spirv: implement bitwise ops
1464 - zink/spirv: implement b2i32
1465 - zink/spirv: implement emit_select helper
1466 - zink/spirv: implement emit_float_const helper
1467 - zink/spirv: use bit_size instead of hard-coding
1468 - zink/spirv: add emit_bitcast-helper
1469 - zink/spirv: add emit_uint_const-helper
1470 - zink/spirv: inline get_uvec_constant into emit_load_const
1471 - zink/spirv: clean up get_[fu]vec_constant
1472 - zink/spirv: fixup b2i32 and implement b2f32
1473 - zink/spirv: prepare for 1-bit booleans
1474 - zink: do not lower bools to float
1475 - zink/spirv: fixup b2i32
1476 - zink/spirv: implement load_front_face
1477 - zink/spirv: alias generic varyings on non-generic ones
1478 - zink: lower two-sided coloring
1479 - zink/spirv: alias var0 on tex0 etc instead
1480 - zink: do not set VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT for non-3D
1482 - zink: use VK_FORMAT_B8G8R8A8_UNORM for PIPE_FORMAT_B8G8R8X8_UNORM
1483 - zink: implement resource_from_handle
1484 - zink: refactor blitting
1485 - zink: fixup return-value
1486 - zink: pass screen to zink_create_gfx_pipeline
1487 - zink: do not set lineWidth to invalid value
1488 - zink: fixup scissoring
1489 - zink/spirv: more complete sampler-dim handling
1490 - zink: simplify gl-to-vulkan lowering
1493 - zink: error if VK_KHR_maintenance1 isn't supported
1494 - zink: emulate optional depth-formats
1496 - zink: use dynamic state for line-width
1497 - zink: use bitfield for dirty flagging
1498 - zink: drop nop descriptor-updates
1499 - zink: only enable KHR_external_memory_fd if supported
1500 - zink: emit line-width when using polygon line-mode
1501 - zink: use actual format for render-pass
1502 - zink: always allow mutating the format
1503 - zink: do not advertize coherent mapping
1504 - zink: disable fragment-shader texture-lod
1505 - zink: correct depth-stencil format