summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2014-03-21gallium/u_gen_mipmap: remove the software fallbackMarek Olšák1-1160/+2
2014-03-21st/mesa: fix generating mipmaps for cube arraysMarek Olšák1-28/+20
2014-03-14gallivm: optimize repeat linear npot code in the aos int pathJeff Muizelaar1-12/+62
2014-03-14gallivm: use correct rounding for nearest wrap mode (in the aos int path)Roland Scheidegger1-29/+9
2014-03-14gallivm: use correct rounding for linear wrap mode (in the aos int path)Jeff Muizelaar1-6/+8
2014-03-11automake: silence folder creationEmil Velikov1-4/+4
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin10-21/+29
2014-03-07gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2-4/+3
2014-03-07vl: Add rotation v3Kusanagi Kouichi2-12/+107
2014-03-06gallium/util: Fix memory leakAaron Watry1-0/+2
2014-03-04translate: fix buffer overflowsZack Rusin4-6/+18
2014-03-04draw/llvm: fix generation of the VS with GS presentZack Rusin1-7/+7
2014-03-03util: don't define isfinite(), isnan() for MSVC >= 1800Hans1-0/+4
2014-02-28gallium/util: add missing u_math includeIlia Mirkin1-0/+2
2014-02-27util/u_format: don't crash in util_format_translate if we can't do translationRoland Scheidegger2-6/+17
2014-02-25gallium/upload_mgr: remove useless variable "size"Marek Olšák1-6/+4
2014-02-25gallium/upload_mgr: don't unmap buffers if persistent mappings are supportedMarek Olšák1-14/+51
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie1-0/+1
2014-02-24util: Add util_cpu_to_le* helpersTom Stellard1-0/+3
2014-02-24util: Add util_bswap64() v3Tom Stellard1-0/+16
2014-02-24configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2Tom Stellard1-1/+2
2014-02-24pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIBEmil Velikov3-7/+6
2014-02-22pipe-loader: introduce pipe_loader_sw_probe_null helper functionEmil Velikov2-0/+31
2014-02-22pipe-loader: introduce pipe_loader_sw_probe_dri helperEmil Velikov2-0/+36
2014-02-22pipe-loader: introduce pipe_loader_sw_probe_xlib helperEmil Velikov3-3/+45
2014-02-22pipe-loader: use bool type for pipe_loader_drm_probe_fd()Emil Velikov2-5/+5
2014-02-22winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov1-1/+1
2014-02-22pipe-loader: handle memory allocation failureEmil Velikov2-0/+4
2014-02-22pipe-loader: build pipe_loader_drm_x_auth whenever HAVE_PIPE_LOADER_XCB is de...Emil Velikov1-1/+1
2014-02-22pipe-loader: destroy sw_winsys on sw_releaseEmil Velikov1-0/+3
2014-02-22vl/winsys_dri: cleanup vl_screen_create error pathEmil Velikov1-13/+19
2014-02-20tgsi_ureg: add property_gs_invocationsJordan Justen2-0/+11
2014-02-20gallivm: add smallfloat to float conversion not relying on cpu denorm handlingRoland Scheidegger1-20/+65
2014-02-16pipe-loader: split out "client" versionRob Clark1-4/+19
2014-02-14gallium/pipebuffer: change pb_cache_manager_create() size_factor to floatBrian Paul2-6/+6
2014-02-14gallium/util: Add flush/map debug utility codeThomas Hellstrom3-0/+530
2014-02-14gallium/pipebuffer: Add a cache buffer manager bypass maskThomas Hellstrom2-4/+22
2014-02-14pipebuffer, winsys: Add a size match parameter to the cached buffer managerThomas Hellstrom2-3/+7
2014-02-14vl: add motion adaptive deinterlacerGrigori Goronzy3-1/+569
2014-02-13pipe-loader: Add support for render nodes v2Tom Stellard1-3/+77
2014-02-13pipe-loader: Add auth_x parameter to pipe_loader_drm_probe_fd()Tom Stellard2-4/+10
2014-02-13gallium/vl: remove remaining softpipe video functionsChristian König2-173/+1
2014-02-11auxiliary/pipe-loader: automake: avoid exporting all symbolsEmil Velikov1-0/+1
2014-02-11pipe-loader: drop obsolete libudev.h includeEmil Velikov1-1/+0
2014-02-11vl: add H264 encoding interfaceChristian König1-1/+1
2014-02-07gallium/tgsi: correct typo propagated from NV_vertex_program1_1Erik Faye-Lund1-2/+2
2014-02-07gallium/tgsi: use CLAMP instead of open-coded clampsErik Faye-Lund1-22/+4
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák9-15/+15
2014-02-06vl/rbsp: add H.264 RBSP implementationChristian König1-0/+164
2014-02-06vl/vlc: add function to limit the vlc sizeChristian König1-12/+41