Age | Commit message (Expand) | Author |
2008-04-19 | draw: rename pipeline files to draw_pipe_* | Keith Whitwell |
2008-04-19 | draw: sort makefile sources | Keith Whitwell |
2008-04-19 | draw: rename draw_vertex_shader.c -> draw_vs.c | Keith Whitwell |
2008-04-19 | draw: remove draw_debug.c | Keith Whitwell |
2008-04-18 | draw: remove draw_vertex_fetch.c | Keith Whitwell |
2008-04-18 | draw: remove draw_vertex_cache.c | Keith Whitwell |
2008-04-18 | draw: remove draw_prim.c | Keith Whitwell |
2008-04-18 | draw: remove draw_vf code, use translate instead | Keith Whitwell |
2008-04-18 | draw: remove fetch_pipeline middle end -- just use the general path | Keith Whitwell |
2008-04-18 | draw: split off all the extra functionality in the vertex shader | Keith Whitwell |
2008-04-17 | draw: move hw vertex emit to a new module | Keith Whitwell |
2008-04-14 | Implement fetch/shade/pipeline or emit vertex passthrough. | Zack Rusin |
2008-04-04 | draw: move code to run pipeline from pt to new file | Keith Whitwell |
2008-04-03 | draw: add passthrough path to the pipeline | Keith Whitwell |
2008-03-31 | gallium: draw_passthrough.c is not used anymore | Brian |
2008-03-23 | gallium: beginnings of draw module vertex rework | Keith Whitwell |
2008-03-13 | gallium: plug in vertex passthrough code | Brian |
2008-03-10 | fix compilation | Zack Rusin |
2008-03-10 | draw: placeholder/prototype code for a passthrough draw path | Keith Whitwell |
2008-02-28 | gallium: split draw_wide_prim stage into separate point/line stages. | Brian Paul |
2008-02-21 | gallium: new draw stage for polygon stipple. | Brian |
2008-02-21 | gallium: new AA point drawing stage | Brian |
2008-02-19 | Simplify makefile boilerplate code. | José Fonseca |
2008-02-18 | gallium: antialiased line drawing | Brian |
2008-02-18 | Code reorganization: split gallium and mesa makefiles. | José Fonseca |
2008-02-15 | draw: subclass vertex shaders according to execution method | Keith Whitwell |
2008-02-15 | Code reorganization: s/aux/auxiliary/. | José Fonseca |