summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: unbind constant buffer when not in useKeith Whitwell2010-11-022-0/+10
* llvmpipe: guard against NULL task->query pointerKeith Whitwell2010-11-021-2/+5
* llvmpipe: avoid generating tri_16 for tris which extend past tile boundsKeith Whitwell2010-11-022-14/+35
* scons: Add aliases for several pipe drivers.José Fonseca2010-11-028-8/+14
* r600g: List recently added files in SConscript.José Fonseca2010-11-021-0/+2
* scons: Revamp how to specify targets to build.José Fonseca2010-11-018-95/+17
* gallivm: Remove the EMMS opcodes.José Fonseca2010-10-281-5/+0
* gallium: Avoid using __doc__ in python scripts.José Fonseca2010-10-281-2/+2
* Fix build on systems where "python" is python 3.Kenneth Graunke2010-10-271-1/+1
* r300g: add a default channel ordering of texture border for unhandled formatsMarek Olšák2010-10-271-9/+5
* r600g: Silence uninitialized variable warnings.Vinson Lee2010-10-271-4/+4
* r300g: Silence uninitialized variable warning.Vinson Lee2010-10-271-0/+5
* r600g: Destroy the blitter.Tilman Sauerbeck2010-10-271-0/+2
* r600g: add assembler support for all the kcache fields.Dave Airlie2010-10-263-2/+17
* r600g: fix magic 0x1 ->flat shade enaDave Airlie2010-10-262-2/+2
* r300g: fix texture border for 16-bits-per-channel formatsMarek Olšák2010-10-241-4/+9
* r600g: drop more common state handling codeDave Airlie2010-10-244-151/+80
* r600g: Also clear bc data when we're destroying a shader.Tilman Sauerbeck2010-10-243-1/+39
* r600g: Added r600_pipe_shader_destroy().Tilman Sauerbeck2010-10-243-2/+16
* r600g: merge more of the common r600/evergreen state handlingDave Airlie2010-10-244-172/+106
* r600g: Fixed r600_vertex_element leak.Tilman Sauerbeck2010-10-244-18/+10
* softpipe: remove >32bpp color restrictionBrian Paul2010-10-232-8/+1
* softpipe: added some texture sample debug code (disabled)Brian Paul2010-10-231-7/+50
* r300g: say no to PIPE_CAP_STREAM_OUTPUT and PIPE_CAP_PRIMITIVE_RESTARTMarek Olšák2010-10-221-0/+2
* r300g: do not print get_param errors in non-debug buildMarek Olšák2010-10-221-4/+4
* galahad: silence warningsBrian Paul2010-10-222-3/+3
* llvmpipe: enable primitive restartBrian Paul2010-10-211-0/+2
* softpipe: enable primitive restartBrian Paul2010-10-211-0/+2
* r600g: start splitting out common code from eg/r600.Dave Airlie2010-10-216-339/+367
* r600g: initial translate state supportDave Airlie2010-10-214-5/+250
* llvmpipe: Remove unnecessary header.Vinson Lee2010-10-211-1/+0
* r600g: add texture tiling enable under a debug option.Dave Airlie2010-10-211-0/+7
* r600g: add texture tiling alignment support.Dave Airlie2010-10-211-5/+60
* r600g: introduce a per-driver resource flag for transfers.Dave Airlie2010-10-212-2/+5
* r600g: add r600 surface to store the aligned height.Dave Airlie2010-10-214-20/+36
* r600g: start adding hooks for aligning width/height for tiles.Dave Airlie2010-10-211-4/+26
* r600g: move to per-miplevel array mode.Dave Airlie2010-10-214-12/+23
* r600g: all non-0 mipmap levels need to be w/h aligned to POT.Dave Airlie2010-10-211-5/+13
* llvmpipe/draw: always enable LLVMAddInstructionCombiningPass()Brian Paul2010-10-201-7/+1
* r600g: Ensure r600_src is initialized in tgsi_exp function.Vinson Lee2010-10-201-1/+1
* llvmpipe: Initialize variable.Vinson Lee2010-10-191-0/+1
* llvmpipe: Initialize state variable in debug_bin function.Vinson Lee2010-10-191-1/+1
* r300g: Add new debug option for logging vertex/fragment program statsTom Stellard2010-10-184-4/+8
* llvmpipe: Don't test rounding of x.5 numbers.José Fonseca2010-10-181-1/+4
* llvmpipe: remove lp_setup_coef*.c files from MakefileBrian Paul2010-10-181-2/+0
* r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie2010-10-183-4/+7
* r600g: fix transfer function for tiling.Dave Airlie2010-10-181-2/+3
* r600g: attempt to cleanup depth blitDave Airlie2010-10-181-17/+4
* r600g: depth needs to bound to dsDave Airlie2010-10-181-1/+1
* r600g: fix typo in tiling setup cb code.Dave Airlie2010-10-181-1/+1