summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_public.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-30mesa: Check/propagate return value on st_make_current.José Fonseca1-3/+3
2009-04-28st: Add an st_get_current() function.Thomas Hellstrom1-0/+2
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer1-1/+0
2009-01-24mesa: declare pipe_texture in st_public.hPekka Paalanen1-0/+1
2009-01-23gallium: change the st_get_framebuffer_surface/texture functionsAlan Hourihane1-4/+4
2008-11-13gallium: add st_set_teximage_surface for EXT_texture_from_pixmapBen Skeggs1-0/+3
2008-09-26st: add prototype for st_get_framebuffer_dimensions()Alan Hourihane1-0/+3
2008-09-26st: change from ** to * for st_unreference_framebuffer()Alan Hourihane1-1/+1
2008-09-01gallium: added st_bind/release_teximage() functionsBrian Paul1-0/+13
2008-06-23gallium: Add accessor functions to get textures from a st_framebufferJakob Bornecrantz1-0/+3
2008-06-18gallium: added new st_set_framebuffer_surface()Brian Paul1-0/+3
2008-06-18gallium: added st_get_proc_address()Brian Paul1-0/+7
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer1-1/+4
2008-01-26gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined...Keith Whitwell1-0/+1
2008-01-17Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca1-0/+3
2007-12-19Fix problem with initial viewport/scissor size.Brian1-1/+1
2007-12-12Re-org of st_create_framebuffer() and renderbuffer format selection.Brian1-0/+4
2007-12-07added ST_SURFACE_DEPTHBrian1-0/+1
2007-11-07New PIPE_FLUSH_WAIT flag for pipe->flush().Brian1-1/+1
2007-11-05don't include mtypes.h in st_public.hBrian1-3/+3
2007-11-05move st_invalidate_state() prototype to st_context.hBrian1-2/+0
2007-11-05Remove some temporary state tracker context/framebuffer_create functions.Brian1-8/+4
2007-11-05Update xlib driver to use newer state tracker context/framebuffer functions.Brian1-1/+8
2007-11-05added st_notify_swapbuffers()Brian1-0/+2
2007-11-05added st_get_framebuffer_surface() and ST_SURFACE_x tokensBrian1-0/+10
2007-11-05comments, tweaksBrian1-1/+1
2007-11-05added st_unreference_framebuffer()Brian1-1/+3
2007-11-05added st_resize_framebuffer()Brian1-0/+3
2007-11-05Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()Brian1-0/+8
2007-11-05public st_flush()Brian1-0/+2
2007-11-01Sketch out new create/destroy context functions which create/wrap a Mesa cont...Brian1-0/+6
2007-06-14Rename directories again?!Keith Whitwell1-2/+2
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell1-0/+43