aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: create one vertex buffer and re-use, also enable bypass_clippingBrian2008-03-201-0/+2
* gallium: use the utility pasthrough shadersBrian2008-03-201-0/+7
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-1/+0
* gallium: plug in and init GL_EXT_framebuffer_blit function/extensionBrian2008-03-181-0/+4
* gallium: use new gallium utility code for generating mipmapsBrian2008-03-171-12/+1
* gallium: rework CSO-related code in state trackerBrian2008-03-111-9/+10
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-1/+4
* gallium: change st->state.sampler_texture[] to store pipe_texture pointersBrian Paul2008-02-291-1/+1
* gallium: state tracker didn't always notify drivers of texobj data changesBrian2008-02-201-21/+1
* gallium: move gen-mipmap global/static vars into st_contextBrian2008-02-121-0/+9
* gallium: add bitmap/drawpixels texcoord bias supportBrian2008-02-061-0/+2
* gallium: Simplify winsys buffer interface.Michel Dänzer2008-01-251-7/+0
* Fix problems with vertex shaders and the private draw module.Brian2008-01-141-1/+1
* Fix problem with initial viewport/scissor size.Brian2007-12-191-0/+1
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-171-1/+1
* gallium: remove set_sampler_units interfaceKeith Whitwell2007-12-111-1/+1
* gallium: remove redundant clear_color state.Keith Whitwell2007-12-111-1/+0
* gallium: Remove feedback interfaces from pipe driver.Keith Whitwell2007-12-111-1/+0
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-3/+2
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-061-2/+20
* Reimplement glRasterPos using the private 'draw' module.Brian2007-11-161-1/+2
* move st_invalidate_state() prototype to st_context.hBrian2007-11-051-0/+2
* Update xlib driver to use newer state tracker context/framebuffer functions.Brian2007-11-051-1/+2
* Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()Brian2007-11-051-0/+10
* Implement shader concatenation for glBitmap.Brian2007-10-301-0/+6
* Use program serial numbers to avoid re-generating fragment programs for glDra...Brian2007-10-301-2/+8
* added pixel_transfer_cacheBrian2007-10-301-1/+3
* added pixel_transfer_program fieldBrian2007-10-301-0/+2
* comment unused 'cb' fieldBrian2007-10-301-0/+1
* update comments, fix typoBrian2007-10-301-4/+3
* Alternate CopyPixels path based on get/put_tile().Brian2007-10-181-0/+6
* Get rid of ST_NEW_SHADER flag and the dependency on _NEW_PROGRAMZack Rusin2007-10-031-1/+0
* 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