radeonsi: move nir_shader_compiler_options into si_screen
[mesa.git] / src / gallium / drivers / radeonsi / si_compute_prim_discard.c
2020-09-03 Marek Olšákradeonsi: remove unused si_shader_context::type
2020-09-03 Marek Olšákradeonsi: change PIPE_SHADER to MESA_SHADER (si_shader_...
2020-08-12 Marek Olšákradeonsi: fix compute-based culling with VERTEX_COUNTER...
2020-06-02 Marek Olšákac/nir: support 16-bit data in buffer_load_format opcodes
2020-06-02 Marek Olšákac/nir: remove type and num_channels args from ac_build...
2020-03-30 Pierre-Eric Pellou... radeonsi: switch to 3-spaces style
2020-03-28 Marek Olšákradeonsi/gfx10: fix descriptors and compute registers...
2020-03-28 Marek Olšákradeonsi/gfx10: user correct ACQUIRE_MEM packet for...
2020-03-28 Marek Olšákradeonsi/gfx10: fix ds.ordered.add intrinsic for comput...
2020-03-28 Marek Olšákradeonsi: set amdgpu-gds-size for mode == 2 of compute...
2020-03-28 Marek Olšákradeonsi: fix incorrect ordered_wave_id initilization...
2020-03-28 Marek Olšákradeonsi: remove obsolete TODO comment related to compu...
2020-01-23 Marek Olšákradeonsi: use ctx->ac. for types and integer constants
2020-01-20 Marek Olšákac: add helper ac_build_triangle_strip_indices_to_triangle
2020-01-15 Marek Olšákradeonsi: work around an LLVM crash when using llvm...
2020-01-15 Marek Olšákradeonsi: separate code computing info for small primit...
2020-01-14 Marek Olšákradeonsi: fold si_create_function into si_llvm_create_func
2020-01-13 Marek Olšákradeonsi: don't enable VBOs in user SGPRs if compute...
2019-11-25 Marek Olšákradeonsi: initialize the per-context compiler on demand
2019-11-25 Marek Olšákac: set swizzled bit in cache policy as a hint not...
2019-11-25 Connor Abbottac/nir, radv, radeonsi: Switch to using ac_shader_args
2019-08-27 Marek Olšákradeonsi: align scratch and ring buffer allocations...
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Marek Olšákradeonsi: don't use lp_build_if for the prim discard...
2019-07-12 Samuel Pitoisetac: import ac_get_compute_resource_limits() from RadeonSI
2019-07-04 Marek Olšákac: replace glc,slc with cache_policy for loads
2019-07-04 Marek Olšákac: replace glc,slc with cache_policy for stores
2019-07-04 Bas Nieuwenhuizenradeonsi: Fix some warnings.
2019-07-03 Marek Olšákradeonsi/gfx10: cosmetic changes
2019-06-25 Marek Olšákradeonsi: set the calling convention for inlined functi...
2019-06-19 Connor Abbottac,radeonsi: Always mark buffer stores as inaccessiblem...
2019-06-12 Marek Olšákradeonsi: use the ac helper for index buffer stores...
2019-05-16 Marek Olšákradeonsi: invalidate caches at the beginning of the...
2019-05-16 Marek Olšákradeonsi: disable primitive restart for triangles for...
2019-05-16 Marek Olšákradeonsi: cull primitives with async compute for large...