summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_draw.h
AgeCommit message (Expand)Author
2010-12-21st/mesa: Clean up header file inclusion in st_draw.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-05st/mesa: Add missing headers to st_draw.h.Vinson Lee
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2009-05-21st: add support for GL_EXT_vertex_array_bgraBrian Paul
2009-03-09st: use pointer_to_offset() cast wrapper to convert pointers to uintBrian Paul
2008-12-12st: move feedback draw function to new fileKeith Whitwell
2008-04-25gallium: remove unused st_draw_vertices()Brian Paul
2008-02-08gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...Brian
2007-09-25st_draw_vertices() no longer needs attribs[] array parameterBrian
2007-09-17Plug in selection/feedback code.Brian
2007-08-20Start to remove the temporary draw_vb() and draw_vertices() code.Brian
2007-08-02Remove references to accum buffers in softpipe.Keith Whitwell
2007-06-20actually use new glClear codeBrian
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell