Age | Commit message (Expand) | Author |
2007-10-11 | Init draw->prim = ~0 | Brian |
2007-10-03 | Unify handling of userplanes and regular planes to simplify | Zack Rusin |
2007-09-28 | Use sse only if GALLIUM_SSE is defined | Zack Rusin |
2007-09-28 | Redoing the way we handle vertex shaders for the draw module. | Zack Rusin |
2007-09-28 | Revert "Redoing the way we handle vertex shaders for the draw module." | Zack Rusin |
2007-09-28 | Revert "Use sse only if GALLIUM_SSE is defined" | Zack Rusin |
2007-09-28 | Use sse only if GALLIUM_SSE is defined | Zack Rusin |
2007-09-28 | Redoing the way we handle vertex shaders for the draw module. | Zack Rusin |
2007-09-27 | Make flushing more lazy in the draw module. | Keith Whitwell |
2007-09-18 | Finishing up rename of the setup state to the rasterizer state. | Zack Rusin |
2007-09-18 | converting the setup state to immutable object and renaming it to rasterizer ... | Zack Rusin |
2007-09-10 | More work on vertex feedback / glRasterPos. Basic rasterpos works now. | Brian |
2007-09-06 | Initial work for post-transformed vertex feedback buffers. | Brian |
2007-08-30 | Consolidate vertex-related code in new draw_vertex.c | Brian |
2007-08-30 | Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.c | Brian |
2007-08-24 | Fix user-defined clip planes. They seem to work properly now. | Brian |
2007-08-20 | remove dead code related to vf module | Brian |
2007-08-20 | Checkpoint: remove more of the old draw_vb() code. | Brian |
2007-08-20 | Move guts of vertex array drawing into the 'draw' module. | Brian |
2007-08-20 | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi... | Brian |
2007-08-19 | Fix some draw_arrays issues. | Brian |
2007-08-17 | replace memcpy() with assignment, better type safety | Brian |
2007-08-16 | Remove many dependencies on mesa headers. | Brian |
2007-08-15 | added draw_set_vertex_array_info() | Brian |
2007-08-14 | use regular malloc/free instead of macros | Brian |
2007-08-14 | Beginnings of a demand-filled post-tnl vertex cache. | Keith Whitwell |
2007-07-12 | Rename prim_stage -> draw_stage | Brian |
2007-07-10 | comments, clean-up | Brian |
2007-07-09 | New 'draw' module for handling the various stages of primitive drawing (clipp... | Brian |