aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* draw/llvm: improve debugging output a bitZack Rusin2014-03-262-2/+3
* draw/gs: reduce the size of the gs output bufferZack Rusin2014-03-261-7/+13
* gallivm: fix no-op n:n lp_build_resize()Roland Scheidegger2014-03-261-6/+6
* draw: Duplicate TGSI tokens in draw_pipe_pstipple module.José Fonseca2014-03-251-1/+2
* llvmpipe: add support for b5g6r5_srgbRoland Scheidegger2014-03-213-5/+25
* gallium: add b5g6r5 srgb formatRoland Scheidegger2014-03-213-4/+19
* gallium/u_gen_mipmap: remove the software fallbackMarek Olšák2014-03-211-1160/+2
* st/mesa: fix generating mipmaps for cube arraysMarek Olšák2014-03-211-28/+20
* gallivm: optimize repeat linear npot code in the aos int pathJeff Muizelaar2014-03-141-12/+62
* gallivm: use correct rounding for nearest wrap mode (in the aos int path)Roland Scheidegger2014-03-141-29/+9
* gallivm: use correct rounding for linear wrap mode (in the aos int path)Jeff Muizelaar2014-03-141-6/+8
* automake: silence folder creationEmil Velikov2014-03-111-4/+4
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-0710-21/+29
* gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2014-03-072-4/+3
* vl: Add rotation v3Kusanagi Kouichi2014-03-072-12/+107
* gallium/util: Fix memory leakAaron Watry2014-03-061-0/+2
* translate: fix buffer overflowsZack Rusin2014-03-044-6/+18
* draw/llvm: fix generation of the VS with GS presentZack Rusin2014-03-041-7/+7
* util: don't define isfinite(), isnan() for MSVC >= 1800Hans2014-03-031-0/+4
* gallium/util: add missing u_math includeIlia Mirkin2014-02-281-0/+2
* util/u_format: don't crash in util_format_translate if we can't do translationRoland Scheidegger2014-02-272-6/+17
* gallium/upload_mgr: remove useless variable "size"Marek Olšák2014-02-251-6/+4
* gallium/upload_mgr: don't unmap buffers if persistent mappings are supportedMarek Olšák2014-02-251-14/+51
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-0/+1
* util: Add util_cpu_to_le* helpersTom Stellard2014-02-241-0/+3
* util: Add util_bswap64() v3Tom Stellard2014-02-241-0/+16
* configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2Tom Stellard2014-02-241-1/+2
* pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIBEmil Velikov2014-02-243-7/+6
* pipe-loader: introduce pipe_loader_sw_probe_null helper functionEmil Velikov2014-02-222-0/+31
* pipe-loader: introduce pipe_loader_sw_probe_dri helperEmil Velikov2014-02-222-0/+36
* pipe-loader: introduce pipe_loader_sw_probe_xlib helperEmil Velikov2014-02-223-3/+45
* pipe-loader: use bool type for pipe_loader_drm_probe_fd()Emil Velikov2014-02-222-5/+5
* winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov2014-02-221-1/+1
* pipe-loader: handle memory allocation failureEmil Velikov2014-02-222-0/+4
* pipe-loader: build pipe_loader_drm_x_auth whenever HAVE_PIPE_LOADER_XCB is de...Emil Velikov2014-02-221-1/+1
* pipe-loader: destroy sw_winsys on sw_releaseEmil Velikov2014-02-221-0/+3
* vl/winsys_dri: cleanup vl_screen_create error pathEmil Velikov2014-02-221-13/+19
* tgsi_ureg: add property_gs_invocationsJordan Justen2014-02-202-0/+11
* gallivm: add smallfloat to float conversion not relying on cpu denorm handlingRoland Scheidegger2014-02-201-20/+65
* pipe-loader: split out "client" versionRob Clark2014-02-161-4/+19
* gallium/pipebuffer: change pb_cache_manager_create() size_factor to floatBrian Paul2014-02-142-6/+6
* gallium/util: Add flush/map debug utility codeThomas Hellstrom2014-02-143-0/+530
* gallium/pipebuffer: Add a cache buffer manager bypass maskThomas Hellstrom2014-02-142-4/+22
* pipebuffer, winsys: Add a size match parameter to the cached buffer managerThomas Hellstrom2014-02-142-3/+7
* vl: add motion adaptive deinterlacerGrigori Goronzy2014-02-143-1/+569
* pipe-loader: Add support for render nodes v2Tom Stellard2014-02-131-3/+77
* pipe-loader: Add auth_x parameter to pipe_loader_drm_probe_fd()Tom Stellard2014-02-132-4/+10
* gallium/vl: remove remaining softpipe video functionsChristian König2014-02-132-173/+1
* auxiliary/pipe-loader: automake: avoid exporting all symbolsEmil Velikov2014-02-111-0/+1
* pipe-loader: drop obsolete libudev.h includeEmil Velikov2014-02-111-1/+0