summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-11-03evergreeng: set hardware pixelcenters according to gl_rasterization_rulesKeith Whitwell
2010-11-03evergreeng: respect linewidth state, use integer widths onlyKeith Whitwell
2010-11-03r600g: don't call debug_get_bool_option for tiling more than onceKeith Whitwell
2010-11-03evergreeng: protect against null constant buffersKeith Whitwell
2010-11-03r600g: set hardware pixel centers according to gl_rasterization_rulesKeith Whitwell
2010-11-03r600g: remove unused flink, domain fields from r600_resourceKeith Whitwell
2010-11-03r600g: use a buffer in GTT as intermediate on texture up and downloadsKeith Whitwell
2010-11-03r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell
2010-11-03r600g: propagate usage flags in texture transfersKeith Whitwell
2010-11-02r600g: Destroy the winsys in r600_destroy_screen().Tilman Sauerbeck
2010-11-02r600g: Delete custom_dsa_flush on shutdown.Tilman Sauerbeck
2010-11-02r600g: We don't support PIPE_CAP_PRIMITIVE_RESTART.Tilman Sauerbeck
2010-11-02llvmpipe: add a castBrian Paul
2010-11-02llvmpipe: assign context's frag shader pointer before using itBrian Paul
2010-11-02st/mesa: unbind constant buffer when not in useKeith Whitwell
2010-11-02llvmpipe: guard against NULL task->query pointerKeith Whitwell
2010-11-02llvmpipe: avoid generating tri_16 for tris which extend past tile boundsKeith Whitwell
2010-11-02scons: Add aliases for several pipe drivers.José Fonseca
2010-11-02r600g: List recently added files in SConscript.José Fonseca
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-10-28gallivm: Remove the EMMS opcodes.José Fonseca
2010-10-28gallium: Avoid using __doc__ in python scripts.José Fonseca
2010-10-27Fix build on systems where "python" is python 3.Kenneth Graunke
2010-10-27r300g: add a default channel ordering of texture border for unhandled formatsMarek Olšák
2010-10-27r600g: Silence uninitialized variable warnings.Vinson Lee
2010-10-27r300g: Silence uninitialized variable warning.Vinson Lee
2010-10-27r600g: Destroy the blitter.Tilman Sauerbeck
2010-10-26r600g: add assembler support for all the kcache fields.Dave Airlie
2010-10-26r600g: fix magic 0x1 ->flat shade enaDave Airlie
2010-10-24r300g: fix texture border for 16-bits-per-channel formatsMarek Olšák
2010-10-24r600g: drop more common state handling codeDave Airlie
2010-10-24r600g: Also clear bc data when we're destroying a shader.Tilman Sauerbeck
2010-10-24r600g: Added r600_pipe_shader_destroy().Tilman Sauerbeck
2010-10-24r600g: merge more of the common r600/evergreen state handlingDave Airlie
2010-10-24r600g: Fixed r600_vertex_element leak.Tilman Sauerbeck
2010-10-23softpipe: remove >32bpp color restrictionBrian Paul
2010-10-23softpipe: added some texture sample debug code (disabled)Brian Paul
2010-10-22r300g: say no to PIPE_CAP_STREAM_OUTPUT and PIPE_CAP_PRIMITIVE_RESTARTMarek Olšák
2010-10-22r300g: do not print get_param errors in non-debug buildMarek Olšák
2010-10-22galahad: silence warningsBrian Paul
2010-10-21llvmpipe: enable primitive restartBrian Paul
2010-10-21softpipe: enable primitive restartBrian Paul
2010-10-21r600g: start splitting out common code from eg/r600.Dave Airlie
2010-10-21r600g: initial translate state supportDave Airlie
2010-10-21llvmpipe: Remove unnecessary header.Vinson Lee
2010-10-21r600g: add texture tiling enable under a debug option.Dave Airlie
2010-10-21r600g: add texture tiling alignment support.Dave Airlie
2010-10-21r600g: introduce a per-driver resource flag for transfers.Dave Airlie
2010-10-21r600g: add r600 surface to store the aligned height.Dave Airlie
2010-10-21r600g: start adding hooks for aligning width/height for tiles.Dave Airlie