Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / mesa / state_tracker / st_context.c
2008-05-25 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-20 Brian Paulgallium: move vertex/fragment program unbinding
2008-05-20 Brian Paulgallium: clean-up glDraw/CopyPixels shaders when destro...
2008-05-16 Brian Paulgallium: release textures during context tear-down...
2008-05-14 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-05-07 Briangallium: implement full reference counting for vertex...
2008-05-05 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-30 Brian Paulgallium: use new buffer wrapper functions in p_inlines.h
2008-04-27 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-24 Brian Paulgallium: use cso_destroy_vertex/fragment_shader() functions
2008-04-23 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-04-17 Brian Paulgallium: reorder some of the destroy context code
2008-04-15 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-09 Brian Paulgallium: remove unneeded st->haveFramebufferSurfaces...
2008-04-04 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-03 Brian Paulgallium: streamline viewport/raster/shader state for...
2008-03-30 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-28 Briangallium: implement a glBitmap cache
2008-03-25 Brian Paulgallium: disable the selection/feedback draw module...
2008-03-25 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-24 Brian Paulgallium: free bitmap fragment shaders, misc clean-up
2008-03-21 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-20 Briangallium: glBitmap code now separe from glDraw/CopyPixel...
2008-03-20 Briangallium: use the utility pasthrough shaders
2008-03-19 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-18 Briangallium: plug in and init GL_EXT_framebuffer_blit funct...
2008-03-13 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-12 Briangallium: rework CSO-related code in state tracker
2008-02-16 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-15 Briangallium: initial implemenation of auto mipmap generatio...
2008-02-09 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-02-08 Briangallium: initial implemenation of auto mipmap generatio...
2008-01-27 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-02 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-01 Brianunref const buffers during context destroy
2007-12-23 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-19 BrianFix problem with initial viewport/scissor size.
2007-12-09 Ben SkeggsMerge branch 'nouveau-gallium-0.1' into darktama-galliu...
2007-12-09 BrianMove _mesa_init_glsl_driver_functions() into shader_api.c
2007-12-09 Michel DänzerEliminate struct pipe_region.
2007-12-08 BrianMove _mesa_init_glsl_driver_functions() into shader_api.c
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-11-07 Brianinit glsl functions in st_init_driver_functions()
2007-11-06 BrianDetermine GL extensions/limits by making pipe queries.
2007-11-05 BrianRemove some temporary state tracker context/framebuffer...
2007-11-05 BrianUpdate xlib driver to use newer state tracker context...
2007-11-05 Briancomments, tweaks
2007-11-05 Brianmove st_create_framebuffer() to new st_framebuffer...
2007-11-05 BrianIntroduce st_framebuffer type and st_create_framebuffer...
2007-11-02 BrianSketch out new create/destroy context functions which...
2007-11-02 Brianremove dead code
2007-11-02 Brianremove unneeded tnl stuff
2007-10-31 BrianLift VBO/tnl stuff up out of drivers
2007-10-31 Brianplug st_invalidate_state() into ctx->Driver.UpdateState
2007-10-30 BrianUse program serial numbers to avoid re-generating fragm...
2007-10-30 Brianadded pixel_transfer_cache
2007-10-18 BrianAlternate CopyPixels path based on get/put_tile().
2007-10-14 BrianAdded accum function/files.
2007-09-25 BrianDisable vertex shader fog, compute fog in fragment...
2007-09-18 Zack Rusinmove cso cache to the pipe directory
2007-09-18 Zack RusinImplementing a better hash, removing state_tracker...
2007-09-18 Zack RusinFirst stab at immutable state objects (create/bind...
2007-09-17 BrianPlug in selection/feedback code.
2007-09-10 Brianplug in rasterpos/feedback code
2007-08-22 Briantemporarily call _mesa_enable_sw_extensions() so we...
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-17 Briantell vbo module to use bufferobjs
2007-08-16 Brianmisc changes to support vertex shaders (disabled by...
2007-08-11 Brianadded st_cb_queryobj.c
2007-08-10 Keith WhitwellMove string functions to state_tracker, add queries...
2007-08-10 Keith WhitwellHandle glFlush/glFinish through the state tracker.
2007-08-10 Brianuse st_cb_readpixels.c
2007-08-09 Briancheckpoint: no longer using intel_fbo.c
2007-08-06 BrianNew st_init_*_functions() to initialize the driver...
2007-08-06 Brianuse new texture funcs
2007-08-03 Brianhook in teximage bits
2007-08-02 Briancall st_init_cb_drawpixels
2007-08-02 Brianinclude st_cb_clear.h
2007-08-02 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-02 Keith WhitwellReroute some clear functionality.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-14 Keith WhitwellRename directories again?!
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...