summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: fix updating bound fast ds clear values with different aspectsSamuel Pitoiset2019-10-221-3/+13
* intel/compiler: Refactor disassembly of sources in 3src instructionSagar Ghuge2019-10-211-19/+10
* intel/compiler: Don't move immediate in registerSagar Ghuge2019-10-211-0/+38
* intel/compiler: Set bits according to source fileSagar Ghuge2019-10-211-2/+12
* intel/compiler: Add Immediate support for 3 source instructionSagar Ghuge2019-10-211-21/+32
* intel: Add missing entry for brw_nir_lower_alpha_to_coverage in MakefileSagar Ghuge2019-10-211-0/+1
* llvmpipe: handle compute shader launch with 0 threadsDave Airlie2019-10-211-0/+9
* freedreno/ir3: Add missing ir3_nir_lower_tex_prefetch.c to Android.mkMarijn Suijten2019-10-211-0/+1
* ac/llvm: fix ac_to_integer_type() for 32-bit const addr space pointersSamuel Pitoiset2019-10-211-0/+1
* aco: run opt_algebraic in a loopRhys Perry2019-10-211-3/+8
* aco: use nir_lower_idiv_preciseRhys Perry2019-10-211-1/+1
* nir/lower_idiv: add new llvm-based pathRhys Perry2019-10-218-17/+136
* intel/compiler: Remove emit_alpha_to_coverage workaround from backendSagar Ghuge2019-10-212-84/+13
* nir: Add alpha_to_coverage lowering passSagar Ghuge2019-10-213-0/+171
* aco: ensure that uniform booleans are computed in WQM if their uses happen in...Daniel Schürmann2019-10-211-1/+2
* aco/gfx10: Update constant addresses in fix_branches_gfx10.Timur Kristóf2019-10-211-1/+12
* aco/gfx10: Fix PS exports for SPI_SHADER_32_AR.Timur Kristóf2019-10-211-1/+7
* aco/gfx10: Wait for pending SMEM stores before loadsTimur Kristóf2019-10-212-1/+33
* panfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()Boris Brezillon2019-10-213-2/+63
* st/mesa: only require ESSL 3.1 for geometry shadersIago Toral Quiroga2019-10-211-1/+1
* egl/android: Remove our own reference to buffers.Lepton Wu2019-10-211-3/+1
* radv: advertise VK_KHR_spirv_1_4Samuel Pitoiset2019-10-211-0/+1
* radv: do not dump descriptors twice in hang reportsSamuel Pitoiset2019-10-211-10/+15
* radv: dump trace files earlier if a GPU hang is detectedSamuel Pitoiset2019-10-211-1/+2
* radv: print which ring is dumped in hang reportsSamuel Pitoiset2019-10-211-0/+2
* radv: do not print useless descriptors info in hang reportsSamuel Pitoiset2019-10-211-74/+1
* radv: enable VK_KHR_shader_float_controls on GFX6-GFX7Samuel Pitoiset2019-10-212-4/+4
* pan/midgard: Implement SIMD-aware dead code eliminationAlyssa Rosenzweig2019-10-201-8/+57
* pan/midgard: Create dependency graph bytewiseAlyssa Rosenzweig2019-10-201-12/+12
* pan/midgard: Handle nontrivial masks in texture RAAlyssa Rosenzweig2019-10-201-1/+1
* pan/midgard: Implement per-byte liveness trackingAlyssa Rosenzweig2019-10-201-3/+2
* pan/midgard: Simplify mir_bytemask_of_read_componentsAlyssa Rosenzweig2019-10-201-18/+4
* pan/midgard: Report byte masks for read componentsAlyssa Rosenzweig2019-10-206-31/+31
* pan/midgard: Add helpers for manipulating byte masksAlyssa Rosenzweig2019-10-202-0/+177
* pan/midgard: Implement OP_IS_STORE with tableAlyssa Rosenzweig2019-10-202-13/+2
* pan/midgard: Tableize load/store opsAlyssa Rosenzweig2019-10-205-70/+102
* pan/midgard: Factor out mir_get_alu_srcAlyssa Rosenzweig2019-10-201-6/+8
* pan/midgard/disasm: Fix printing 8-bit/16-bit masksAlyssa Rosenzweig2019-10-201-49/+30
* pan/midgard: Identify 64-bit atomic opcodesAlyssa Rosenzweig2019-10-202-0/+20
* pan/midgard: Debug mir_insert_instruction_after_scheduledAlyssa Rosenzweig2019-10-201-2/+6
* etnaviv: keep track of buffer valid ranges for PIPE_BUFFERChristian Gmeiner2019-10-203-2/+35
* etnaviv: store updated usage in pipe_transfer objectChristian Gmeiner2019-10-201-8/+8
* etnaviv: fix code styleChristian Gmeiner2019-10-201-1/+2
* anv: fix memory leak on device destroyLionel Landwerlin2019-10-201-1/+11
* etnaviv: fix compile warningsChristian Gmeiner2019-10-203-7/+0
* mesa: Redefine the RG formats as array formats.Eric Anholt2019-10-2015-117/+67
* gallium: Drop the unused PIPE_FORMAT_A*L* formats.Eric Anholt2019-10-203-30/+0
* mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt2019-10-2020-103/+62
* mesa: Replace the LA16_UNORM packed formats with one array format.Eric Anholt2019-10-2010-22/+16
* radeon: Drop the unused first arg of OUT_BATCH_RELOC.Eric Anholt2019-10-209-24/+24