summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_feedback.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: plug in dummy stage->destroy funcBrian Paul2008-05-081-0/+7
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-1/+1
* gallium: plug in a select_destroy() function (fixes segfault on exit)Brian Paul2008-04-171-0/+7
* Code reorganization: update build.José Fonseca2008-02-151-3/+3
* gallium: replace prim pipeline begin/end() functions with flush()Brian2008-01-251-20/+4
* gallium: silence warningsBrian2008-01-211-2/+2
* New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...Brian2007-12-071-5/+3
* remove #include vf.hBrian2007-10-171-1/+0
* Undo prev changes.Brian2007-10-151-23/+6
* setup vertex format for GL_FEEDBACK modeBrian2007-10-151-0/+14
* GL_SELECT mode works nowBrian2007-10-151-0/+7
* Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian2007-09-251-2/+2
* remove #includes of tgsi_attribs.hBrian2007-09-201-1/+0
* Checkpoint: vertex attribute clean-up.Brian2007-09-201-2/+8
* Finishing up rename of the setup state to the rasterizer state.Zack Rusin2007-09-181-2/+2
* selection/feedback supportBrian2007-09-171-0/+306