radeonsi: Add config parameter to si_shader_apply_scratch_relocs.
[mesa.git] / src / gallium / drivers /
2016-04-21 Bas Nieuwenhuizenradeonsi: Add config parameter to si_shader_apply_scrat...
2016-04-21 Tim Rowleyswr: add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT to get_param
2016-04-21 Bas Nieuwenhuizengallium/radeon: Silence possibly uninitialized variable...
2016-04-21 Bas Nieuwenhuizenradeonsi: Enable loading into CE RAM.
2016-04-21 Bas Nieuwenhuizenradeonsi: Use defines for CONTEXT_CONTROL instead of...
2016-04-20 Samuel Pitoisetgk110/ir: make use of IMUL32I for all immediates
2016-04-20 Samuel Pitoisetgk110/ir: do not overwrite def value with zero for...
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-20 Samuel Pitoisetnvc0: avoid tex read fault from compute shaders on...
2016-04-20 Tim Rowleyswr: fix resource backed constant buffers
2016-04-20 Hans de Goedenouveau: codegen: Add support for OpenCL global memory...
2016-04-20 Hans de Goedenouveau: codegen: Use FILE_MEMORY_BUFFER for buffers
2016-04-19 Rob Clarkfreedreno/a4xx: lower srgb in shader for astc textures
2016-04-19 Rob Clarkfreedreno: cleanup fd_set_sampler_views
2016-04-19 Bas Nieuwenhuizenradeonsi: enable TGSI support cap for compute shaders
2016-04-19 Bas Nieuwenhuizenradeonsi: Consider input SGPR count for compute shader...
2016-04-19 Bas Nieuwenhuizenradeonsi: Add CE synchronization for compute dispatches.
2016-04-19 Bas Nieuwenhuizenradeonsi: clean up compute flush
2016-04-19 Bas Nieuwenhuizenradeonsi: do not do two full flushes on every compute...
2016-04-19 Bas Nieuwenhuizenradeonsi: split setting graphics and compute descriptors
2016-04-19 Bas Nieuwenhuizenradeonsi: split texture decompression for compute shaders
2016-04-19 Bas Nieuwenhuizenradeonsi: update predicate condition for compute dispatches
2016-04-19 Bas Nieuwenhuizenradeonsi: implement TGSI compute dispatch
2016-04-19 Bas Nieuwenhuizenradeonsi: only emit compute shader state when switching...
2016-04-19 Bas Nieuwenhuizenradeonsi: rework compute scratch buffer
2016-04-19 Bas Nieuwenhuizenradeonsi: do per cs setup for compute shaders once...
2016-04-19 Bas Nieuwenhuizenradeonsi: don't pass scratch buffer to user SGPRs
2016-04-19 Bas Nieuwenhuizenradeonsi: split input upload off from si_launch_grid
2016-04-19 Bas Nieuwenhuizenradeonsi: implement TGSI compute shader creation
2016-04-19 Bas Nieuwenhuizenradeonsi: update shader count for compute shaders
2016-04-19 Bas Nieuwenhuizenradeonsi: set maximum work group size based on block...
2016-04-19 Bas Nieuwenhuizenradeonsi: implement shared atomics
2016-04-19 Bas Nieuwenhuizenradeonsi: implement shared memory load/store
2016-04-19 Bas Nieuwenhuizenradeonsi: add shared memory
2016-04-19 Bas Nieuwenhuizenradeonsi: lower compute shader arguments
2016-04-19 Bas Nieuwenhuizenradeonsi: Use CE for all descriptors.
2016-04-19 Bas Nieuwenhuizenradeonsi: Replace list_dirty with a mask.
2016-04-19 Bas Nieuwenhuizenradeonsi: Add CE uploader.
2016-04-19 Bas Nieuwenhuizenradeonsi: Allocate chunks of CE ram.
2016-04-19 Bas Nieuwenhuizenradeonsi: Add CE synchronization.
2016-04-19 Bas Nieuwenhuizenradeonsi: Add CE packet definitions.
2016-04-19 Bas Nieuwenhuizenradeonsi: Create CE IB.
2016-04-19 Marek Olšákwinsys/amdgpu: Add support for const IB.
2016-04-19 Marek Olšákgallium/radeon: move ring_type into winsyses
2016-04-19 Jose Fonsecallvmpipe: Call LLVMShutdown before exiting.
2016-04-19 Jose Fonsecallvmpipe: Avoid LLVMGetGlobalContext in tests.
2016-04-19 Jose Fonsecallvmpipe: Skip false exp2 failure in lp_test_arit due...
2016-04-19 Jose Fonsecallvmpipe: Test more vector lengths.
2016-04-19 Jose FonsecaRevert "nv50/ra: `isinf()` is in namespace `std` since...
2016-04-18 Eric Anholtvc4: Fix fbo-generatemipmap-formats for NPOT.
2016-04-18 Eric Anholtvc4: Remove unused "immediates" field
2016-04-18 Dave Airliegallivm: convert size query to using a set of parameters.
2016-04-18 Tim Rowleyswr: dereference cbuf/zbuf/views on context destroy
2016-04-18 Rob Clarkfreedreno/ir3: fix grouping issue w/ reverse swizzles
2016-04-18 Marek Olšákradeonsi: use enums in si_shader.h
2016-04-18 Marek Olšákgallium/radeon: use enums in r600_query.h
2016-04-18 Marek Olšákradeonsi: always use PFP_SYNC_ME when doing flushes...
2016-04-18 Marek Olšákradeonsi: don't do VS/PS partial flushes if SURFACE_SYN...
2016-04-18 Marek Olšákradeonsi: add safety assertions for meta cache flushes
2016-04-18 Marek Olšákradeonsi: don't use ACQUIRE_MEM on the graphics ring
2016-04-18 Marek Olšákradeonsi: remove TODO and correct a comment in si_emit_...
2016-04-18 Marek Olšákradeonsi: don't flush CB/DB caches for performance...
2016-04-18 Marek Olšákgallium/radeon: don't flush CB/DB caches for timestamp...
2016-04-18 Marek Olšákgallium/radeon: fix Nine with its slightly shifted...
2016-04-18 Eric Anholtvc4: Add support for rendering to cube map surfaces.
2016-04-18 Eric Anholtvc4: Don't flush on read-only access of buffers read...
2016-04-18 Eric Anholtvc4: Sanity check that flushes don't happen between...
2016-04-18 Eric Anholtvc4: Sanity check strides for imported BOs.
2016-04-18 Oded Gabbayr600g: Move R600_BIG_ENDIAN to r600_pipe_common.h
2016-04-18 Oded Gabbayr600g: fix code indentation
2016-04-15 Marek Olšákgallium/radeon: handle vertex shaders that disable...
2016-04-15 Jason EkstrandMerge branch 'vulkan'
2016-04-15 Roland Scheideggerllvmpipe: (trivial) initialize src1_alpha var to NULL
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Tim Rowleygallium/swr: confine c++11 flag to swr driver
2016-04-15 Tim Rowleygallium/swr: allow swr use as a swrast dri driver
2016-04-15 Eric Anholtvc4: Fix subimage accesses to LT textures.
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Leo Liuradeon/uvd: fix tonga feedback buffer size
2016-04-14 Nicolai Hähnlegallium/radeon: handle failure when mapping staging...
2016-04-14 Nicolai Hähnleradeonsi: mark ssbo and images descriptor pointers...
2016-04-14 Samuel Pitoisetnvc0: do not break the universe on GK110+
2016-04-14 Samuel Pitoisetnvc0: allow to use compute support on GM200
2016-04-14 Emil Velikovgallium/swr: fold the almost identical Makefiles
2016-04-14 Marek Olšákradeonsi: don't overwrite the scratch offset in shader...
2016-04-14 Marek Olšákradeonsi: fold num_user_sgprs where it is possible
2016-04-14 Marek Olšákradeonsi: fix SGPRS calculation once more
2016-04-14 Marek Olšákradeonsi: disable hw ETC2 on Polaris
2016-04-14 Jose Fonsecascons: Add a "check" target to run all unit tests.
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Jason Ekstrandnir/dead_variables: Configurably work with any variable...
2016-04-13 George Kyriazisgallium/swr: Make flat shading tris work.
2016-04-13 Rob ClarkRevert "freedreno/a4xx: better occlusion/sample counting"
2016-04-13 Rob Clarkfreedreno/a4xx: rasterizer_discard support
2016-04-13 Rob Clarkfreedreno/ir3: fix array textures on a4xx
2016-04-13 Rob Clarkfreedreno: fix stream-out offset handling for lines...
2016-04-13 Rob Clarkfreedreno: fix handling for stream-out offsets
2016-04-13 Rob Clarkfreedreno: fix prims-emitted query
2016-04-13 Rob Clarkfreedreno: fix max-line-width
next