aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm/s390: fix pass init order on s390 with llvm 8 (v2)Dave Airlie2020-02-151-2/+3
* gallium/cso_hash: remove another layer of pointer indirectionMarek Olšák2020-02-144-50/+39
* gallium/cso_hash: cosmetic changes, no behavior changesMarek Olšák2020-02-142-57/+43
* gallium/cso_hash: remove always constant variable nodeSizeMarek Olšák2020-02-142-3/+1
* gallium/cso_hash: make cso_hash declared within structures instead of alloc'dMarek Olšák2020-02-148-71/+60
* gallium/cso_hash: inline a bunch of functionsMarek Olšák2020-02-142-46/+46
* gallium/u_vbuf: adjust the heuristic for unrolling indicesMarek Olšák2020-02-141-2/+2
* gallium/u_upload_mgr: don't do align twice in the u_upload_alloc fast pathMarek Olšák2020-02-141-8/+5
* gallium/u_upload_mgr: reduce dereferences by adding buffer_sizeMarek Olšák2020-02-141-9/+12
* st: add support for INTEL_blackhole_renderLionel Landwerlin2020-02-131-0/+4
* draw: don't emit vertex to streams with no outputsDave Airlie2020-02-071-0/+5
* draw: emit multiple streams to streamout.Dave Airlie2020-02-071-1/+1
* draw/gs: track emitted prims + verts per stream.Dave Airlie2020-02-072-17/+14
* draw: change geom shader output to an array of outputs.Dave Airlie2020-02-074-12/+20
* gallivm/nir: add support for multiple vertex streamsDave Airlie2020-02-072-31/+37
* gallivm/swr: add stream_id to geom epilogue emitDave Airlie2020-02-074-5/+8
* u_tile: Skip the packed temporary and just store tiles directly.Eric Anholt2020-02-061-22/+12
* mesa/st: Move the SYSTEM_VALUE -> TGSI_SEMANTIC map to tgsi_from_mesa.Eric Anholt2020-02-052-0/+85
* glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.Eric Anholt2020-02-051-99/+3
* gallium/swr: Fix various asserts and security issuesJan Zielinski2020-02-051-1/+2
* gallium: Refactor some single-pixel util_format_read/writes.Eric Anholt2020-02-041-1/+1
* gallium: Add and use a helper for packing uc from a color_union.Eric Anholt2020-02-042-16/+10
* softpipe: Refactor pipe_get/put_tile_rgba_* paths.Eric Anholt2020-02-044-284/+102
* softpipe: Drop the raw_to* part of the tile cache interface.Eric Anholt2020-02-042-21/+3
* gallium/util: Remove pipe_get_tile_z/put_tile_z.Eric Anholt2020-02-042-264/+0
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-041-8/+3
* gallium/util: Increase the debug_flush map depthThomas Hellstrom2020-01-291-1/+1
* gallivm/nir: add missing break for isub.Dave Airlie2020-01-271-1/+1
* radeonsi: print shader cache stats with AMD_DEBUG=cache_statsMarek Olšák2020-01-242-1/+6
* gallium/util: add a cache of live shaders for shader CSO deduplicationMarek Olšák2020-01-244-0/+273
* gallivm: fix find lsbDave Airlie2020-01-231-1/+2
* galllivm: fix gather offset castingDave Airlie2020-01-231-2/+4
* gallivm: fix gather component handling.Dave Airlie2020-01-231-2/+3
* gallium: Add a cap bit for integer multiplication between 32-bit and 16-bitIan Romanick2020-01-231-0/+1
* gallium: Add a cap bit for OpenCL-style extended integer functionsIan Romanick2020-01-231-0/+3
* gallium: Fix a couple of multiple definition warnings.Timur Kristóf2020-01-221-4/+4
* gallium/gallivm: enable linking lp_bld_printf function with C++ codeJan Zielinski2020-01-211-0/+7
* util: call bind_sampler_states before setting sampler_viewsPierre-Eric Pelloux-Prayer2020-01-171-6/+6
* gallium: fix a warningErik Faye-Lund2020-01-141-1/+1
* nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand2020-01-131-1/+1
* nir: Add a new memory_barrier_tcs_patch intrinsicJason Ekstrand2020-01-131-0/+1
* llmvpipe: No-op implement more barriersJason Ekstrand2020-01-131-0/+3
* llvmpipe: add ARB_derivative_control supportDave Airlie2020-01-101-0/+4
* spirv,nir: add new lod parameter to image_{load,store} intrinsicsSamuel Pitoiset2020-01-091-0/+5
* llvmpipe: add support for ARB_indirect_parameters.Dave Airlie2020-01-091-1/+18
* gallium/util: add multi_draw_indirect to util_draw_indirect.Dave Airlie2020-01-091-9/+13
* gallium: bypass u_vbuf if it's not needed (no fallbacks and no user VBOs)Marek Olšák2020-01-084-7/+89
* gallium/cso_context: move non-vbuf vertex buffer and element code into helpersMarek Olšák2020-01-081-24/+43
* gallium: put u_vbuf_get_caps return values into u_vbuf_capsMarek Olšák2020-01-084-19/+25
* gallium: tgsi_from_mesa - handle VARYING_SLOT_FACEGert Wollny2020-01-041-0/+4