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_framebuffer.c
Age
Commit message (
Expand
)
Author
2008-08-28
gallium: change the conditional which tests for combined Z+stencil buffers
Brian Paul
2008-08-15
mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish.
José Fonseca
2008-07-22
add env var to override msaa visual selection
Roland Scheidegger
2008-06-27
gallium: handle msaa
Roland Scheidegger
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-09
gallium: include scissor.h
Brian Paul
2008-04-09
gallium: more elaborate tracking of front color buffer state
Brian Paul
2008-04-07
gallium: accum buffer fixes
Brian Paul
2008-03-26
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-02-26
gallium: #includes to silence warnings
Brian
2008-02-26
gallium: fix zero-sized viewport bug
Brian
2008-01-26
gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined...
Keith Whitwell
2008-01-26
gallium: specialize glFlush vs other flush semantics
Keith Whitwell
2007-12-20
gallium: make state tracker explictly ask for rendercache flushes
Keith Whitwell
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-10
Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...
Brian
2007-12-07
added ST_SURFACE_DEPTH
Brian
2007-11-07
New PIPE_FLUSH_WAIT flag for pipe->flush().
Brian
2007-11-06
Improved logic for setting up depth/stencil buffers in st_create_framebuffer()
Brian
2007-11-06
Handle the corner case of 24bit depth buffer with 0bit stencil buffer.
José Fonseca
2007-11-05
don't include mtypes.h in st_public.h
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
added st_unreference_framebuffer()
Brian
2007-11-05
set stfb->Base.Initialized
Brian
2007-11-05
added st_resize_framebuffer()
Brian
2007-11-05
st_create_framebuffer() working
Brian
2007-11-05
new file for st_framebuffer stuff
Brian