aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gallivm: fix left over shader vote debugDave Airlie2020-04-151-1/+0
* llvmpipe/query: fix transform feedback overflow any queries.Dave Airlie2020-04-152-32/+52
* llvmpipe: report tessellation shader statistics.Dave Airlie2020-04-152-0/+8
* draw: collect tessellation invocations statisticsDave Airlie2020-04-151-0/+6
* llvmpipe: fixup context leaks.Dave Airlie2020-04-151-16/+13
* swr: Remove Byte Order Mark.Vinson Lee2020-04-141-1/+1
* glsl/list: Fix undefined behaviour of foreach_* macrosDanylo Piliaiev2020-04-143-60/+352
* freedreno/ir3: don't overwrite wrmask in ir3_SAMJonathan Marek2020-04-141-2/+2
* freedreno/ir3: fix emit_tex_info split_destJonathan Marek2020-04-141-2/+1
* gallium/tgsi_to_nir: Set nir_intrinsic_align_mul to 16 and offset to 0Gert Wollny2020-04-141-0/+1
* ir3: Fix txs with bindlessConnor Abbott2020-04-141-3/+3
* gitlab-ci: make explicit tracie is gitlab specificAndres Gomez2020-04-142-21/+13
* gitlab-ci: protect usage of shell variables with double quotesAndres Gomez2020-04-142-5/+5
* gitlab-ci: Vulkan tracie runner to return last command exit codeAndres Gomez2020-04-141-4/+0
* gitlab-ci: Check the Mesa version used for tracie testsAlexandros Frantzis2020-04-144-1/+12
* aco: clear moved operands in get_reg_create_vector()Rhys Perry2020-04-141-1/+11
* aco: improve p_create_vector RA for sub-dword operandsRhys Perry2020-04-141-17/+32
* aco: fix p_extract_vector validationRhys Perry2020-04-141-1/+1
* aco: improve vector optimization with sub-dword vectorsRhys Perry2020-04-141-11/+22
* radv: use RMW packets for updating the maximum sample distanceSamuel Pitoiset2020-04-141-9/+3
* radv: add radeon_set_context_reg_rmw() helperSamuel Pitoiset2020-04-141-0/+12
* scons/windows: Support build with LLVM 10.pal10002020-04-141-1/+24
* meson: Link Gallium Nine with ld_args_build_idTobias Jakobi2020-04-141-1/+1
* svga: fix build on FreeBSDGreg V2020-04-131-0/+3
* freedreno/a5xx+: Skip compiling the old gmem blit programs.Eric Anholt2020-04-131-1/+13
* pan/bit: Add BI_CONVERT testsAlyssa Rosenzweig2020-04-131-0/+66
* pan/bit: Add BI_CONVERT interpretationAlyssa Rosenzweig2020-04-131-1/+108
* pan/bi: ADD packing for CONVERTAlyssa Rosenzweig2020-04-132-5/+22
* pan/bi: Rewrite conversion packingAlyssa Rosenzweig2020-04-132-58/+84
* pan/bi: Fix incorrect swizzle packing assertAlyssa Rosenzweig2020-04-131-1/+1
* pan/bi: Set BI_ROUNDMODE for BI_CONVERTAlyssa Rosenzweig2020-04-131-1/+1
* pan/midgard: Fix f2u naming confusionAlyssa Rosenzweig2020-04-131-4/+4
* meson: Specify the maximum required libdrm in dri.pcMatt Turner2020-04-131-1/+1
* freedreno/ir3/ra: cleanup some leftoversRob Clark2020-04-131-6/+0
* freedreno/ir3: rename depth->dceRob Clark2020-04-137-68/+18
* freedreno/ir3: better cleanup when removing unused instructionsRob Clark2020-04-134-10/+36
* freedreno/ir3/ra: handle array case for SFU select_reg optRob Clark2020-04-131-3/+10
* freedreno/ir3: add mov/cov statsRob Clark2020-04-134-6/+16
* freedreno/ir3/postsched: avoid moving tex ahead of killRob Clark2020-04-131-0/+18
* freedreno/ir3/postsched: remove some leftoversRob Clark2020-04-131-9/+0
* freedreno/ir3/sched: awareness of partial livenessRob Clark2020-04-131-1/+44
* freedreno/ir3: new pre-RA schedulerRob Clark2020-04-133-396/+426
* freedreno/ir3: fix location of inserted mov'sRob Clark2020-04-131-1/+11
* freedreno/ir3: simplify grouping passRob Clark2020-04-131-31/+18
* freedreno/ir3: make falsedep use's optionalRob Clark2020-04-133-4/+6
* freedreno/ir3: spiff out disasm a bitRob Clark2020-04-131-5/+17
* freedreno/computerator: support bindless sampler instructionsJonathan Marek2020-04-132-1/+4
* freedreno/computerator: support nop prefixJonathan Marek2020-04-132-1/+6
* freedreno/ir3: CSE the up/downconversion of SEL's cond's size.Eric Anholt2020-04-133-7/+22
* freedreno/ir3: Stop doing b2n on the SEL condition.Eric Anholt2020-04-132-3/+11