index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_public.h
Age
Commit message (
Expand
)
Author
2009-08-05
mesa/st: Add support for binding pipe surface to texture.
Chia-I Wu
2009-06-01
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-30
mesa: Check/propagate return value on st_make_current.
José Fonseca
2009-05-01
set: new st_swapbuffers() which does a true front/back buffer swap
Brian Paul
2009-04-28
st: Add an st_get_current() function.
Thomas Hellstrom
2009-03-26
gallium: Remove some little-used fields from struct pipe_surface.
Michel Dänzer
2009-01-24
mesa: declare pipe_texture in st_public.h
Pekka Paalanen
2009-01-23
gallium: change the st_get_framebuffer_surface/texture functions
Alan Hourihane
2008-11-13
gallium: add st_set_teximage_surface for EXT_texture_from_pixmap
Ben Skeggs
2008-09-26
st: add prototype for st_get_framebuffer_dimensions()
Alan Hourihane
2008-09-26
st: change from ** to * for st_unreference_framebuffer()
Alan Hourihane
2008-09-01
gallium: added st_bind/release_teximage() functions
Brian Paul
2008-06-23
gallium: Add accessor functions to get textures from a st_framebuffer
Jakob Bornecrantz
2008-06-18
gallium: added new st_set_framebuffer_surface()
Brian Paul
2008-06-18
gallium: added st_get_proc_address()
Brian Paul
2008-03-26
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-01-26
gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined...
Keith Whitwell
2008-01-17
Back-port miscellaneous fixes from internal branch (mostly portability fixes).
José Fonseca
2007-12-19
Fix problem with initial viewport/scissor size.
Brian
2007-12-12
Re-org of st_create_framebuffer() and renderbuffer format selection.
Brian
2007-12-07
added ST_SURFACE_DEPTH
Brian
2007-11-07
New PIPE_FLUSH_WAIT flag for pipe->flush().
Brian
2007-11-05
don't include mtypes.h in st_public.h
Brian
2007-11-05
move st_invalidate_state() prototype to st_context.h
Brian
2007-11-05
Remove some temporary state tracker context/framebuffer_create functions.
Brian
2007-11-05
Update xlib driver to use newer state tracker context/framebuffer functions.
Brian
2007-11-05
added st_notify_swapbuffers()
Brian
2007-11-05
added st_get_framebuffer_surface() and ST_SURFACE_x tokens
Brian
2007-11-05
comments, tweaks
Brian
2007-11-05
added st_unreference_framebuffer()
Brian
2007-11-05
added st_resize_framebuffer()
Brian
2007-11-05
Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()
Brian
2007-11-05
public st_flush()
Brian
2007-11-01
Sketch out new create/destroy context functions which create/wrap a Mesa cont...
Brian
2007-06-14
Rename directories again?!
Keith Whitwell
2007-06-14
Renamed softpipe directories and files to something less confusing.
Keith Whitwell