New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl module.
[mesa.git] / src / mesa / state_tracker / st_draw.c
2007-12-09 BrianNew vbo_set_draw_func() to keep vbo context opaque...
2007-12-09 Briansilence warning
2007-11-25 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-11-21 BrianReplace draw_set_vertex_attributes() with simpler draw_...
2007-11-21 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-11-17 Brianadjustments so st_feedback_draw_vbo() can be used for...
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
2007-10-31 BrianUse ffvertex_prog.c code instead of t_vp_build.c code.
2007-10-29 Zack RusinRemove typedefs from enums.
2007-10-24 BrianFix glDrawElements + VBO rendering when ptr/offset...
2007-10-24 BrianRevert "Undo indexOffset change (I think, git???)"
2007-10-24 BrianUndo indexOffset change (I think, git???)
2007-10-15 BrianGL_UNSIGNED_BYTE indexes
2007-10-15 BrianUndo prev changes.
2007-10-15 BrianGL_SELECT mode works now
2007-10-15 Briancall pipe->set_vertex_buffer() after drawing/unreferencing.
2007-10-12 Brianadded assertion to be sure we don't exceed bitfield...
2007-10-11 Brianrename some vars, updated comments
2007-10-11 Brianremove unused tgsi_attrib_to_mesa_attrib()
2007-10-11 Brianupdate st_feedback_draw_vbo()
2007-10-11 Brianstreamline st_draw_vbo() a bit more, free user-space...
2007-10-11 Brianclean-up, streamline st_draw_vbo()
2007-10-11 BrianUse winsys->user_buffer_create() to wrap user-space...
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-28 Zack RusinRevert "Redoing the way we handle vertex shaders for...
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-25 Brianst_draw_vertices() no longer needs attribs[] array...
2007-09-20 Brianremove #includes of tgsi_attribs.h
2007-09-20 Briancheckpoint: TGSI_ATTRIB_x tokens no longer used
2007-09-20 Zack RusinSwitch fragment/vertex shaders to the new caching seman...
2007-09-20 BrianCheckpoint: replacement of TGSI_ATTRIB_x tokens with...
2007-09-19 Zack RusinAdding proper includes often helps with the warnings,
2007-09-19 Zack RusinConvert the rasterizer cso to the new semantics.
2007-09-19 Briangrab vertex program pointer after state validation
2007-09-19 BrianCheckpoint: rework shader input/output register mapping.
2007-09-18 Zack RusinConvert shader to an immutable state object.
2007-09-18 Zack RusinFinishing up rename of the setup state to the rasterize...
2007-09-18 Zack Rusinconverting the setup state to immutable object and...
2007-09-17 BrianPlug in selection/feedback code.
2007-09-10 Brianmerge buffer_unreference(), buffer_reference()
2007-08-24 Keith WhitwellFixup include paths after rename
2007-08-23 Brianmap Mesa vertex attribs/arrays to TGSI attribs
2007-08-20 BrianCheckpoint: remove more of the old draw_vb() code.
2007-08-20 BrianStart to remove the temporary draw_vb() and draw_vertic...
2007-08-20 Brianimplement DrawElements, still some rough spots
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-18 BrianCreate a default vertex attribute buffer which mirrors...
2007-08-17 BrianRemove many dependencies on mesa headers.
2007-08-16 Brianmisc changes to support vertex shaders (disabled by...
2007-08-16 Brianconvert vbo->draw_prims() to pipe->draw_arrays(): works...
2007-08-15 Briansketch out vbo drawing function
2007-08-02 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-02 Keith WhitwellReroute some clear functionality.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-20 Keith WhitwellRename static variable in temporary tnl code
2007-06-20 Brianbetter comment
2007-06-20 Brianactually use new glClear code
2007-06-20 Brianfix comment
2007-06-14 Keith WhitwellRename directories again?!
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...