aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ac/llvm: load 1 byte at a time if unaligned on gfx10Pierre-Eric Pelloux-Prayer2020-06-191-1/+1
* r600/sfn: Handle memory_barrierGert Wollny2020-06-191-0/+1
* r600/sfn: Take SSBO buffer ID offset into accountGert Wollny2020-06-194-8/+35
* r600/sfn: Add support for reading cube image array dim.Gert Wollny2020-06-193-15/+40
* r600/sfn: Add support for image_sizeGert Wollny2020-06-192-0/+24
* r600/sfn: Add imageio supportGert Wollny2020-06-193-47/+325
* r600/sfn: lower image derefsGert Wollny2020-06-192-1/+1
* radv: require LLVM 11+ for GFX 10.3 if not using ACOSamuel Pitoiset2020-06-191-0/+6
* radv: add support for Sienna CichlidSamuel Pitoiset2020-06-195-10/+45
* aco: replace == GFX10 with >= GFX10 where it's neededSamuel Pitoiset2020-06-193-7/+7
* radv: replace == GFX10 with >= GFX10 where it's neededSamuel Pitoiset2020-06-192-3/+3
* intel/tools: Add assembler tests for the cr0 registerMatt Turner2020-06-196-0/+70
* intel/tools: Disallow control subregisters > 3Matt Turner2020-06-191-1/+1
* intel/tools: Require explicit regions/types for special regsMatt Turner2020-06-191-28/+10
* intel/tools: Drop srctype from ipregMatt Turner2020-06-191-1/+1
* intel/tools: Remove unnecessary reg number checkingMatt Turner2020-06-192-10/+1
* turnip: move enum translation functions to a common headerJonathan Marek2020-06-187-371/+247
* aco: use the same regclass as the definition for undef phi operandsRhys Perry2020-06-181-3/+3
* aco: fix edge check with sub-dword temporariesRhys Perry2020-06-182-5/+9
* mesa/main: fix inverted conditionErik Faye-Lund2020-06-181-1/+1
* nv50/ir/nir: remove image uniform hackKarol Herbst2020-06-181-11/+1
* nv50/ir/nir: handle image atomic inc and decKarol Herbst2020-06-181-0/+18
* nv50/ir/nir: move away from image_deref intrinsicsKarol Herbst2020-06-182-216/+58
* nir/lower_images: handle dec and incKarol Herbst2020-06-182-0/+4
* nir/lower_images: fix for array of arraysKarol Herbst2020-06-181-2/+9
* st/mesa: lower images when neededKarol Herbst2020-06-181-0/+3
* aco: shrink mad_infoRhys Perry2020-06-181-1/+1
* aco: make ssa_info::label 64-bitRhys Perry2020-06-181-17/+20
* aco: shrink ssa_infoRhys Perry2020-06-181-1/+1
* radeon/vcn: bump vcn3.0 encode major version to 1Boyuan Zhang2020-06-181-1/+18
* radeon/vcn/enc: Re-write PPS encoding for HEVCBoyuan Zhang2020-06-181-0/+65
* radeon/vcn: add vcn 3.0 encode supportThong Thai2020-06-185-3/+145
* radeon/vcn/dec: add db_aligned_height to message bufferLeo Liu2020-06-181-0/+4
* radeon/vcn: add Sienna to use internal register offsetLeo Liu2020-06-181-13/+25
* radeon/vcn: reset the decode flags from message bufferLeo Liu2020-06-181-1/+1
* aco: fix WQM handling in nested loopsDaniel Schürmann2020-06-181-1/+4
* st/mesa: account for "loose", per-mipmap level textures in CopyImageSubDataDanylo Piliaiev2020-06-181-2/+4
* virgl: apply bgra dest swizzle and add Portal 2Gurchetan Singh2020-06-181-0/+7
* turnip: set the API versionJonathan Marek2020-06-183-1/+7
* radv: only requires LLVM 9 for GFX10 if not using ACOSamuel Pitoiset2020-06-182-1/+3
* Revert "CI: Disable Panfrost Mali-T820 jobs"Neil Armstrong2020-06-181-1/+1
* Revert "CI: Disable Lima jobs due to lab unhealthiness"Neil Armstrong2020-06-181-2/+2
* radv: compute CB_SHADER_MASK from the fragment shader outputsSamuel Pitoiset2020-06-183-1/+31
* radv: make sure to set CB_SHADER_MASK correctly for internal CB operationsSamuel Pitoiset2020-06-181-0/+11
* docs/features: remove driver-list for forward-compatible contextErik Faye-Lund2020-06-181-1/+1
* docs/features: update ARB_texture_buffer_object lineErik Faye-Lund2020-06-181-1/+1
* docs/features: mark GL3 as complete for zinkErik Faye-Lund2020-06-181-22/+22
* radv: lower discards to demote to workaround a RDR2 game bugSamuel Pitoiset2020-06-181-0/+3
* glsl_to_nir: fix vote_any/vote_allRob Clark2020-06-181-3/+4
* glsl_to_nir: fix shader_clockRob Clark2020-06-181-1/+0