summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.c
AgeCommit message (Collapse)Author
2007-09-10plug in rasterpos/feedback codeBrian
2007-08-21temporarily call _mesa_enable_sw_extensions() so we can run more test progs ↵Brian
without failing the extension checks
2007-08-17tell vbo module to use bufferobjsBrian
2007-08-16misc changes to support vertex shaders (disabled by default)Brian
2007-08-11added st_cb_queryobj.cBrian
2007-08-10Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell
2007-08-10Handle glFlush/glFinish through the state tracker.Keith Whitwell
2007-08-10use st_cb_readpixels.cBrian
2007-08-09checkpoint: no longer using intel_fbo.cBrian
2007-08-06New st_init_*_functions() to initialize the driver functions table.Brian
We need to do these initializations before initializing the Mesa context because context init involves creating texture/program/etc objects.
2007-08-06use new texture funcsBrian
2007-08-02hook in teximage bitsBrian
2007-08-02call st_init_cb_drawpixelsBrian
2007-08-02include st_cb_clear.hBrian
2007-08-02Reroute some clear functionality.Keith Whitwell
Still require the intelClear() call to flush batchbuffers. That will be removed later...
2007-06-14Rename directories again?!Keith Whitwell
Some git wierdness going on.
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell
softpipe/state_tracker --> state_tracker/ softpipe/ --> pipe/ softpipe/generic --> pipe/softpipe/ I don't think pipe is a great name, but I disliked all the others too. Luckily it's fairly easy to rename with git, so this can be revisited later.