aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* turnip: fix array/matrix varyingsJonathan Marek2020-01-211-2/+2
* turnip: remove tu_sort_variables_by_locationJonathan Marek2020-01-211-48/+0
* freedreno/ir3: allow inputs with the same locationJonathan Marek2020-01-211-9/+17
* gitlab-ci: Skip ext_timer_query/time-elapsedMatt Turner2020-01-222-3/+3
* intel/compiler: Test compaction on Gen <= 12Matt Turner2020-01-221-1/+1
* intel/compiler: Validate fuzzed instructionsMatt Turner2020-01-223-1/+7
* intel/compiler: Add unit tests for new EU validation checksMatt Turner2020-01-221-0/+396
* intel/compiler: Validate some instruction word encodingsMatt Turner2020-01-221-10/+84
* intel/compiler: Factor out brw_validate_instruction()Matt Turner2020-01-221-26/+35
* intel/compiler: Handle invalid compacted immediatesMatt Turner2020-01-221-1/+15
* intel/compiler: Handle invalid inputs to brw_reg_type_to_*()Matt Turner2020-01-221-0/+6
* intel/compiler: Split hw_type tablesMatt Turner2020-01-221-23/+116
* intel/compiler: Add a INVALID_{,HW_}REG_TYPE macrosMatt Turner2020-01-223-5/+8
* intel/compiler: Add NF some more placesMatt Turner2020-01-222-0/+5
* intel/compiler: Limit compaction unit tests to specific gensMatt Turner2020-01-221-9/+18
* intel/compiler: Don't disassemble align1 3-src operands on Gen < 10Matt Turner2020-01-221-0/+12
* intel/compiler: Split has_64bit_types into float/intMatt Turner2020-01-228-27/+80
* intel/compiler: Extract GEN_* macros into separate fileMatt Turner2020-01-222-37/+63
* intel/compiler: Use ARRAY_SIZE()Matt Turner2020-01-221-22/+22
* intel/fs: Don't emit control barrier if only one thread is usedCaio Marcelo de Oliveira Filho2020-01-211-0/+9
* intel/fs: Don't emit fence for shared memory if only one thread is usedCaio Marcelo de Oliveira Filho2020-01-211-13/+23
* intel/fs: Add workgroup_size() helperCaio Marcelo de Oliveira Filho2020-01-212-0/+10
* intel/fs: Add FS_OPCODE_SCHEDULING_FENCECaio Marcelo de Oliveira Filho2020-01-213-0/+13
* gallium: check all planes' pipe formats in case of multi-samplersDongwon Kim2020-01-211-5/+10
* anv: Drop some workarounds that are no longer necessaryKenneth Graunke2020-01-211-61/+0
* iris: Drop some workarounds which are no longer necessaryKenneth Graunke2020-01-211-36/+1
* turnip: Disable UBWC on images used as storage images.Eric Anholt2020-01-211-0/+12
* turnip: Add limited support for storage images.Eric Anholt2020-01-216-19/+116
* turnip: Refactor the intrinsic lowering.Eric Anholt2020-01-211-35/+48
* turnip: Fix some whitespace around binary operators.Eric Anholt2020-01-211-3/+3
* radeonsi: Drop PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS.Eric Anholt2020-01-211-1/+0
* r300: Remove a bunch of default handling of pipe caps.Eric Anholt2020-01-211-125/+0
* r600: Remove a bunch of default handling of pipe caps.Eric Anholt2020-01-211-53/+0
* radeonsi: Remove a bunch of default handling of pipe caps.Eric Anholt2020-01-211-22/+0
* anv: don't report error with other vendor DRM devicesLionel Landwerlin2020-01-211-4/+11
* freedreno: Stop scattered remapping of SSBOs/images to IBOs.Eric Anholt2020-01-2114-83/+100
* compiler: Add a note about how num_ssbos works in the program info.Eric Anholt2020-01-211-1/+5
* nir: Drop the ssbo_offset to atomic lowering.Eric Anholt2020-01-216-8/+9
* gallium: Pack the atomic counters just above the SSBOs.Eric Anholt2020-01-216-14/+24
* mesa: Make atomic lowering put atomics above SSBOs.Eric Anholt2020-01-218-86/+48
* turnip: Refactor linkage state setup.Eric Anholt2020-01-211-20/+20
* nouveau/nvc0: add extern keyword to nvc0_miptree_vtbl.Timur Kristóf2020-01-211-1/+1
* anv: initialize clear_color_is_zero_oneTapani Pälli2020-01-211-0/+5
* panfrost/midgard: Print the actual source register for store operationsBoris Brezillon2020-01-211-1/+1
* panfrost: Add pandecode entries for ASTC/ETC formatsAlyssa Rosenzweig2020-01-211-0/+9
* panfrost: Add ASTC texture formatsIcecream952020-01-215-1/+30
* panfrost: Add ETC1/ETC2 texture formatsIcecream952020-01-214-4/+45
* panfrost: Rework linear<--->tiled conversionsAlyssa Rosenzweig2020-01-214-152/+210
* panfrost,lima: De-Galliumize tiling routinesAlyssa Rosenzweig2020-01-214-25/+35
* panfrost: Compile tiling routines with -O3Alyssa Rosenzweig2020-01-211-1/+1