aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium/auxiliary: Handle count == 0 in u_vbuf_get_minmax_index_mappedIcecream952019-12-161-0/+6
* gallium/auxiliary: Reduce conversions in u_vbuf_get_minmax_index_mappedIcecream952019-12-161-6/+12
* vc4: move the draw splitting routine to shared codeErico Nunes2019-12-142-0/+115
* gallium/util: add alignment parameter to util_upload_index_bufferErico Nunes2019-12-142-3/+3
* util: Don't access members of NULL pointersTomeu Vizoso2019-12-121-5/+10
* gallium/util: Support POLYGON in u_stream_outputs_for_verticesAlyssa Rosenzweig2019-12-091-1/+8
* mesa/main/util: moving gallium u_mm to util, remove main/mmAlejandro Piñeiro2019-12-022-390/+0
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-1444-11222/+22
* u_format: Fix swizzle of A1R5G5B5.Eric Anholt2019-11-081-1/+1
* gallium: Add equivalents of packed MESA_FORMAT_*UINT formats.Eric Anholt2019-11-071-0/+17
* gallium: Add an equivalent of MESA_FORMAT_BGR_UNORM8.Eric Anholt2019-11-071-0/+1
* gallium: Add some more channel orderings of packed formats.Eric Anholt2019-11-071-0/+8
* gallium: Add defines for FXT1 texture compression.Eric Anholt2019-11-073-1/+7
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-052-12/+12
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-11-052-11/+11
* 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