aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.c
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: glBitmap code now separe from glDraw/CopyPixels codeBrian2008-03-201-2/+5
* gallium: use the utility pasthrough shadersBrian2008-03-201-0/+1
* gallium: plug in and init GL_EXT_framebuffer_blit function/extensionBrian2008-03-181-0/+5
* gallium: rework CSO-related code in state trackerBrian2008-03-111-2/+7
* Code reorganization: update build.José Fonseca2008-02-151-2/+2
* gallium: initial implemenation of auto mipmap generation in state trackerBrian2008-02-081-0/+2
* gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell2008-01-251-1/+2
* unref const buffers during context destroyBrian2008-01-011-0/+10
* Fix problem with initial viewport/scissor size.Brian2007-12-191-0/+14
* Move _mesa_init_glsl_driver_functions() into shader_api.cBrian2007-12-071-1/+1
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-1/+1
* init glsl functions in st_init_driver_functions()Brian2007-11-071-0/+3
* Determine GL extensions/limits by making pipe queries.Brian2007-11-051-3/+5
* Remove some temporary state tracker context/framebuffer_create functions.Brian2007-11-051-31/+25
* Update xlib driver to use newer state tracker context/framebuffer functions.Brian2007-11-051-0/+7
* comments, tweaksBrian2007-11-051-2/+8
* move st_create_framebuffer() to new st_framebuffer.c fileBrian2007-11-051-10/+0
* Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()Brian2007-11-051-0/+23
* Sketch out new create/destroy context functions which create/wrap a Mesa cont...Brian2007-11-011-0/+27
* remove dead codeBrian2007-11-011-14/+0
* remove unneeded tnl stuffBrian2007-11-011-7/+0
* Lift VBO/tnl stuff up out of driversBrian2007-10-311-0/+8
* plug st_invalidate_state() into ctx->Driver.UpdateStateBrian2007-10-311-0/+10
* Use program serial numbers to avoid re-generating fragment programs for glDra...Brian2007-10-301-2/+2
* added pixel_transfer_cacheBrian2007-10-301-0/+4
* Alternate CopyPixels path based on get/put_tile().Brian2007-10-181-0/+1
* Added accum function/files.Brian2007-10-141-0/+2
* Disable vertex shader fog, compute fog in fragment shader.Brian2007-09-251-0/+5
* move cso cache to the pipe directoryZack Rusin2007-09-181-1/+1
* Implementing a better hash, removing state_tracker dependency from the cache.Zack Rusin2007-09-181-1/+1
* First stab at immutable state objects (create/bind/delete)Zack Rusin2007-09-181-0/+4
* Plug in selection/feedback code.Brian2007-09-171-0/+6
* plug in rasterpos/feedback codeBrian2007-09-101-0/+2
* temporarily call _mesa_enable_sw_extensions() so we can run more test progs w...Brian2007-08-211-0/+3
* tell vbo module to use bufferobjsBrian2007-08-171-1/+5
* misc changes to support vertex shaders (disabled by default)Brian2007-08-161-0/+3
* added st_cb_queryobj.cBrian2007-08-111-0/+2
* Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell2007-08-101-0/+2
* Handle glFlush/glFinish through the state tracker.Keith Whitwell2007-08-101-0/+2
* use st_cb_readpixels.cBrian2007-08-101-0/+3
* checkpoint: no longer using intel_fbo.cBrian2007-08-091-0/+2
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-061-0/+18
* use new texture funcsBrian2007-08-061-3/+4
* hook in teximage bitsBrian2007-08-021-1/+9
* call st_init_cb_drawpixelsBrian2007-08-021-0/+2
* include st_cb_clear.hBrian2007-08-021-0/+1
* Reroute some clear functionality.Keith Whitwell2007-08-021-0/+1
* Rename directories again?!Keith Whitwell2007-06-141-4/+4
* Renamed softpipe directories and files to something less confusing.Keith Whitwell2007-06-141-0/+76