aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv,ac/nir: lower deref operations for shared memorySamuel Pitoiset2019-11-292-22/+45
* aco: fix a couple of value numbering issuesDaniel Schürmann2019-11-291-11/+18
* aco: don't split live-ranges of linear VGPRsDaniel Schürmann2019-11-291-4/+11
* aco: implement global atomicsRhys Perry2019-11-292-0/+107
* aco: improve FLAT/GLOBAL schedulingRhys Perry2019-11-295-14/+30
* aco: don't enable store_global for helper invocationsRhys Perry2019-11-294-0/+8
* aco: fix SADDR with FLAT on GFX10Rhys Perry2019-11-291-1/+1
* aco: fix assembly of FLAT/GLOBAL atomicsRhys Perry2019-11-291-1/+1
* aco: fix GFX10 opcodes for some global/flat atomicsRhys Perry2019-11-291-6/+6
* aco: improve WAR hazard workaround with >64bit storesRhys Perry2019-11-291-9/+15
* aco: add v_nop inbetween exec write and VMEM/DS/FLATRhys Perry2019-11-291-5/+8
* aco: fix incorrect cast in parse_wait_instr()Rhys Perry2019-11-291-1/+1
* aco: fix i2i64Rhys Perry2019-11-291-2/+6
* aco: propagate p_wqm on an image_sample's coordinate p_create_vectorRhys Perry2019-11-291-9/+12
* etnaviv: remove dead codeChristian Gmeiner2019-11-291-3/+0
* etnaviv: handle integer case for GENERIC_ATTRIB_SCALEChristian Gmeiner2019-11-291-1/+5
* etnaviv: fix R10G10B10A2 vertex format entriesChristian Gmeiner2019-11-291-4/+4
* etnaviv: use NORMALIZE_SIGN_EXTENDChristian Gmeiner2019-11-291-1/+1
* etnaviv: fix integer vertex formatsChristian Gmeiner2019-11-291-24/+24
* i965: update Makefile.sources for perf changesJonathan Gray2019-11-291-2/+0
* 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