aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* nvir/nir: implement nir_op_urolBen Skeggs2020-06-101-0/+10
* nvir/nir: implement nir_op_extract_i16Ben Skeggs2020-06-101-0/+8
* nvir/nir: implement nir_op_extract_u16Ben Skeggs2020-06-101-0/+8
* nvir/nir: implement nir_op_extract_i8Ben Skeggs2020-06-101-0/+8
* nvir/nir: implement nir_op_extract_u8Ben Skeggs2020-06-101-0/+8
* nvir/nir: turn on lower_rotateBen Skeggs2020-06-101-1/+1
* nvir/nir: flesh out optionsBen Skeggs2020-06-101-0/+17
* nvir/nir: move nir options to codegenBen Skeggs2020-06-103-63/+89
* nvir/nir: fix fragment program output when using MRTBen Skeggs2020-06-101-1/+5
* nvir/nir: use component helpers instead of insn->num_componentsKarol Herbst2020-06-101-15/+16
* nvir: run replaceZero() before replaceCvt()Ben Skeggs2020-06-101-3/+3
* nvir: add constant folding for OP_PERMTBen Skeggs2020-06-101-0/+9
* nvir: introduce OP_FINALBen Skeggs2020-06-103-3/+5
* nvir: introduce OP_SGXTBen Skeggs2020-06-104-2/+15
* nvir: introduce OP_BMSKBen Skeggs2020-06-105-4/+11
* nvir: introduce OP_SHFBen Skeggs2020-06-103-3/+12
* nvir: introduce OP_BREV with lowering to EXTBF_REV for current GPUsBen Skeggs2020-06-108-12/+29
* nvir: introduce OP_WARPSYNCBen Skeggs2020-06-103-0/+5
* nvir: introduce OP_LOP3_LUTBen Skeggs2020-06-104-3/+22
* nvir: bump max encoding size of instructionsBen Skeggs2020-06-102-2/+2
* llvmpipe: hook draw disk cache upDave Airlie2020-06-111-1/+21
* llvmpipe/cs: add shader cachingDave Airlie2020-06-111-3/+45
* llvmpipe/fs: add caching supportDave Airlie2020-06-111-4/+47
* llvmpipe: add infrastructure for disk cache supportDave Airlie2020-06-113-3/+78
* gallivm: add support for a cache objectDave Airlie2020-06-119-10/+10
* gallivm: rework coroutine malloc/free callouts.Dave Airlie2020-06-111-0/+3
* llvmpipe/draw: drop variant number from function names.Dave Airlie2020-06-112-6/+4
* llvmpipe/cs: overhaul cs variant key state.Dave Airlie2020-06-112-25/+64
* ac/surface: cache DCC retile maps (v2)Marek Olšák2020-06-101-17/+5
* panfrost: Add writes_stencil to the EARLY_Z disable listIcecream952020-06-101-1/+2
* zink: only report device-local memory as video-memoryErik Faye-Lund2020-06-101-2/+5
* radeonsi/ngg: try GS multi-cycling mode if default mode failedPierre-Eric Pelloux-Prayer2020-06-101-1/+10
* radeonsi: add return value to gfx10_ngg_calculate_subgroup_infoPierre-Eric Pelloux-Prayer2020-06-103-3/+11
* panfrost: Ensure we have ro before using itAlyssa Rosenzweig2020-06-091-4/+4
* zink: emit interpolation decorations for ntv outputsMike Blumenkrantz2020-06-091-0/+17
* zink: track program usages for each shaderMike Blumenkrantz2020-06-094-1/+34
* zink: assert that image-view format isn't undefinedErik Faye-Lund2020-06-091-0/+1
* zink: emulate B8G8R8X8_SRGB with B8G8R8A8_SRGBErik Faye-Lund2020-06-091-0/+1
* radeonsi: require LLVM 11 for gfx10.3Marek Olšák2020-06-091-0/+6
* ac: align num_vgprs for gfx10.3Marek Olšák2020-06-091-1/+1
* radeonsi: don't set any XNACK options on gfx10.3Marek Olšák2020-06-091-2/+2
* radeonsi: set BIG_PAGE fields on gfx10.3Marek Olšák2020-06-092-3/+23
* radeonsi: move L2_CACHE_CONTROL registers into si_emit_framebuffer_stateMarek Olšák2020-06-091-29/+32
* radeonsi: implement R9G9B9E5 render target and image store support on gfx10.3Marek Olšák2020-06-093-7/+22
* radeonsi: enable larger SDMA clears and copies on gfx10.3Marek Olšák2020-06-091-5/+11
* radeonsi: honor a user-specified pitch on gfx10.3Marek Olšák2020-06-091-6/+20
* ac,radeonsi: start adding support for gfx10.3Marek Olšák2020-06-094-8/+22
* ac,radeonsi: replace == GFX10 with >= GFX10 where it's neededMarek Olšák2020-06-092-8/+11
* panfrost: Mark PIPE_BUFFER BOs as not renderableIcecream952020-06-091-1/+2
* freedreno/a6xx: use nonbinning VS when GS is usedJonathan Marek2020-06-081-4/+5