index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_framebuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: handle msaa
Roland Scheidegger
2008-06-27
1
-8
/
+10
*
gallium: Add accessor functions to get textures from a st_framebuffer
Jakob Bornecrantz
2008-06-23
1
-0
/
+16
*
gallium: added new st_set_framebuffer_surface()
Brian Paul
2008-06-18
1
-0
/
+56
*
gallium: include scissor.h
Brian Paul
2008-06-09
1
-0
/
+1
*
gallium: more elaborate tracking of front color buffer state
Brian Paul
2008-04-09
1
-0
/
+1
*
gallium: accum buffer fixes
Brian Paul
2008-04-07
1
-1
/
+1
*
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-26
1
-1
/
+2
*
gallium: #includes to silence warnings
Brian
2008-02-26
1
-0
/
+2
*
gallium: fix zero-sized viewport bug
Brian
2008-02-26
1
-0
/
+11
*
gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined...
Keith Whitwell
2008-01-26
1
-0
/
+20
*
gallium: specialize glFlush vs other flush semantics
Keith Whitwell
2008-01-26
1
-1
/
+6
*
gallium: make state tracker explictly ask for rendercache flushes
Keith Whitwell
2007-12-20
1
-1
/
+2
*
Fix problem with initial viewport/scissor size.
Brian
2007-12-19
1
-55
/
+54
*
Re-org of st_create_framebuffer() and renderbuffer format selection.
Brian
2007-12-12
1
-15
/
+16
*
Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...
Brian
2007-12-10
1
-19
/
+10
*
added ST_SURFACE_DEPTH
Brian
2007-12-07
1
-1
/
+1
*
New PIPE_FLUSH_WAIT flag for pipe->flush().
Brian
2007-11-07
1
-1
/
+1
*
Improved logic for setting up depth/stencil buffers in st_create_framebuffer()
Brian
2007-11-06
1
-14
/
+41
*
Handle the corner case of 24bit depth buffer with 0bit stencil buffer.
José Fonseca
2007-11-06
1
-3
/
+6
*
don't include mtypes.h in st_public.h
Brian
2007-11-05
1
-1
/
+1
*
Update xlib driver to use newer state tracker context/framebuffer functions.
Brian
2007-11-05
1
-37
/
+47
*
added st_notify_swapbuffers()
Brian
2007-11-05
1
-0
/
+17
*
added st_get_framebuffer_surface() and ST_SURFACE_x tokens
Brian
2007-11-05
1
-0
/
+20
*
added st_unreference_framebuffer()
Brian
2007-11-05
1
-0
/
+7
*
set stfb->Base.Initialized
Brian
2007-11-05
1
-0
/
+3
*
added st_resize_framebuffer()
Brian
2007-11-05
1
-0
/
+14
*
st_create_framebuffer() working
Brian
2007-11-05
1
-30
/
+17
*
new file for st_framebuffer stuff
Brian
2007-11-05
1
-0
/
+103