summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_draw.c
AgeCommit message (Expand)Author
2007-09-18Finishing up rename of the setup state to the rasterizer state.Zack Rusin
2007-09-18converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin
2007-09-17Plug in selection/feedback code.Brian
2007-09-10merge buffer_unreference(), buffer_reference()Brian
2007-08-24Fixup include paths after renameKeith Whitwell
2007-08-23map Mesa vertex attribs/arrays to TGSI attribsBrian
2007-08-20Checkpoint: remove more of the old draw_vb() code.Brian
2007-08-20Start to remove the temporary draw_vb() and draw_vertices() code.Brian
2007-08-20implement DrawElements, still some rough spotsBrian
2007-08-18Create a default vertex attribute buffer which mirrors ctx->Current.Attrrib[]Brian
2007-08-16Remove many dependencies on mesa headers.Brian
2007-08-16misc changes to support vertex shaders (disabled by default)Brian
2007-08-15convert vbo->draw_prims() to pipe->draw_arrays(): works in very limited cases...Brian
2007-08-15sketch out vbo drawing functionBrian
2007-08-02Reroute some clear functionality.Keith Whitwell
2007-06-20Rename static variable in temporary tnl codeKeith Whitwell
2007-06-20better commentBrian
2007-06-20actually use new glClear codeBrian
2007-06-20fix commentBrian
2007-06-14Rename directories again?!Keith Whitwell
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell