summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600/llvm: initialize radeon_llvm_binaryAaron Watry2013-11-151-0/+1
* svga: remove unused vars in svga_hwtnl_simple_draw_range_elements()Brian Paul2013-11-151-12/+2
* svga: print warning for unsupported indirect dest reg indexingBrian Paul2013-11-151-0/+4
* svga: mark dest image as defined in svga_surface_copy()Brian Paul2013-11-151-0/+2
* svga: do primitive trimming in translate_indices()Brian Paul2013-11-151-3/+12
* indices: add comments, assertions in u_indices.c fileBrian Paul2013-11-151-0/+26
* gallium/pipe_loader: un-reference udev resources when we're done with them.Aaron Watry2013-11-151-0/+3
* radeonsi/compute: Dispose of LLVM module after compiling kernelsAaron Watry2013-11-151-0/+1
* radeonsi/compute: Free program and program.kernels on shutdownAaron Watry2013-11-151-1/+15
* radeon/llvm: Free created llvm memory bufferAaron Watry2013-11-151-0/+1
* radeon/llvm: Free libelf resourcesAaron Watry2013-11-151-0/+3
* radeon/llvm: fix spelling errorAaron Watry2013-11-151-1/+1
* clover: Support multiple devices in clCreateContextFromType() v2Tom Stellard2013-11-151-3/+9
* tools/trace: Several bugfixes/improvements to dump_state.pyJosé Fonseca2013-11-151-9/+49
* trace: Dump user_buffer members.José Fonseca2013-11-151-0/+2
* radeonsi: add support for Hawaii asics (v2)Alex Deucher2013-11-155-0/+17
* llvmpipe: (trivial) fix more fallout from the setup cleanup.Roland Scheidegger2013-11-141-2/+4
* llvmpipe: (trivial) fix misplaced bld context assignment.Roland Scheidegger2013-11-141-2/+1
* gallivm: Compile flag to debug TGSI execution through printfs.José Fonseca2013-11-145-47/+222
* softpipe: (trivial) fix debug codeRoland Scheidegger2013-11-141-15/+10
* llvmpipe: clean up state setup code a bitRoland Scheidegger2013-11-141-115/+59
* gallivm,llvmpipe: fix float->srgb conversion to handle NaNsRoland Scheidegger2013-11-145-28/+45
* nvc0: release 3d bufctx after drawingBen Skeggs2013-11-131-0/+3
* clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez2013-11-121-1/+2
* draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offsetRoland Scheidegger2013-11-122-19/+28
* gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois2013-11-121-6/+6
* nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin2013-11-121-2/+2
* nouveau/video: don't try on nv3xIlia Mirkin2013-11-121-2/+2
* egl-static: Only export necessary symbols v3Tom Stellard2013-11-112-0/+5
* pipe-loader: Only export necessary symbols v3Tom Stellard2013-11-112-0/+5
* radeonsi/compute: Add Sea Islands supportTom Stellard2013-11-111-3/+12
* r600/llvm: Store inputs in function argumentsVincent Lejeune2013-11-113-0/+121
* svga: improve loops over color buffersBrian Paul2013-11-116-10/+20
* svga: document magic number of 8 render targets per batchBrian Paul2013-11-111-1/+13
* util: set all unused cbufs to NULL in util_copy_framebuffer_state()Brian Paul2013-11-111-1/+2
* vl: use a separate context for shader based decode v2Christian König2013-11-082-61/+124
* st/dri: Fix dri_create_context declaration prototype.José Fonseca2013-11-081-0/+1
* gallivm: deduplicate some indirect register address codeRoland Scheidegger2013-11-081-157/+96
* mesa/dri: Move context flag validation down into the driversIan Romanick2013-11-071-0/+5
* mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick2013-11-071-0/+6
* st/xorg: Delete.Matt Turner2013-11-0722-7080/+0
* xorg-nouveau: Delete.Matt Turner2013-11-074-284/+0
* xorg-i915: Delete.Matt Turner2013-11-075-255/+0
* r600g: Add support for PIPE_FORMAT_R11G11B10_FLOAT vertex elementsFredrik Höglund2013-11-072-0/+9
* svga: always return 4 for PIPE_MAX_COLOR_BUFSBrian Paul2013-11-071-5/+4
* svga: return true for the PIPE_CAP_SM3 queryBrian Paul2013-11-071-1/+3
* draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure2013-11-0714-56/+182
* gallium: fix build on GNU/kFreeBSDFabio Pedretti2013-11-062-2/+2
* r600/compute: silence unused var warningFabio Pedretti2013-11-061-1/+0
* gallivm: fix indirect addressing of inputsRoland Scheidegger2013-11-061-17/+28