aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add PIPE_CAP_BLEND_EQUATION_ADVANCEDElie Tournier2020-07-171-0/+1
* gallium/util: do not use _MTX_INITIALIZER_NP on WindowsErik Faye-Lund2020-07-162-0/+8
* gallium: Dual source support in blend_factor_to_shaderIcecream952020-07-151-4/+4
* gallium: add PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLYKarol Herbst2020-07-141-0/+1
* Revert https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4580Michel Dänzer2020-07-141-1/+0
* gallium: add PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLYKarol Herbst2020-07-141-0/+1
* u_prim_restart: handle user buffers in util_translate_prim_restart_ib()Mike Blumenkrantz2020-07-101-10/+11
* util: Merge util_format_read_4* functions.Eric Anholt2020-07-071-16/+4
* util: Merge util_format_write_4* functions.Eric Anholt2020-07-071-16/+4
* gallium/util: Move the Z/S handling to the outside of get_tile().Eric Anholt2020-07-071-51/+46
* gallium/util: Clean up the Z/S tile write path.Eric Anholt2020-07-071-27/+10
* gallium/util: Fix location of the comment about S8_UINT handling.Eric Anholt2020-07-071-4/+4
* gallium/util: Add a helper function for point sprite handling.Eric Anholt2020-06-291-0/+19
* gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts2020-06-221-0/+1
* gallium/util: add missing includeErik Faye-Lund2020-06-201-0/+1
* gallium/util: limit STACK_LEN on WindowsErik Faye-Lund2020-06-201-0/+5
* gallium/u_vbuf: add a faster path for uploading non-interleaved attribsMarek Olšák2020-06-091-34/+83
* gallium/u_vbuf: get rid of some pointer dereferencesMarek Olšák2020-06-091-9/+11
* util: Add util functionality for GL4.1 supportNeha Bhende2020-06-052-0/+117
* util: Initialize pipe_shader_state for passthrough and transform shadersNeha Bhende2020-05-281-5/+5
* gallium/u_threaded: execute transfer_unmap with THREAD_SAFE directlyMarek Olšák2020-05-151-0/+15
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-136-6/+6
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-131-1/+1
* gallium/util: Fix leak in the live shader cacheAxel Davy2020-05-111-1/+4
* 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
* gallium: add a new cap PIPE_CAP_GLSL_ZERO_INITPierre-Eric Pelloux-Prayer2020-05-051-0/+1
* gallium: extract out logicop helperRob Clark2020-04-301-0/+26
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-293-3/+9
* gallium: add PIPE_CAP_MAP_UNSYNCHRONIZED_THREAD_SAFE for glthreadMarek Olšák2020-04-271-0/+1
* util/indirect: handle stride less than number of parameters.Dave Airlie2020-04-271-1/+3
* gallium: prepare framework for supporting AlphaToCoverageDitherControlNVIndrajit Kumar Das2020-04-231-0/+1
* gallium: add # of MRT to blend stateRob Clark2020-04-232-1/+3
* mesa/st: avoid u_vbuf for GLESRob Clark2020-04-232-2/+8
* 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
* gallium: add PIPE_CAP_VIEWPORT_MASKIlia Mirkin2020-04-151-0/+1
* gallium: add PIPE_CAP_SYSTEM_SVMKarol Herbst2020-04-151-0/+3
* u_blitter: fix stencil blittingDave Airlie2020-04-151-1/+1
* gallium: add viewport swizzling state and capIlia Mirkin2020-04-121-0/+1
* util: move and adjust the vertex upload heuristic equation from u_vbufMarek Olšák2020-04-061-2/+1
* gallium/util: let shader live cache users know if a hit occuredPierre-Eric Pelloux-Prayer2020-04-022-2/+7
* gallium/llvmpipe: add an optimised 32-bit memsetDave Airlie2020-04-011-7/+3
* st/mesa: add environment variable pin_app_thread for faster glthread on AMD ZenMarek Olšák2020-03-301-0/+10
* gallium/u_threaded: call the driver to pin threads to L3 immediatelyMarek Olšák2020-03-301-6/+14
* util: fix u_fifo_pop()Rob Clark2020-03-301-1/+1
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-272-2/+2
* gallium/util: Add back (and rename) util_float_to_half implementationRoland Scheidegger2020-03-251-0/+57
* vbo,gallium: make glBegin/End buffer size configurable by driversMarek Olšák2020-03-211-0/+3
* gallium/util: Switch util_float_to_half to _mesa_float_to_half()'s impl.Eric Anholt2020-03-171-52/+2