summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-29st/mesa: use roundf instead of floorf for lod-bias roundingErik Faye-Lund1-1/+1
2020-09-29kmsro: Add mediatek entry pointBoris Brezillon2-0/+2
2020-09-29panfrost: Add preliminary support for Mali G72Boris Brezillon7-0/+12
2020-09-29panfrost: Adjust quirks for bifrost v6Boris Brezillon1-2/+1
2020-09-29mesa: bptc fixes for decompress rgba_unorm and rgb_floatDenis Pauk1-21/+19
2020-09-29ac/llvm: fix invalid IR if image stores are shrinked using the formatSamuel Pitoiset1-1/+15
2020-09-29radv: lower deref operations for global memory for both backendsSamuel Pitoiset2-6/+3
2020-09-29ac/nir: implement nir_intrinsic_global_atomic_*Samuel Pitoiset1-0/+78
2020-09-29ac/nir: implement nir_intrinsic_{load,store}_globalSamuel Pitoiset1-0/+55
2020-09-28pan/mdg: Fix memory leak on error path.Vinson Lee1-0/+1
2020-09-28gallium/swr: Remove unreachable code.Vinson Lee1-4/+0
2020-09-28aco: Initialize mad_info member literal_idx.Vinson Lee1-1/+1
2020-09-28anv: Check file descriptor before closing.Vinson Lee1-1/+2
2020-09-28intel/vec4: Remove everything related to VS_OPCODE_SET_SIMD4X2_HEADER_GEN9Ian Romanick6-37/+0
2020-09-28intel/vec4: Remove all support for Gen8+ [v2]Ian Romanick8-285/+87
2020-09-28intel/compiler: Remove INTEL_SCALAR_... env variablesIan Romanick1-15/+4
2020-09-28intel/vec4: Remove inline lowering of LRPIan Romanick1-17/+5
2020-09-28intel/compiler: Don't fallback to vec4 when scalar GS compile fails [v2]Ian Romanick1-0/+5
2020-09-28intel/compiler: Silence unused parameter warning in brw_surface_payload_sizeIan Romanick1-4/+3
2020-09-28intel/vec4: Silence unused paramter warnings in brw_vec4_generator.cppIan Romanick1-8/+4
2020-09-28r600/sfn: Add support for helper invocationsGert Wollny3-1/+21
2020-09-28r600/sfn: remove old code to track uniforms as it is no longer neededGert Wollny6-53/+0
2020-09-28r600/sfn: replace hand-backed literal check by NIR functionGert Wollny7-67/+16
2020-09-28r600/sfn; go back to not lowering uniforms to UBOsGert Wollny4-8/+48
2020-09-28r600/sfn: Fix indirect const buffer accessGert Wollny13-106/+151
2020-09-28r600/sfn: Fix interpolate at sampleGert Wollny2-2/+25
2020-09-28r600/sfn: use fine gradient evaluation for interpolate_at_offsetGert Wollny1-1/+3
2020-09-28r600/sfn: save some instructions when doing multisample on sample 0Gert Wollny1-7/+11
2020-09-28r600/sfn: Support group memory barrierGert Wollny1-0/+1
2020-09-28r600/sfn: lower to scalar for some optimizations and vectortize laterGert Wollny1-8/+7
2020-09-28r600/sfn: Handle nir_op_b2b32Gert Wollny1-0/+1
2020-09-28r600/sfn: Fix emitting shared atomics with constant sourcesGert Wollny1-8/+4
2020-09-28nir/lower_clip: Add i/o semantics for load/store intrinsics.Eric Anholt1-0/+14
2020-09-28turnip: Replace tu_log*() with mesa_log*()Eric Anholt5-56/+14
2020-09-28mesa: Promote Intel's simple logging façade for Android to util/Eric Anholt13-71/+76
2020-09-28radv: Record cache flushes for RGP.Bas Nieuwenhuizen6-10/+126
2020-09-28radv: Include flushes in the barrier.Bas Nieuwenhuizen4-19/+36
2020-09-28radv: Fix RGP Asic CU info for GFX10+.Bas Nieuwenhuizen1-3/+7
2020-09-28radv: Use correct alignment for SQTT buffer sizes.Bas Nieuwenhuizen1-0/+6
2020-09-28radv: Fix emitting SQTT userdata.Bas Nieuwenhuizen4-12/+29
2020-09-28zink: remove old extension infrastructureHoe Hao Cheng2-164/+0
2020-09-28zink: use the new, generated extension infrastructureHoe Hao Cheng5-80/+80
2020-09-28zink: use the new extension infrastructure in device creationHoe Hao Cheng1-18/+19
2020-09-28zink: hook zink_device_info.py to build systemHoe Hao Cheng3-1/+26
2020-09-28zink: generate extension infrastructure using a python scriptHoe Hao Cheng1-0/+299
2020-09-28nir/lower_memory_model: do not break with global atomic operationsSamuel Pitoiset1-0/+3
2020-09-28nir/lower_memory_model: return progress when visiting instructionsSamuel Pitoiset1-2/+2
2020-09-28pan/mdg: Infer whether to disassemble shaders from info.internalIcecream955-8/+8
2020-09-28panfrost: Mark blit shaders as internalIcecream951-0/+2
2020-09-28nir/load_store_vectorize: improve vectorization with identical operationsRhys Perry1-12/+22