aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* clover: implement CL_DEVICE_SVM_CAPABILITIESKarol Herbst2020-04-153-0/+28
* clover: add stubs for SVMKarol Herbst2020-04-154-10/+117
* gallium: add PIPE_CAP_SYSTEM_SVMKarol Herbst2020-04-153-0/+5
* aco: fix 1D textureGrad() on GFX9Rhys Perry2020-04-151-1/+1
* iris: drop cache coherent cpu mapping for external BOLionel Landwerlin2020-04-153-1/+19
* aco: fix nir_op_frexp_exp with 16-bit floats and negative exponentsSamuel Pitoiset2020-04-151-1/+6
* u_blitter: fix stencil blittingDave Airlie2020-04-151-1/+1
* draw: fix user culling pipeline order. (v2)Dave Airlie2020-04-158-130/+214
* draw/cull: run pipeline for culled points.Dave Airlie2020-04-151-0/+3
* llvmpipe/setup: move line stats collection earlier.Dave Airlie2020-04-151-4/+4
* draw: fix tessellation stats queryDave Airlie2020-04-151-2/+5
* llvmpipe: fix no tokens detections.Dave Airlie2020-04-151-1/+4
* gallivm/draw: calloc prim id toavoid undefDave Airlie2020-04-151-1/+1
* gallivm/nir: lower implicit lod to tex.Dave Airlie2020-04-151-0/+3
* 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
* 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
* 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