aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* auxiliary: rework the python generated sources rulesEmil Velikov2015-09-091-12/+17
* llvmpipe: convert double to long long instead of unsigned long longOded Gabbay2015-09-041-1/+1
* gallium/pb_bufmgr_cache: add a way to remove buffers from the cache explicitlyMarek Olšák2015-09-032-6/+41
* u_upload_mgr: remove the return value from u_upload_dataMarek Olšák2015-09-033-22/+18
* u_upload_mgr: remove the return value from u_upload_bufferMarek Olšák2015-09-032-31/+18
* u_upload_mgr: remove the return value from u_upload_alloc_bufferMarek Olšák2015-09-031-11/+9
* u_upload_mgr: remove the return value from u_upload_allocMarek Olšák2015-09-033-34/+34
* u_upload_mgr: optimize u_upload_allocMarek Olšák2015-09-031-15/+17
* tgsi/scan: add uses_doubles to tgsi scannerDave Airlie2015-09-022-1/+5
* auxiliary/os: Don't implement os_get_option() on embedded builds.José Fonseca2015-09-011-0/+2
* util: add a couple primitive restart helper functionsBrian Paul2015-09-013-0/+331
* tgsi: add tgsi utility to transform a fragment shader to support aa pointCharmaine Lee2015-09-013-0/+346