summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_debug.c
AgeCommit message (Collapse)Author
2008-01-14Fix 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-23gallium: reorg tgsi directories.Michal Krol
2007-10-18print vertex input mappingBrian
2007-10-18debug functionsBrian