aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* vl: add H264 encoding interfaceChristian König2014-02-111-1/+1
* gallium/tgsi: correct typo propagated from NV_vertex_program1_1Erik Faye-Lund2014-02-071-2/+2
* gallium/tgsi: use CLAMP instead of open-coded clampsErik Faye-Lund2014-02-071-22/+4
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-069-15/+15
* vl/rbsp: add H.264 RBSP implementationChristian König2014-02-061-0/+164
* vl/vlc: add function to limit the vlc sizeChristian König2014-02-061-12/+41
* vl/vlc: add remove bits functionChristian König2014-02-061-0/+12
* tgsi/ureg: increase the number of immediatesZack Rusin2014-02-051-1/+1
* gallivm: make sure analysis works with large number of immediatesZack Rusin2014-02-051-8/+9
* gallivm: handle huge number of immediatesZack Rusin2014-02-054-44/+86
* gallivm: allow large numbers of temporariesZack Rusin2014-02-054-5/+20
* gallivm: fix F2U opcodeRoland Scheidegger2014-02-051-20/+22
* draw: fix incorrect color of flat-shaded clipped linesBrian Paul2014-02-031-1/+12
* gallium/auxiliary/indices: replace free() with FREE()Brian Paul2014-02-031-1/+1
* gallivm: fix opcode and function nestingZack Rusin2014-02-032-157/+317
* gallivm: add a few const qualifiersBrian Paul2014-02-022-4/+4
* translate: reindent translate_sse.cBrian Paul2014-02-021-472/+474
* gallivm: Workaround http://llvm.org/PR18600José Fonseca2014-01-281-2/+4
* util/u_vbuf: correct map offset calculation for crazy offsetsIlia Mirkin2014-01-271-1/+1
* translate: deal with size overflows by casting to ptrdiff_tIlia Mirkin2014-01-272-3/+7
* gallium/rtasm: handle mmap failures appropriatelyEmil Velikov2014-01-271-3/+7