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
*
st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_x
Brian Paul
2010-02-22
1
-0
/
+8
*
Merge branch 'gallium-embedded'
José Fonseca
2010-02-03
1
-0
/
+1
|
\
|
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-0
/
+1
*
|
mesa: Factor out the fb initialization details from _mesa_new_framebuffer.
Francisco Jerez
2010-02-03
1
-1
/
+1
|
/
*
st/mesa: Remove unnecessary headers from st_framebuffer.c.
Vinson Lee
2010-01-14
1
-4
/
+0
*
st/mesa: create aux buffers according to visual
Brian Paul
2009-10-09
1
-0
/
+7
*
mesa/st: Create front renderbuffer on the fly when supplied with a surface
Nicolai Hähnle
2009-09-20
1
-3
/
+15
*
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-04
1
-1
/
+2
|
\
|
*
gallium: Only set FRONT_STATUS_COPY_OF_BACK if there is a back buffer.
Michel Dänzer
2009-07-07
1
-1
/
+2
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-24
1
-10
/
+1
|
\
|
|
*
mesa: rework viewport/scissor initialization code
Brian Paul
2009-06-17
1
-10
/
+1
*
|
Merge branch 'mesa_7_5_branch'
José Fonseca
2009-06-11
1
-8
/
+9
|
\
|
|
*
mesa: Pure software accum buffer.
José Fonseca
2009-06-10
1
-8
/
+9
*
|
st: if st_swapbuffers() is called for single-buffered visual don't crash
Brian Paul
2009-05-01
1
-1
/
+19
*
|
st: added st_renderbuffer::defined flag
Brian Paul
2009-05-01
1
-0
/
+12
*
|
set: new st_swapbuffers() which does a true front/back buffer swap
Brian Paul
2009-05-01
1
-0
/
+79
*
|
st: when double buffered, only create front color buffer on demand
Brian Paul
2009-05-01
1
-8
/
+8
|
/
*
gallium: Remove some little-used fields from struct pipe_surface.
Michel Dänzer
2009-03-26
1
-26
/
+0
*
mesa: move glViewport and glDepthRange functions into new viewport.c file
Brian Paul
2009-03-07
1
-0
/
+1
*
mesa: remove last of _mesa_unreference_framebuffer() calls
Brian Paul
2009-03-07
1
-1
/
+1
*
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
1
-1
/
+0
*
mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker
Brian Paul
2009-02-12
1
-1
/
+1
*
gallium: change the st_get_framebuffer_surface/texture functions
Alan Hourihane
2009-01-23
1
-11
/
+19
*
gallium: Remove unused variables.
José Fonseca
2008-12-30
1
-1
/
+0
*
gallium: set ST_NEW_FRAMEBUFFER when setting new surfaces
Alan Hourihane
2008-12-19
1
-0
/
+11
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-12-10
1
-9
/
+11
|
\
|
*
gallium: only mark back color buffer surfaces as undefined after swapbuffers
Brian Paul
2008-12-10
1
-9
/
+11
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-11-05
1
-1
/
+2
|
\
|
|
*
gallium: add some checks for null surface pointers in state tracker
Brian Paul
2008-10-18
1
-1
/
+2
*
|
gallium: no renderbuffer, so just exit.
Alan Hourihane
2008-11-03
1
-1
/
+3
*
|
st: add prototype for st_get_framebuffer_dimensions()
Alan Hourihane
2008-09-26
1
-2
/
+2
*
|
st: export st_get_framebuffer_dimensions() to retrieve
Alan Hourihane
2008-09-26
1
-0
/
+7
*
|
st: change from ** to * for st_unreference_framebuffer()
Alan Hourihane
2008-09-26
1
-2
/
+2
|
/
*
gallium: clean-up/fix msaa override in state tracker
Brian Paul
2008-09-17
1
-6
/
+5
*
gallium: change the conditional which tests for combined Z+stencil buffers
Brian Paul
2008-08-28
1
-1
/
+1
*
mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish.
José Fonseca
2008-08-15
1
-1
/
+3
*
add env var to override msaa visual selection
Roland Scheidegger
2008-07-22
1
-0
/
+4
*
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
[next]