summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* pipe-loader: directly use pipe_loader_sw_probe_null() at probe timeEmil Velikov2015-11-211-13/+4
* pipe-loader: add pipe_loader_sw_probe_init_common() helperEmil Velikov2015-11-211-20/+18
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-219-23/+13
* pipe-loader: remove HAVE_DRM_LOADER_GALLIUM and HAVE_PIPE_LOADER_DRMEmil Velikov2015-11-212-2/+2
* pipe-loader: add pipe_loader_sw_probe_kms() implementationEmil Velikov2015-11-212-0/+34
* targets/nine: use the existing sw_screen_wrap() over our custom versionEmil Velikov2015-11-211-27/+0
* automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov2015-11-211-1/+0
* pipe-loader: remove HAVE_PIPE_LOADER_foo function prototype guardsEmil Velikov2015-11-211-8/+0
* ttn: add TEX2 supportIlia Mirkin2015-11-201-3/+11
* gallium/hud: add support for batch queriesNicolai Hähnle2015-11-203-46/+261
* gallium/hud: remove unused field in query_infoNicolai Hähnle2015-11-201-1/+0
* gallivm: use sampler index 0 for texel fetchesRoland Scheidegger2015-11-201-1/+6
* auxiliary/vl/dri2: coding style fixesEmil Velikov2015-11-202-22/+34
* auxiliary/vl/dri2: hide internal functionsEmil Velikov2015-11-202-34/+20
* auxiliary/vl/drm: hide internal functionsEmil Velikov2015-11-202-5/+5
* auxiliary/vl/dri2: setup the dispatchEmil Velikov2015-11-202-8/+15
* auxiliary/vl/drm: use a label for the error pathEmil Velikov2015-11-201-6/+10
* auxiliary/vl/drm: setup the dispatchEmil Velikov2015-11-201-0/+6
* auxiliary/vl: add dispatch tableEmil Velikov2015-11-201-0/+17
* auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov2015-11-202-4/+4
* os: check for GALLIUM_PROCESS_NAME to override os_get_process_name()Brian Paul2015-11-191-18/+29
* hud: fix Windows build breakBrian Paul2015-11-191-0/+6
* gallium/hud: control visibility at startup and runtime.Jimmy Berry2015-11-191-0/+29
* llvmpipe: disable VSX in ppc due to LLVM PPC bugOded Gabbay2015-11-181-0/+9
* 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