Hide texture layout details from the state tracker.
[mesa.git] / src / mesa / state_tracker / st_context.h
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-17 BrianReimplement glRasterPos using the private 'draw' module.
2007-11-05 Brianmove st_invalidate_state() prototype to st_context.h
2007-11-05 BrianUpdate xlib driver to use newer state tracker context...
2007-11-05 BrianIntroduce st_framebuffer type and st_create_framebuffer...
2007-10-31 BrianImplement shader concatenation for glBitmap.
2007-10-30 BrianUse program serial numbers to avoid re-generating fragm...
2007-10-30 Brianadded pixel_transfer_cache
2007-10-30 Brianadded pixel_transfer_program field
2007-10-30 Briancomment unused 'cb' field
2007-10-30 Brianupdate comments, fix typo
2007-10-18 BrianAlternate CopyPixels path based on get/put_tile().
2007-10-03 Zack RusinGet rid of ST_NEW_SHADER flag and the dependency on...
2007-09-25 Briansome clean-up of ST_NEW_ shader flags
2007-09-25 BrianTranslate mesa vertex/fragment programs to TGSI program...
2007-09-21 Zack RusinMake the alpha test state a cso.
2007-09-20 BrianCheckpoint: vertex attribute clean-up.
2007-09-20 Zack RusinFix failover state binding and convert the sampler...
2007-09-20 Zack RusinConvert depth_stencil state to the new semantics.
2007-09-20 Zack RusinSwitch fragment/vertex shaders to the new caching seman...
2007-09-19 Zack RusinConvert the rasterizer cso to the new semantics.
2007-09-19 Zack RusinRedo the cso cache to map driver data in a lot more...
2007-09-18 Zack RusinConvert shader to an immutable state object.
2007-09-18 Zack Rusinconverting the setup state to immutable object and...
2007-09-18 Zack RusinCombing depth and stencil objects and making them immut...
2007-09-18 Zack RusinMake sampler an immutable state object.
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-25 keithwadd names to tracked state atoms to improve debug
2007-08-25 Keith Whitwellcheckpoint in constant tracking rework
2007-08-23 BrianNeed to store vendor and renderer strings in the context.
2007-08-22 BrianRework of shader constant buffers.
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-18 BrianCreate a default vertex attribute buffer which mirrors...
2007-08-16 BrianBegin added vertex shader state/support.
2007-08-14 BrianAdded st_fb_orientation() function to determine the...
2007-08-13 Brianfix some issues with texture/mipmap_tree state tracking
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-06 BrianNew st_init_*_functions() to initialize the driver...
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-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-19 Keith WhitwellTrigger tgsi compilation for fragment programs.
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-07-03 Brianhook in state tracking for blend color
2007-07-02 Brianrename a few structs (use _state suffix consistantly...
2007-06-26 Brianconsolidate point/line state into pipe_setup_state
2007-06-22 Brianmore texture sampler work
2007-06-20 BrianInitial work for glClear(), clear color state.
2007-06-20 Brianhook up point state
2007-06-18 BrianAdded alpha test state.
2007-06-15 Brianinitial framebuffer state
2007-06-14 Keith WhitwellRename directories again?!
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...