summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_blitter: add support for multi-dword clear values in clear_bufferMarek Olšák2015-11-131-11/+14
* gallium: add support for gl_HelperInvocation semanticIlia Mirkin2015-11-121-0/+1
* gallium/hud: add cpu graph support for WindowsBrian Paul2015-11-121-0/+54
* vl: add drm support for vl_screenLeo Liu2015-11-083-1/+85
* vl/buffers: add RGBX and BGRX to the supported formatsJulien Isorce2015-11-061-0/+18
* gallium: expose a debug message callback settable by context ownerIlia Mirkin2015-11-052-0/+34
* u_vbuf: minor code reformatting / line wrappingBrian Paul2015-11-041-4/+8
* u_vbuf: add some const qualifiersBrian Paul2015-11-041-2/+2
* util/indices: replace #define tokens with enum typeBrian Paul2015-11-043-86/+91
* gallivm: fix sampling for s3tc srgb formats when using texture cacheRoland Scheidegger2015-11-041-1/+3
* llvmpipe: add cache for compressed texturesRoland Scheidegger2015-11-0412-8/+621
* gallivm: disable f16c when not using AVXRoland Scheidegger2015-10-261-0/+3
* gallivm: fix tex offsets with mirror repeat linearRoland Scheidegger2015-10-241-4/+5
* gallivm: fix sampling with texture offsets in SoA pathRoland Scheidegger2015-10-241-3/+8
* util/format: add helper util_format_is_snorm8Marek Olšák2015-10-242-0/+22
* gallium/util: add a test for NULL fragment shadersMarek Olšák2015-10-241-0/+38
* gallivm: Explicitly disable unsupported CPU features.Jose Fonseca2015-10-231-38/+34
* virgl/vtest: add vtest driverDave Airlie2015-10-231-0/+12
* virgl: add driver for virtio-gpu 3D (v2)Dave Airlie2015-10-231-0/+42
* tgsi: try and handle overflowing shaders. (v2)Dave Airlie2015-10-232-3/+9
* tgsi: add option to dump floats as hex valuesDave Airlie2015-10-233-2/+30
* gallivm: Translate all util_cpu_caps bits to LLVM attributes.Jose Fonseca2015-10-221-2/+34
* draw: fix splitting of line loops (v2)Brian Paul2015-10-204-8/+32
* gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák2015-10-202-0/+4
* tgsi/scan: use properties for clip/cull distance writemasksMarek Olšák2015-10-201-14/+14
* gallium: add new properties for clip and cull distance usageMarek Olšák2015-10-201-0/+2
* gallivm: implement the correct version of LRPMarek Olšák2015-10-171-6/+13
* gallivm: set correct opcode info from unary/binary/ternary emitsMarek Olšák2015-10-171-3/+6
* tgsi: move pipe_shader_from_tgsi_processor function to utilMarek Olšák2015-10-172-24/+24
* gallium/hud: fix possible NULL pointer dereferenceMarek Olšák2015-10-171-0/+3
* tgsi: initialize ctx.file in tgsi_dump_instruction()Brian Paul2015-10-161-0/+1
* gallium/util: fix debug_get_flags_option on 32-bit harderRob Clark2015-10-151-3/+3
* u_vbuf: fix vb slot assignment for translated buffersNicolai Hähnle2015-10-121-0/+1
* tgsi: (trivial) kill c99-ism.Roland Scheidegger2015-10-091-2/+3
* tgsi/scan: add info about declared samplers (v2)Marek Olšák2015-10-092-0/+3
* tgsi: add a utility for emulating some GL featuresMarek Olšák2015-10-093-0/+208
* glsl: move shader_enums into nirRob Clark2015-10-091-1/+1
* tgsi: add const qualifier to silence warningBrian Paul2015-10-061-1/+1
* tgsi/scan: add interpolation info into tgsi_shader_infoMarek Olšák2015-10-032-3/+101
* gallivm: Allow drivers and state trackers to initialize gallivm LLVM targets v2Tom Stellard2015-10-022-7/+32
* gallium/util: avoid unreferencing random memory on buffer alloc failureIlia Mirkin2015-09-281-1/+1
* gallium/u_blitter: handle allocation failuresMarek Olšák2015-09-241-0/+6
* gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*.Eric Anholt2015-09-162-14/+173
* tgsi: add a TXQS opcode to retrieve the number of texture samplesIlia Mirkin2015-09-131-1/+2
* tgsi/scan: add support to figure out max nesting depthRob Clark2015-09-132-0/+21
* tgsi, softpipe: Constify tgsi_sampler in query_lod vfuncKrzesimir Nowak2015-09-111-1/+1
* tgsi,softpipe: capitalize the tgsi_sampler_control enum valuesBrian Paul2015-09-112-24/+25
* tgsi: Add code for handling lodq opcodeKrzesimir Nowak2015-09-102-0/+56
* tgsi: Remove trailing backslash in commentKrzesimir Nowak2015-09-101-1/+1
* gallium/ttn: fix cursor handling vs builderRob Clark2015-09-091-8/+6