summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-12-02radv: set writes_memory for global memory stores/atomicsRhys Perry1-8/+25
2019-12-02ac/llvm: improve sync scope for global atomicsRhys Perry1-0/+3
2019-12-02ac/llvm: fix pointer type for global atomicsRhys Perry1-0/+6
2019-12-01iris: Map FXT1 texture formatsKenneth Graunke1-0/+2
2019-12-01st/mesa: Add GL_TDFX_texture_compression_FXT1 supportKenneth Graunke5-5/+11
2019-12-02nir/samplers: don't zero samplers_used/txf.Dave Airlie1-3/+0
2019-11-29aco: drop useless lowering of deref operations for shared memorySamuel Pitoiset1-5/+1
2019-11-29radv,ac/nir: lower deref operations for shared memorySamuel Pitoiset2-22/+45
2019-11-29aco: fix a couple of value numbering issuesDaniel Schürmann1-11/+18
2019-11-29aco: don't split live-ranges of linear VGPRsDaniel Schürmann1-4/+11
2019-11-29aco: implement global atomicsRhys Perry2-0/+107
2019-11-29aco: improve FLAT/GLOBAL schedulingRhys Perry5-14/+30
2019-11-29aco: don't enable store_global for helper invocationsRhys Perry4-0/+8
2019-11-29aco: fix SADDR with FLAT on GFX10Rhys Perry1-1/+1
2019-11-29aco: fix assembly of FLAT/GLOBAL atomicsRhys Perry1-1/+1
2019-11-29aco: fix GFX10 opcodes for some global/flat atomicsRhys Perry1-6/+6
2019-11-29aco: improve WAR hazard workaround with >64bit storesRhys Perry1-9/+15
2019-11-29aco: add v_nop inbetween exec write and VMEM/DS/FLATRhys Perry1-5/+8
2019-11-29aco: fix incorrect cast in parse_wait_instr()Rhys Perry1-1/+1
2019-11-29aco: fix i2i64Rhys Perry1-2/+6
2019-11-29aco: propagate p_wqm on an image_sample's coordinate p_create_vectorRhys Perry1-9/+12
2019-11-29etnaviv: remove dead codeChristian Gmeiner1-3/+0
2019-11-29etnaviv: handle integer case for GENERIC_ATTRIB_SCALEChristian Gmeiner1-1/+5
2019-11-29etnaviv: fix R10G10B10A2 vertex format entriesChristian Gmeiner1-4/+4
2019-11-29etnaviv: use NORMALIZE_SIGN_EXTENDChristian Gmeiner1-1/+1
2019-11-29etnaviv: fix integer vertex formatsChristian Gmeiner1-24/+24
2019-11-29i965: update Makefile.sources for perf changesJonathan Gray1-2/+0
2019-11-29panfrost: Make sure we reset the damage region of RTs at flush timeBoris Brezillon3-1/+23
2019-11-29gallium: Fix the ->set_damage_region() implementationBoris Brezillon3-4/+35
2019-11-29zink: silence coverity errorErik Faye-Lund1-1/+1
2019-11-29zink: error-check right variableErik Faye-Lund1-1/+1
2019-11-29zink: avoid NULL-derefErik Faye-Lund1-2/+1
2019-11-29zink: avoid NULL-derefErik Faye-Lund1-2/+1
2019-11-29zink: avoid NULL-derefErik Faye-Lund1-2/+1
2019-11-29zink: handle calloc-failureErik Faye-Lund1-0/+2
2019-11-29zink: do not try to destroy NULL-fenceErik Faye-Lund1-1/+1
2019-11-29zink: delete query rather than allocating a new oneErik Faye-Lund1-1/+1
2019-11-29zink: fix crash when restoring sampler-statesErik Faye-Lund3-1/+3
2019-11-29zink: reject invalid sample-countsErik Faye-Lund1-0/+2
2019-11-29zink: use true/false instead of TRUE/FALSEErik Faye-Lund1-16/+16
2019-11-29st/mesa: unmap pbo after updating cacheErik Faye-Lund1-2/+2
2019-11-28panfrost: Fix gnu-empty-initializer build errors.Vinson Lee3-5/+5
2019-11-28radv: Fix timeline semaphore refcounting.Bas Nieuwenhuizen1-9/+4
2019-11-28winsys/amdgpu: avoid double simple_mtx_unlock()Jonathan Gray1-1/+0
2019-11-28util/driconfig: print ATTENTION if MESA_DEBUG=silent is not setMarek Olšák1-7/+22
2019-11-28glsl: handle max uniform limits with lower_const_arrays_to_uniformsTapani Pälli3-5/+40
2019-11-28radv: Unify max_descriptor_set_size.Bas Nieuwenhuizen1-14/+15
2019-11-28amd/llvm: Refactor ac_build_scan.Bas Nieuwenhuizen1-40/+51
2019-11-28radv: add more constants to avoid using magic numbersSamuel Pitoiset2-6/+14
2019-11-28ac/llvm: convert src operands to pointers if necessarySamuel Pitoiset1-0/+11