summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.h
AgeCommit message (Expand)Author
2008-04-22gallium: fix some bitmap frag shader issuesBrian Paul
2008-04-16gallium: implement RGBA pixel maps in the pixel transfer fragment programBrian Paul
2008-04-09gallium: more elaborate tracking of front color buffer stateBrian Paul
2008-04-09gallium: remove unneeded st->haveFramebufferSurfaces field.Brian Paul
2008-04-03gallium: streamline viewport/raster/shader state for clearing with quadsBrian Paul
2008-03-31gallium: turn on clipping for bitmapsBrian
2008-03-28gallium: implement a glBitmap cacheBrian
2008-03-27gallium: Update calls to the simple shader functionsBrian
2008-03-20gallium: glBitmap code now separe from glDraw/CopyPixels codeBrian
2008-03-20gallium: create one vertex buffer and re-use, also enable bypass_clippingBrian
2008-03-20gallium: use the utility pasthrough shadersBrian
2008-03-19gallium: implement CSO save/restore functions for use by meta operations (bli...Brian
2008-03-18gallium: plug in and init GL_EXT_framebuffer_blit function/extensionBrian
2008-03-17gallium: use new gallium utility code for generating mipmapsBrian
2008-03-11gallium: rework CSO-related code in state trackerBrian
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-02-29gallium: change st->state.sampler_texture[] to store pipe_texture pointersBrian Paul
2008-02-20gallium: state tracker didn't always notify drivers of texobj data changesBrian
2008-02-12gallium: move gen-mipmap global/static vars into st_contextBrian
2008-02-06gallium: add bitmap/drawpixels texcoord bias supportBrian
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer
2008-01-14Fix problems with vertex shaders and the private draw module.Brian
2007-12-19Fix problem with initial viewport/scissor size.Brian
2007-12-17gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell
2007-12-11gallium: remove set_sampler_units interfaceKeith Whitwell
2007-12-11gallium: remove redundant clear_color state.Keith Whitwell
2007-12-11gallium: Remove feedback interfaces from pipe driver.Keith Whitwell
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-11-16Reimplement glRasterPos using the private 'draw' module.Brian
2007-11-05move st_invalidate_state() prototype to st_context.hBrian
2007-11-05Update xlib driver to use newer state tracker context/framebuffer functions.Brian
2007-11-05Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()Brian
2007-10-30Implement shader concatenation for glBitmap.Brian
2007-10-30Use program serial numbers to avoid re-generating fragment programs for glDra...Brian
2007-10-30added pixel_transfer_cacheBrian
2007-10-30added pixel_transfer_program fieldBrian
2007-10-30comment unused 'cb' fieldBrian
2007-10-30update comments, fix typoBrian
2007-10-18Alternate CopyPixels path based on get/put_tile().Brian
2007-10-03Get rid of ST_NEW_SHADER flag and the dependency on _NEW_PROGRAMZack Rusin
2007-09-25some clean-up of ST_NEW_ shader flagsBrian
2007-09-25Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian
2007-09-21Make the alpha test state a cso.Zack Rusin
2007-09-20Checkpoint: vertex attribute clean-up.Brian
2007-09-20Fix failover state binding and convert the sampler to use the newZack Rusin
2007-09-20Convert depth_stencil state to the new semantics.Zack Rusin
2007-09-20Switch fragment/vertex shaders to the new caching semantics.Zack Rusin
2007-09-19Convert the rasterizer cso to the new semantics.Zack Rusin
2007-09-19Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin