summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* draw: Save original driver functions earlier.José Fonseca2014-01-232-14/+14
* os/os_thread: Revert pipe_barrier pre-processing logic.José Fonseca2014-01-231-1/+1
* gallium: Use C11 thread abstractions.José Fonseca2014-01-231-230/+32
* os: Remove pipe_static_condvar.José Fonseca2014-01-231-12/+0
* gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formatsMarek Olšák2014-01-231-0/+3
* gallium/u_upload_mgr: don't expose u_upload_flushMarek Olšák2014-01-232-22/+4
* gallium/hud: just unmap the upload vertex buffer instead of recreating itMarek Olšák2014-01-231-1/+1
* gallium/vl: use u_upload_mgr to upload vertices for vl_compositorMarek Olšák2014-01-232-32/+20
* draw: fix points with negative w coords for d3d style point clippingRoland Scheidegger2014-01-211-2/+6
* draw: use some cast wrappers in draw_pt_fetch_shade_pipeline*.cBrian Paul2014-01-202-19/+29
* draw: whitespace and formatting fixes in draw_pt_fetch_shade_pipeline*.cBrian Paul2014-01-202-81/+105
* draw: fix incorrect vertex size computation in LLVM drawing codeBrian Paul2014-01-202-11/+30
* draw: clean up d3d style point clippingRoland Scheidegger2014-01-205-25/+42
* pipe-loader: Fix buildArmin K2014-01-191-0/+1
* pipe-loader: add support for non-pci (platform) devicesEmil Velikov2014-01-182-0/+3
* pipe-loader: use loader util libEmil Velikov2014-01-182-81/+14
* loader: introduce the loader util libEmil Velikov2014-01-181-0/+1