summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)Author
2010-02-14r300g: fix scons buildMarek Olšák
2010-02-13r300g: do not invalidate texture caches when only sampler state is changedMarek Olšák
2010-02-13r300g: cleanup the emission of RS block stateMarek Olšák
2010-02-13r300g: cleanup the emission of framebuffer stateMarek Olšák
2010-02-13r300g: disable independent blend enablesMarek Olšák
2010-02-13r300g: emit INDEPENDENT_COLORFORMAT_ENABLE only on r5xxMarek Olšák
2010-02-12Merge branch 'gallium-dynamicstencilref'Roland Scheidegger
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger
2010-02-11gallium: make u_blitter code save/restore stencil ref valuesRoland Scheidegger
2010-02-11r300g: adapt to stencil ref changesRoland Scheidegger
2010-02-10r300g: Work around "defect" in r300compiler.Corbin Simpson
2010-02-10r300g: Fix typo.Corbin Simpson
2010-02-09r300g: One less assert.Corbin Simpson
2010-02-09r300g: Don't write non-existent bit on non-r500.Corbin Simpson
2010-02-09r300g: Correct colorbuffer measurements.Corbin Simpson
2010-02-09r300g: Be ever-so-slightly more useful on bad shaders.Corbin Simpson
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-09r300g: Fix off-by-one errors in array bounds assertions.Vinson Lee
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-06r300g: cleanup XXXs in the DSA stateMarek Olšák
2010-02-06r300g: make a local copy of framebuffer stateMarek Olšák
2010-02-06r300g: fix color channel masksMarek Olšák
2010-02-06r300g: remove useless GA_COLOR_CONTROL emitMarek Olšák
2010-02-06r300g: add L8_SRGB and A8L8_SRGB texture formatsMarek Olšák
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-02r300g: Texture format cleanups, per docs.Corbin Simpson
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-02r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson
2010-02-01r300g: Fix funky segfault.Corbin Simpson
2010-02-01r300g: Inline immediates where possible.Corbin Simpson
2010-01-31r300g: Fix memory leak on memory allocation failure.Vinson Lee
2010-01-30r300g: Silence uninitialized variable warning.Vinson Lee
2010-01-30Revert "r300g: Don't handle SHADOW_AMBIENT."Corbin Simpson
2010-01-30r300g: Independent blend enables only work on r500.Corbin Simpson
2010-01-30r300g: Don't handle SHADOW_AMBIENT.Corbin Simpson
2010-01-30r300g: Fix comment on SHADOW_AMBIENT.Corbin Simpson
2010-01-30r300g: Dual-source blending isn't possible, period.Corbin Simpson
2010-01-30r300g: Add alpha render targets.Mathias Fröhlich
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-28r300g: Clean up blend masks, change caps.Corbin Simpson
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-28r300g: Fix bizarre half-flushes with immd mode.Corbin Simpson
2010-01-28r300g: Atomize framebuffers.Corbin Simpson
2010-01-27r300g: Remove unnecessary headers.Vinson Lee
2010-01-27r300g: Silence GCC "missing braces around initializer" warning.Vinson Lee
2010-01-26r300g: Turn the RS block into an atom.Corbin Simpson
2010-01-26r300g: Make vertex_format into an atom.Corbin Simpson
2010-01-26r300g: Kill dead code for hashing custom state.Corbin Simpson