summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-28mesa/st: remove duplicate offset calculationKeith Whitwell1-2/+0
2009-04-21st: use the static atoms[] array directlyBrian Paul1-5/+0
2009-03-20gallium: remove use of origin_lower_leftBrian Paul1-1/+2
2009-03-13gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell1-3/+0
2009-02-12mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul1-0/+4
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell1-0/+2
2008-11-26gallium: replace 2 with PIPE_SHADER_TYPESBrian Paul1-1/+1
2008-09-17gallium: clean-up/fix msaa override in state trackerBrian Paul1-0/+6
2008-08-14gallium: use a default texture in update_textures(), update_samplers() when n...Brian Paul1-0/+2
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul1-0/+6
2008-05-20gallium: clean-up glDraw/CopyPixels shaders when destroying contextBrian Paul1-0/+6
2008-05-07gallium: fix some render to texture bugsBrian Paul1-0/+3
2008-04-30gallium: simplify texture format selectionBrian Paul1-0/+1
2008-04-25gallium: remove unneeded st->bitmap_texcoord_biasBrian Paul1-2/+0
2008-04-25gallium: use simple color pass-through fragment shader if textures don't existBrian Paul1-0/+2
2008-04-22gallium: fix some bitmap frag shader issuesBrian Paul1-3/+0
2008-04-16gallium: implement RGBA pixel maps in the pixel transfer fragment programBrian Paul1-0/+2
2008-04-09gallium: more elaborate tracking of front color buffer stateBrian Paul1-3/+6
2008-04-09gallium: remove unneeded st->haveFramebufferSurfaces field.Brian Paul1-6/+0
2008-04-03gallium: streamline viewport/raster/shader state for clearing with quadsBrian Paul1-0/+2
2008-03-31gallium: turn on clipping for bitmapsBrian1-0/+2
2008-03-28gallium: implement a glBitmap cacheBrian1-0/+2
2008-03-27gallium: Update calls to the simple shader functionsBrian1-0/+3
2008-03-20gallium: glBitmap code now separe from glDraw/CopyPixels codeBrian1-0/+3
2008-03-20gallium: create one vertex buffer and re-use, also enable bypass_clippingBrian1-0/+2
2008-03-20gallium: use the utility pasthrough shadersBrian1-0/+7
2008-03-19gallium: implement CSO save/restore functions for use by meta operations (bli...Brian1-1/+0
2008-03-18gallium: plug in and init GL_EXT_framebuffer_blit function/extensionBrian1-0/+4
2008-03-17gallium: use new gallium utility code for generating mipmapsBrian1-12/+1
2008-03-11gallium: rework CSO-related code in state trackerBrian1-9/+10
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell1-1/+4
2008-02-29gallium: change st->state.sampler_texture[] to store pipe_texture pointersBrian Paul1-1/+1
2008-02-20gallium: state tracker didn't always notify drivers of texobj data changesBrian1-21/+1
2008-02-12gallium: move gen-mipmap global/static vars into st_contextBrian1-0/+9
2008-02-06gallium: add bitmap/drawpixels texcoord bias supportBrian1-0/+2
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer1-7/+0
2008-01-14Fix problems with vertex shaders and the private draw module.Brian1-1/+1
2007-12-19Fix problem with initial viewport/scissor size.Brian1-0/+1
2007-12-17gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell1-1/+1
2007-12-11gallium: remove set_sampler_units interfaceKeith Whitwell1-1/+1
2007-12-11gallium: remove redundant clear_color state.Keith Whitwell1-1/+0
2007-12-11gallium: Remove feedback interfaces from pipe driver.Keith Whitwell1-1/+0
2007-12-07Eliminate struct pipe_region.Michel Dänzer1-3/+2
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer1-2/+20
2007-11-16Reimplement glRasterPos using the private 'draw' module.Brian1-1/+2
2007-11-05move st_invalidate_state() prototype to st_context.hBrian1-0/+2
2007-11-05Update xlib driver to use newer state tracker context/framebuffer functions.Brian1-1/+2
2007-11-05Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()Brian1-0/+10
2007-10-30Implement shader concatenation for glBitmap.Brian1-0/+6
2007-10-30Use program serial numbers to avoid re-generating fragment programs for glDra...Brian1-2/+8