aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.h
Commit message (Expand)AuthorAgeFilesLines
* some clean-up of ST_NEW_ shader flagsBrian2007-09-251-1/+1
* Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian2007-09-251-2/+4
* Make the alpha test state a cso.Zack Rusin2007-09-211-5/+5
* Checkpoint: vertex attribute clean-up.Brian2007-09-201-2/+10
* Fix failover state binding and convert the sampler to use the newZack Rusin2007-09-201-1/+1
* Convert depth_stencil state to the new semantics.Zack Rusin2007-09-201-1/+1
* Switch fragment/vertex shaders to the new caching semantics.Zack Rusin2007-09-201-2/+2
* Convert the rasterizer cso to the new semantics.Zack Rusin2007-09-191-1/+1
* Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin2007-09-191-1/+2
* Convert shader to an immutable state object.Zack Rusin2007-09-181-2/+2
* converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin2007-09-181-1/+1
* Combing depth and stencil objects and making them immutable.Zack Rusin2007-09-181-2/+1
* Make sampler an immutable state object.Zack Rusin2007-09-181-2/+2
* First stab at immutable state objects (create/bind/delete)Zack Rusin2007-09-181-2/+5
* Plug in selection/feedback code.Brian2007-09-171-0/+7
* plug in rasterpos/feedback codeBrian2007-09-101-0/+1
* add names to tracked state atoms to improve debugkeithw2007-08-251-0/+1
* checkpoint in constant tracking reworkKeith Whitwell2007-08-251-1/+4
* Need to store vendor and renderer strings in the context.Brian2007-08-221-0/+3
* Rework of shader constant buffers.Brian2007-08-221-3/+4
* Create a default vertex attribute buffer which mirrors ctx->Current.Attrrib[]Brian2007-08-181-0/+2
* Begin added vertex shader state/support.Brian2007-08-161-1/+2
* Added st_fb_orientation() function to determine the up/down orientation of th...Brian2007-08-131-0/+27
* fix some issues with texture/mipmap_tree state trackingBrian2007-08-131-0/+1
* 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/+4
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-061-4/+3
* Trigger tgsi compilation for fragment programs.Keith Whitwell2007-07-191-0/+1
* hook in state tracking for blend colorBrian2007-07-031-0/+1
* rename a few structs (use _state suffix consistantly), reorder/sort fields in...Brian2007-07-021-8/+8
* consolidate point/line state into pipe_setup_stateBrian2007-06-261-1/+0
* more texture sampler workBrian2007-06-221-0/+1
* Initial work for glClear(), clear color state.Brian2007-06-201-0/+1
* hook up point stateBrian2007-06-191-1/+1
* Added alpha test state.Brian2007-06-181-0/+1
* initial framebuffer stateBrian2007-06-151-0/+1
* Rename directories again?!Keith Whitwell2007-06-141-13/+13
* Renamed softpipe directories and files to something less confusing.Keith Whitwell2007-06-141-0/+111