Age | Commit message (Expand) | Author |
2010-01-06 | r300g: add WPOS | Marek Olšák |
2010-01-06 | r300g: consolidate params | Marek Olšák |
2010-01-06 | r300g: fix outputting depth in the FS | Marek Olšák |
2010-01-06 | r300g: optimize blending by conditionally disabling reads from the colorbuffer | Marek Olšák |
2010-01-06 | r300g: optimize blending by discarding pixels that don't change the colorbuffer | Marek Olšák |
2010-01-06 | r300g: fix blending when SRC_ALPHA_SATURATE is used | Marek Olšák |
2010-01-06 | r300g: add missing is_anistropic param | Brian Paul |
2010-01-06 | gallium: remove PIPE_TEX_FILTER_ANISO | Luca Barbieri |
2010-01-05 | Merge commit 'origin/gallium-draw-retval' | Keith Whitwell |
2010-01-05 | Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR. | Michal Krol |
2010-01-04 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-03 | r300g: Silence 'mixed declarations and code' warning. | Vinson Lee |
2010-01-03 | r300g: Remove comma at end of enumerator list. | Vinson Lee |
2010-01-02 | r300g: Use C-style comments. | Vinson Lee |
2010-01-01 | r300: Fix scons build. | José Fonseca |
2009-12-26 | r300g: fixup for GS additions | Dave Airlie |
2009-12-25 | gs: fix drivers so they work with geometry shaders | Zack Rusin |
2009-12-22 | Merge branch 'gallium-edgeflags' | Roland Scheidegger |
2009-12-21 | gallium: propogate draw retval changes into more drivers | Keith Whitwell |
2009-12-20 | r300g: Add a few more params. | Corbin Simpson |
2009-12-19 | r300g: add texture compare modes | Marek Olšák |
2009-12-18 | r300g: Fix provoking vertex for non-quads. | Corbin Simpson |
2009-12-18 | r300g: Respect provoking vertex for trifans. | Corbin Simpson |
2009-12-19 | gallium: fix up drivers for edgeflag changes | Roland Scheidegger |
2009-12-18 | r300g: Eliminate a couple more asserts. | Corbin Simpson |
2009-12-18 | r300g: Nuke r300_vbo. | Corbin Simpson |
2009-12-17 | Move the remaining format pf_get_* functions to u_format.h. | Michal Krol |
2009-12-17 | Merge branch 'master' into pipe-format-simplify | Michal Krol |
2009-12-17 | s/desc->type/desc->channel[0].type/ | Michal Krol |
2009-12-15 | r300g: fix emission of which textures are enabled | Marek Olšák |
2009-12-15 | r300g: clean up the invariant state | Marek Olšák |
2009-12-15 | r300g: clamp vertex indices to [min,max] everywhere | Marek Olšák |
2009-12-15 | r300g: if no colorbuffers are set, disable blending and set the color mask to 0 | Marek Olšák |
2009-12-15 | r300g: set the number of colorbuffers in RB3D_CCTL | Marek Olšák |
2009-12-15 | r300g: remove unnecessary flush in set_sampler_textures | Marek Olšák |
2009-12-15 | r300g: add Z24X8 to the list of unsupported sampler formats on R3xx-R4xx | Marek Olšák |
2009-12-15 | r300g: add acceleration of the clear, surface_copy, and surface_fill functions | Marek Olšák |
2009-12-09 | r300g: fix routing of vertex streams if TCL is bypassed | Marek Olšák |
2009-12-09 | r300g: always disable unused colorbuffers | Marek Olšák |
2009-12-09 | r300g: make pow(0,0) return 1 instead of NaN in the R500 fragment shader | Marek Olšák |
2009-12-09 | r300g: clean up r300_emit_aos | Marek Olšák |
2009-12-09 | Revert "Simplify the redundant meaning of format layout." | Michal Krol |
2009-12-08 | Simplify the redundant meaning of format layout. | Michal Krol |
2009-12-08 | Format layout cannot be used to distinguish scaled/normalised formats. | Michal Krol |
2009-12-08 | Merge branch 'gallium-strict-aliasing' | Roland Scheidegger |
2009-12-08 | gallium: fix more potential strict aliasing issues | Roland Scheidegger |
2009-12-08 | Remove remaining pipe format utility functions. | Michal Krol |
2009-12-08 | Merge branch 'mesa_7_7_branch' | Andre Maasikas |
2009-12-07 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick |
2009-12-07 | gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safe | Roland Scheidegger |