aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
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-144-0/+119
* 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
* gallivm: fixup base_vertex supportDave Airlie2019-12-123-3/+8
* gallivm/draw: add support for draw_id system value.Dave Airlie2019-12-129-3/+19
* gallivm: add base instance sysval supportDave Airlie2019-12-125-4/+14
* gallivm/nir: copy compare ordering code from tgsiDave Airlie2019-12-121-1/+6
* gallivm/nir: cleanup code and call cmp wrapperDave Airlie2019-12-121-12/+14
* gallivm: fix transpose for when first channel isn't createdDave Airlie2019-12-121-6/+12
* llvmpipe/nir: handle texcoord requirementsDave Airlie2019-12-124-5/+5
* gallivm: add TGSI bit arithmetic opcodes supportKrzysztof Raszkowski2019-12-101-0/+138
* draw, st/mesa: generate TGSI for ffvp/ARB_vp if draw lacks LLVMMarek Olšák2019-12-092-0/+11
* gallivm: implement LOAD with CONSTBUF but don't enable it for llvmpipeMarek Olšák2019-12-091-3/+36
* llvmpipe: implement TEX_LZ and TXF_LZ opcodesMarek Olšák2019-12-091-4/+10
* gallium/util: Support POLYGON in u_stream_outputs_for_verticesAlyssa Rosenzweig2019-12-091-1/+8
* gallivm: add bitfield reverse and ufind_msbDave Airlie2019-12-093-0/+41
* draw: add support for collecting primitives generated outside streamoutDave Airlie2019-12-064-1/+28
* android: radeonsi: fix build after vl refactoring (v2)Mauro Rossi2019-12-051-0/+11
* gallivm/llvmpipe: add support for front facing in sysval.Dave Airlie2019-12-034-0/+9
* llvmpipe/images: handle undefined atomic without crashingDave Airlie2019-12-031-2/+10
* mesa/main/util: moving gallium u_mm to util, remove main/mmAlejandro Piñeiro2019-12-024-394/+0
* llvmpipe: add initial nir supportDave Airlie2019-11-283-1/+15
* gallivm: add swizzle support where one channel isn't defined.Dave Airlie2019-11-282-12/+35
* gallium: add nir lowering passes for the draw pipe stages. (v2)Dave Airlie2019-11-287-27/+547
* draw: add nir info gathering and building supportDave Airlie2019-11-285-26/+63
* gallivm: add nir->llvm translation (v2)Dave Airlie2019-11-285-0/+3142
* gallivm: add selection for non-32 bit typesDave Airlie2019-11-281-1/+8
* gallivm: add cttz wrapperDave Airlie2019-11-282-0/+17
* gallivm: add popcount intrinsic wrapperDave Airlie2019-11-282-1/+15
* gallivm: nir->tgsi info convertor (v2)Dave Airlie2019-11-285-1/+816
* gallivm: split out the flow control ir to a common file.Dave Airlie2019-11-286-479/+599
* radeonsi/nir: implement subgroup system values for SPIR-VMarek Olšák2019-11-271-0/+1
* driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke2019-11-271-0/+1
* gallium/auxiliary: Fix uses of gnu struct = {} extensionDylan Baker2019-11-265-8/+8
* Revert "draw: revert using correct order for prim decomposition."Zebediah Figura2019-11-221-3/+1
* pipe-loader: check that the pointer to driconf_xml isn't NULLSamuel Pitoiset2019-11-211-1/+1
* nir: move data.image.access to data.accessMarek Olšák2019-11-191-2/+2
* gallium/noop: call finalize_nirMarek Olšák2019-11-151-0/+3
* llvmpipe: use ppc64le/ppc64 Large code model for JIT-compiled shadersBen Crocker2019-11-141-1/+15
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-1478-11319/+54
* st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák2019-11-111-0/+1
* 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-0512-36/+36
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-11-0512-35/+35