summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.c
AgeCommit message (Expand)Author
2007-10-30Use program serial numbers to avoid re-generating fragment programs for glDra...Brian
2007-10-30added pixel_transfer_cacheBrian
2007-10-18Alternate CopyPixels path based on get/put_tile().Brian
2007-10-14Added accum function/files.Brian
2007-09-25Disable vertex shader fog, compute fog in fragment shader.Brian
2007-09-18move cso cache to the pipe directoryZack Rusin
2007-09-18Implementing a better hash, removing state_tracker dependency from the cache.Zack Rusin
2007-09-18First stab at immutable state objects (create/bind/delete)Zack Rusin
2007-09-17Plug in selection/feedback code.Brian
2007-09-10plug in rasterpos/feedback codeBrian
2007-08-21temporarily call _mesa_enable_sw_extensions() so we can run more test progs w...Brian
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
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
2007-06-14Rename directories again?!Keith Whitwell
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell