summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.c
AgeCommit message (Expand)Author
2007-12-07Move _mesa_init_glsl_driver_functions() into shader_api.cBrian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-11-07init glsl functions in st_init_driver_functions()Brian
2007-11-05Determine GL extensions/limits by making pipe queries.Brian
2007-11-05Remove some temporary state tracker context/framebuffer_create functions.Brian
2007-11-05Update xlib driver to use newer state tracker context/framebuffer functions.Brian
2007-11-05comments, tweaksBrian
2007-11-05move st_create_framebuffer() to new st_framebuffer.c fileBrian
2007-11-05Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()Brian
2007-11-01Sketch out new create/destroy context functions which create/wrap a Mesa cont...Brian
2007-11-01remove dead codeBrian
2007-11-01remove unneeded tnl stuffBrian
2007-10-31Lift VBO/tnl stuff up out of driversBrian
2007-10-31plug st_invalidate_state() into ctx->Driver.UpdateStateBrian
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