summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-4/+4
* util: remove LIST_DEL macroTimothy Arceri2019-10-282-4/+4
* util: remove LIST_DELINIT macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_REPLACE macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_ADD macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-282-2/+2
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-282-3/+3
* gallium: Fix a bunch of undefined left-shifts in u_format_*Adam Jackson2019-10-243-56/+56
* gallium/util: Cast to target type before shifting leftMichel Dänzer2019-10-241-1/+1
* gallium: Drop the unused PIPE_FORMAT_A*L* formats.Eric Anholt2019-10-202-8/+0
* gallium/util: don't depend on implementation defined behavior in listen()Lucas Stach2019-10-181-1/+1
* gallium/u_blitter: remove an unused variableMarek Olšák2019-10-171-2/+0
* mesa/st: support lowering user-clip-planes automaticallyErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower two-sided lightingErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower point-sizeErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower alpha-testingErik Faye-Lund2019-10-171-0/+1
* gallium: add flatshade lowering capabilityDave Airlie2019-10-171-0/+3
* gallium/u_blitter: set a more sane viewport-stateErik Faye-Lund2019-10-171-6/+5
* gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong2019-10-141-1/+1
* gallium: add a a new cap for changing the TGSI TG4 instruction encodingDave Airlie2019-10-111-0/+1
* gallium/u_tests: test NV12 allocation and exportMarek Olšák2019-10-091-0/+159
* gallium/util: add planar format layouts and helpersMarek Olšák2019-10-094-7/+108
* gallium/util: remove enum numbering from util_format_layoutMarek Olšák2019-10-091-9/+9
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-073-14/+24
* util: use simple_mtx_t for util_rangeMarek Olšák2019-10-071-5/+6
* gallium: Add PIPE_CAP_DEMOTE_TO_HELPER_INVOCATIONCaio Marcelo de Oliveira Filho2019-09-301-0/+3
* util/u_queue: track job size and limit the size of queue growthTimothy Arceri2019-09-191-1/+1
* Revert "gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP"Christian Gmeiner2019-09-181-0/+3
* gallium: util_set_vertex_buffers_mask(..): make use of u_bit_consecutive(..)Christian Gmeiner2019-09-141-3/+2
* u_format: float type for R11G11B10_FLOAT/R9G9B9E5_FLOATJonathan Marek2019-09-111-2/+2
* u_format: add ETC2 to util_format_srgb/util_format_linearJonathan Marek2019-09-111-0/+12
* gallium: Fix util_format_get_depth_onlyKenneth Graunke2019-09-101-1/+1
* gallium: Add ARB_gl_spirv supportCaio Marcelo de Oliveira Filho2019-09-101-0/+4
* gallium: Plumb through a way to disable GLSL const loweringConnor Abbott2019-09-051-0/+4
* gallium: Don't emit identical endian-dependent pack/unpack code.Eric Anholt2019-08-281-5/+11
* gallium: Fix big-endian addressing of non-bitmask array formats.Eric Anholt2019-08-281-6/+17
* gallium: Drop a bit of dead code from the pack/unpack python.Eric Anholt2019-08-281-2/+0
* gallium: Drop the useless union wrapper on pack/unpack.Eric Anholt2019-08-281-28/+22
* gallium: Skip generating the pack/unpack union if we don't use it.Eric Anholt2019-08-281-1/+1
* gallium: Add the ASTC 3D formats.Eric Anholt2019-08-261-0/+21
* gallium: Add block depth to the format utils.Eric Anholt2019-08-262-1/+26
* gallium: Add a block depth field to the u_formats table.Eric Anholt2019-08-262-356/+357
* gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin2019-08-201-1/+1
* gallium/util: widen type before multiplicationErik Faye-Lund2019-08-151-1/+1
* gallium/util: Add u_stream_outputs_for_vertices helperAlyssa Rosenzweig2019-08-121-0/+19
* mesa: avoid warning on WindowsErik Faye-Lund2019-08-081-1/+1
* gallium/util: add a helper to compute vertex count from primitive countIago Toral Quiroga2019-08-081-0/+44
* gallium/dump: add missing query-type to short-listErik Faye-Lund2019-08-071-0/+1
* gallium/dump: add missing query-type to short-listErik Faye-Lund2019-08-071-0/+1
* gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate supportPierre-Eric Pelloux-Prayer2019-08-061-0/+1