Lines Matching full:radeonsi
30 - GL_ARB_post_depth_coverage on radeonsi (Navi)
33 - GL_EXT_shader_image_load_store on radeonsi (with LLVM >= 10)
34 - GL_EXT_shader_samples_identical on iris and radeonsi (if using NIR)
322 - radeonsi/gfx10: fix the legacy pipeline by storing as_ngg in the
324 - radeonsi: move some global shader cache flags to per-binary flags
325 - radeonsi/gfx10: fix tessellation for the legacy pipeline
326 - radeonsi/gfx10: fix the PRIMITIVES_GENERATED query if using legacy
328 - radeonsi/gfx10: create the GS copy shader if using legacy streamout
329 - radeonsi/gfx10: add as_ngg variant for VS as ES to select Wave32/64
330 - radeonsi/gfx10: fix InstanceID for legacy VS+GS
331 - radeonsi/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0
332 - radeonsi/gfx10: always use the legacy pipeline for streamout
333 - radeonsi/gfx10: finish up Navi14, add PCI ID
334 - radeonsi/gfx10: add AMD_DEBUG=nongg
336 - radeonsi: add PKT3_CONTEXT_REG_RMW
337 - radeonsi/gfx10: remove incorrect ngg/pos_writes_edgeflag variables
338 - radeonsi/gfx10: set PA_CL_VS_OUT_CNTL with CONTEXT_REG_RMW to fix
340 - radeonsi: consolidate determining VGPR_COMP_CNT for API VS
341 - radeonsi: unbind blend/DSA/rasterizer state correctly in delete
343 - radeonsi: fix scratch buffer WAVESIZE setting leading to corruption
344 - radeonsi/gfx10: don't call gfx10_destroy_query with compute-only
346 - radeonsi/gfx10: fix wave occupancy computations
347 - radeonsi: add Navi12 PCI ID
409 - Revert "radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpu"