summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/Tungsten Graphics/VMware/José Fonseca2014-01-17177-361/+361
* gallium: add bits for clipping points as tris (d3d-style)Roland Scheidegger2014-01-176-7/+47
* llvmpipe: do constant buffer bounds checking in shadersZack Rusin2014-01-165-39/+154
* gallium/util: easy fixes for NULL colorbuffersMarek Olšák2014-01-132-1/+7
* st/mesa: bind NULL colorbuffers as specified by glDrawBuffersMarek Olšák2014-01-132-0/+25
* cso_context: Fix cso_context::sample_mask initial value.José Fonseca2014-01-071-1/+1
* gallium/draw: remove double semicolonDave Airlie2014-01-071-1/+1
* pipe_loader/sw: close dev->lib when initialization failsAaron Watry2013-12-231-1/+4
* gallium/u_blitter: implement shader-based MSAA resolve with bilinear filteringMarek Olšák2013-12-143-31/+149
* gallium/u_blitter: implement shader-based MSAA resolveMarek Olšák2013-12-143-23/+158