summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_feedback.c
AgeCommit message (Expand)Author
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-05-12st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.Chia-I Wu
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul
2010-03-03mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick
2010-02-03st/mesa: Remove unnecessary headers.Vinson Lee
2010-01-15st/mesa: Remove unnecessary headers from st_cb_feedback.c.Vinson Lee
2009-02-28mesa: fix remaining FEEDBACK_TOKEN macrosJoakim Sindholt
2009-02-12mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul
2009-01-30gallium: make p_winsys internalZack Rusin
2008-05-08gallium: plug in dummy stage->destroy funcBrian Paul
2008-04-19draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell
2008-04-17gallium: plug in a select_destroy() function (fixes segfault on exit)Brian Paul
2008-02-15Code reorganization: update build.José Fonseca
2008-01-25gallium: replace prim pipeline begin/end() functions with flush()Brian
2008-01-21gallium: silence warningsBrian
2007-12-07New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...Brian
2007-10-17remove #include vf.hBrian
2007-10-15Undo prev changes.Brian
2007-10-15setup vertex format for GL_FEEDBACK modeBrian
2007-10-15GL_SELECT mode works nowBrian
2007-09-25Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian
2007-09-20remove #includes of tgsi_attribs.hBrian
2007-09-20Checkpoint: vertex attribute clean-up.Brian
2007-09-18Finishing up rename of the setup state to the rasterizer state.Zack Rusin
2007-09-17selection/feedback supportBrian