aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Make sure we reset the damage region of RTs at flush timeBoris Brezillon2019-11-293-1/+23
* gallium: Fix the ->set_damage_region() implementationBoris Brezillon2019-11-293-4/+35
* zink: silence coverity errorErik Faye-Lund2019-11-291-1/+1
* zink: error-check right variableErik Faye-Lund2019-11-291-1/+1
* zink: avoid NULL-derefErik Faye-Lund2019-11-291-2/+1
* zink: avoid NULL-derefErik Faye-Lund2019-11-291-2/+1
* zink: avoid NULL-derefErik Faye-Lund2019-11-291-2/+1
* zink: handle calloc-failureErik Faye-Lund2019-11-291-0/+2
* zink: do not try to destroy NULL-fenceErik Faye-Lund2019-11-291-1/+1
* zink: delete query rather than allocating a new oneErik Faye-Lund2019-11-291-1/+1
* zink: fix crash when restoring sampler-statesErik Faye-Lund2019-11-293-1/+3
* zink: reject invalid sample-countsErik Faye-Lund2019-11-291-0/+2
* zink: use true/false instead of TRUE/FALSEErik Faye-Lund2019-11-291-16/+16
* st/mesa: unmap pbo after updating cacheErik Faye-Lund2019-11-291-2/+2
* panfrost: Fix gnu-empty-initializer build errors.Vinson Lee2019-11-283-5/+5
* radv: Fix timeline semaphore refcounting.Bas Nieuwenhuizen2019-11-281-9/+4
* winsys/amdgpu: avoid double simple_mtx_unlock()Jonathan Gray2019-11-281-1/+0
* util/driconfig: print ATTENTION if MESA_DEBUG=silent is not setMarek Olšák2019-11-281-7/+22
* glsl: handle max uniform limits with lower_const_arrays_to_uniformsTapani Pälli2019-11-283-5/+40
* radv: Unify max_descriptor_set_size.Bas Nieuwenhuizen2019-11-281-14/+15
* amd/llvm: Refactor ac_build_scan.Bas Nieuwenhuizen2019-11-281-40/+51
* radv: add more constants to avoid using magic numbersSamuel Pitoiset2019-11-282-6/+14
* ac/llvm: convert src operands to pointers if necessarySamuel Pitoiset2019-11-281-0/+11
* llvmpipe: add initial nir supportDave Airlie2019-11-2810-20/+125
* gallivm: add swizzle support where one channel isn't defined.Dave Airlie2019-11-282-12/+35
* gallium: add nir lowering passes for the draw pipe stages. (v2)Dave Airlie2019-11-287-27/+547
* draw: add nir info gathering and building supportDave Airlie2019-11-285-26/+63
* gallivm: add nir->llvm translation (v2)Dave Airlie2019-11-285-0/+3142
* gallivm: add selection for non-32 bit typesDave Airlie2019-11-281-1/+8
* gallivm: add cttz wrapperDave Airlie2019-11-282-0/+17
* gallivm: add popcount intrinsic wrapperDave Airlie2019-11-282-1/+15
* gallivm: nir->tgsi info convertor (v2)Dave Airlie2019-11-285-1/+816
* gallivm: split out the flow control ir to a common file.Dave Airlie2019-11-286-479/+599
* radeonsi: enable SPIR-V and GL 4.6 for NIRMarek Olšák2019-11-271-6/+5
* radeonsi/nir: support interface output types to fix SPIR-V xfb piglitsMarek Olšák2019-11-271-1/+1
* radeonsi/nir: fix location_frac handling for TCS outputsMarek Olšák2019-11-271-1/+1
* radeonsi/nir: don't rely on data.patch for tess factorsMarek Olšák2019-11-271-1/+4
* radeonsi/nir: validate is_patch because SPIR-V doesn't set it for tess factorsMarek Olšák2019-11-271-10/+21
* radeonsi: simplify get_tcs_tes_buffer_address_from_generic_indicesMarek Olšák2019-11-271-27/+19
* radeonsi: simplify the interface of get_dw_address_from_generic_indicesMarek Olšák2019-11-271-29/+19
* radeonsi/nir: implement subgroup system values for SPIR-VMarek Olšák2019-11-274-0/+11
* ac/nir: don't rely on data.patch for tess factorsMarek Olšák2019-11-271-2/+6
* drirc: Set vs_position_always_invariant for Shadow of Mordor on IntelKenneth Graunke2019-11-271-0/+10
* driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke2019-11-278-0/+23
* turnip: Disable timestamp queries for now.Eric Anholt2019-11-271-2/+2
* freedreno/perfcntrs/fdperf: add missing a2xx case in select_counterJonathan Marek2019-11-271-0/+1
* freedreno/perfcntrs/fdperf: add missing a20x compatibleJonathan Marek2019-11-271-0/+1
* freedreno/perfcntrs/fdperf: fix u64 print on 32-bit buildsJonathan Marek2019-11-271-1/+2
* freedreno/perfcntrs: add a2xx MH countersJonathan Marek2019-11-271-4/+186
* freedreno/registers: add missing MH perfcounter enum for a2xxJonathan Marek2019-11-271-0/+185