Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-14 | Fix problems with vertex shaders and the private draw module. | Brian | |
The CSO returned by pipe->create_vs_state() can't be passed to the private draw module. That was causing glRasterPos to blow up. Add a 'draw_shader' field to st_vertex_program for use with the private draw module. Change st_context->state.vs type from cso_vertex_shader to st_vertex_program. | |||
2007-11-23 | gallium: reorg tgsi directories. | Michal Krol | |
2007-10-18 | print vertex input mapping | Brian | |
2007-10-18 | debug functions | Brian | |