aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* ttn: Implement disk cacheAxel Davy2020-05-131-2/+82
* ttn: Add new allow_disk_cache parameterAxel Davy2020-05-132-2/+6
* gallium: remove more "state tracker" occurencesMarek Olšák2020-05-133-3/+3
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-1317-20/+20
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-1312-14/+14
* gallium/util: Fix leak in the live shader cacheAxel Davy2020-05-111-1/+4
* llvmpipe: make sample position a global array.Dave Airlie2020-05-071-2/+2
* tgsi_to_nir: translate non-vec4 image stores correctlyMarek Olšák2020-05-061-2/+5
* gallivm/nir: hooks up texture samples queriesDave Airlie2020-05-061-3/+21
* gallivm/sample: add num samples query for txqs (v2)Dave Airlie2020-05-064-0/+9
* nir/tgsi: translate the interp locationDave Airlie2020-05-061-0/+5
* gallivm: add mask api to force maskDave Airlie2020-05-062-0/+14
* gallivm: add sample id/pos intrinsic supportDave Airlie2020-05-063-0/+15
* draw: disable point/line smoothing for multisample (v2)Dave Airlie2020-05-063-12/+12
* gallium/util: split out zstencil clearing code.Dave Airlie2020-05-062-89/+123
* util: add a resource wrapper to get resource samplesDave Airlie2020-05-061-0/+5
* draw: add support for num_samples + sample_stride to the image pathsDave Airlie2020-05-065-6/+33
* draw: introduce sampler num samples + stride membersDave Airlie2020-05-065-2/+27
* gallivm/nir: add multisample image operationsDave Airlie2020-05-061-0/+6
* gallivm/nir: add multisample support to image sizeDave Airlie2020-05-061-0/+3
* gallivm/nir/tgsi: add multisample texture sampling.Dave Airlie2020-05-062-1/+13
* gallivm/sample: add multisample image operation supportDave Airlie2020-05-062-0/+18
* gallivm/sample: add multisample support for texel fetchDave Airlie2020-05-062-2/+52
* draw/tess: free tessellation control shader i/o memory.Dave Airlie2020-05-061-0/+3
* gallium: add a new cap PIPE_CAP_GLSL_ZERO_INITPierre-Eric Pelloux-Prayer2020-05-051-0/+1
* driconf: add force_integer_tex_nearest optionPierre-Eric Pelloux-Prayer2020-05-051-0/+1
* tgsi_to_nir: handle TGSI_OPCODE_BARRIERMarek Olšák2020-04-301-0/+12
* tgsi_to_nir: handle TGSI_SEMANTIC_BLOCK_SIZEMarek Olšák2020-04-301-0/+4
* gallium: extract out logicop helperRob Clark2020-04-301-0/+26
* gallivm: fix half to float conversions with llvm 11Roland Scheidegger2020-04-301-10/+24
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-2910-9/+27
* gallium/pipebuffer: Use persistent maps for slabsThomas Hellstrom2020-04-292-4/+12
* gallium/gallivm: remove unused header include for newer LLVMJan Zielinski2020-04-271-0/+2
* gallium/gallivm: fix compilation issues with llvm 11Jan Zielinski2020-04-278-19/+26
* gallium: add PIPE_CAP_MAP_UNSYNCHRONIZED_THREAD_SAFE for glthreadMarek Olšák2020-04-271-0/+1
* gallivm: fix stencil borderDave Airlie2020-04-271-2/+10
* llvmpipe: fix d32 unorm depth conversions.Dave Airlie2020-04-271-1/+4
* draw/tess: fix TES patch vertices in.Dave Airlie2020-04-273-5/+11
* llvmpipe: bump max images to 16Dave Airlie2020-04-271-1/+1
* util/indirect: handle stride less than number of parameters.Dave Airlie2020-04-271-1/+3
* gallivm/nir: add helper invocation supportDave Airlie2020-04-273-0/+13
* gallivm/nir: fix image store conversionsDave Airlie2020-04-271-7/+13
* gallium: Fix setup of pstipple frag coord var.Eric Anholt2020-04-231-5/+1
* gallium: prepare framework for supporting AlphaToCoverageDitherControlNVIndrajit Kumar Das2020-04-231-0/+1
* gallium: add # of MRT to blend stateRob Clark2020-04-233-2/+4
* mesa/st: avoid u_vbuf for GLESRob Clark2020-04-234-3/+11
* gallium/utils: silence strncpy warningPierre-Eric Pelloux-Prayer2020-04-211-1/+1
* gallium/u_threaded: flush batch when hitting mapping limitPierre-Eric Pelloux-Prayer2020-04-162-0/+24
* st/mesa: add support for GL_NV_viewport_array2Ilia Mirkin2020-04-151-0/+4
* gallium: add PIPE_CAP_VIEWPORT_MASKIlia Mirkin2020-04-151-0/+1