index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_context.h
Age
Commit message (
Expand
)
Author
2009-04-21
st: use the static atoms[] array directly
Brian Paul
2009-03-20
gallium: remove use of origin_lower_left
Brian Paul
2009-03-13
gallium: no need to keep a copy of shader tokens in state tracker
Keith Whitwell
2009-02-12
mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker
Brian Paul
2008-12-12
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
2008-11-26
gallium: replace 2 with PIPE_SHADER_TYPES
Brian Paul
2008-09-17
gallium: clean-up/fix msaa override in state tracker
Brian Paul
2008-08-14
gallium: use a default texture in update_textures(), update_samplers() when n...
Brian Paul
2008-05-20
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Brian Paul
2008-05-20
gallium: clean-up glDraw/CopyPixels shaders when destroying context
Brian Paul
2008-05-07
gallium: fix some render to texture bugs
Brian Paul
2008-04-30
gallium: simplify texture format selection
Brian Paul
2008-04-25
gallium: remove unneeded st->bitmap_texcoord_bias
Brian Paul
2008-04-25
gallium: use simple color pass-through fragment shader if textures don't exist
Brian Paul
2008-04-22
gallium: fix some bitmap frag shader issues
Brian Paul
2008-04-16
gallium: implement RGBA pixel maps in the pixel transfer fragment program
Brian Paul
2008-04-09
gallium: more elaborate tracking of front color buffer state
Brian Paul
2008-04-09
gallium: remove unneeded st->haveFramebufferSurfaces field.
Brian Paul
2008-04-03
gallium: streamline viewport/raster/shader state for clearing with quads
Brian Paul
2008-03-31
gallium: turn on clipping for bitmaps
Brian
2008-03-28
gallium: implement a glBitmap cache
Brian
2008-03-27
gallium: Update calls to the simple shader functions
Brian
2008-03-20
gallium: glBitmap code now separe from glDraw/CopyPixels code
Brian
2008-03-20
gallium: create one vertex buffer and re-use, also enable bypass_clipping
Brian
2008-03-20
gallium: use the utility pasthrough shaders
Brian
2008-03-19
gallium: implement CSO save/restore functions for use by meta operations (bli...
Brian
2008-03-18
gallium: plug in and init GL_EXT_framebuffer_blit function/extension
Brian
2008-03-17
gallium: use new gallium utility code for generating mipmaps
Brian
2008-03-11
gallium: rework CSO-related code in state tracker
Brian
2008-03-05
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-02-29
gallium: change st->state.sampler_texture[] to store pipe_texture pointers
Brian Paul
2008-02-20
gallium: state tracker didn't always notify drivers of texobj data changes
Brian
2008-02-12
gallium: move gen-mipmap global/static vars into st_context
Brian
2008-02-06
gallium: add bitmap/drawpixels texcoord bias support
Brian
2008-01-25
gallium: Simplify winsys buffer interface.
Michel Dänzer
2008-01-14
Fix problems with vertex shaders and the private draw module.
Brian
2007-12-19
Fix problem with initial viewport/scissor size.
Brian
2007-12-17
gallium: incorporate alpha state into depth_stencil state object.
Keith Whitwell
2007-12-11
gallium: remove set_sampler_units interface
Keith Whitwell
2007-12-11
gallium: remove redundant clear_color state.
Keith Whitwell
2007-12-11
gallium: Remove feedback interfaces from pipe driver.
Keith Whitwell
2007-12-07
Eliminate struct pipe_region.
Michel Dänzer
2007-12-06
Hide texture layout details from the state tracker.
Michel Dänzer
2007-11-16
Reimplement glRasterPos using the private 'draw' module.
Brian
2007-11-05
move st_invalidate_state() prototype to st_context.h
Brian
2007-11-05
Update xlib driver to use newer state tracker context/framebuffer functions.
Brian
2007-11-05
Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()
Brian
2007-10-30
Implement shader concatenation for glBitmap.
Brian
2007-10-30
Use program serial numbers to avoid re-generating fragment programs for glDra...
Brian
2007-10-30
added pixel_transfer_cache
Brian
[next]