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_cb_flush.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
1
-1
/
+1
*
st/mesa: remove what is left from u_blit
Marek Olšák
2013-02-18
1
-1
/
+0
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-5
/
+6
*
st/mesa: make st_flush do what glFlush does
Marek Olšák
2012-12-02
1
-0
/
+1
*
st/mesa: remove st_flush_bitmap wrapper
Marek Olšák
2012-07-22
1
-1
/
+1
*
gallium/u_gen_mipmap: don't release vertex buffer at end of frame / in glFlush
Marek Olšák
2012-04-18
1
-4
/
+0
*
gallium/u_blit: don't release vertex buffer at end of frame / in glFlush
Marek Olšák
2012-04-18
1
-1
/
+0
*
st/mesa: use u_upload_mgr to upload vertices for glClear fallback
Marek Olšák
2012-04-18
1
-1
/
+0
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-4
/
+4
*
gallium: cleanup fence_signalled and fence_finish
Marek Olšák
2011-03-11
1
-1
/
+1
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
1
-1
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
1
-2
/
+2
*
st/mesa: Drop st_public support.
Chia-I Wu
2010-04-13
1
-14
/
+4
*
st/mesa: Implement st_api.h.
Chia-I Wu
2010-03-12
1
-4
/
+2
*
gallium: Do not mix winsys-drawable-handle and context-private.
Chia-I Wu
2010-03-10
1
-1
/
+1
*
Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."
Francisco Jerez
2010-02-18
1
-4
/
+8
*
st/mesa: always call FLUSH_CURRENT before st->pipe->flush()
Keith Whitwell
2010-02-18
1
-2
/
+1
*
st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME).
Francisco Jerez
2010-02-17
1
-9
/
+6
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-30
1
-0
/
+12
|
\
|
*
mesa/st: short-circuit glFinish calls on WIN32 only
Keith Whitwell
2009-07-29
1
-0
/
+12
*
|
st: added st_renderbuffer::defined flag
Brian Paul
2009-05-01
1
-1
/
+10
|
/
*
mesa/st: protect internal flushes with FLUSH_CURRENT
Keith Whitwell
2009-04-28
1
-1
/
+1
*
mesa/st: add check for null front renderbuffer
Keith Whitwell
2009-03-13
1
-9
/
+12
*
mesa/st: don't call finish in st_glFlush()
Keith Whitwell
2009-03-13
1
-4
/
+7
*
gallium: make p_winsys internal
Zack Rusin
2009-01-30
1
-5
/
+5
*
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
2008-12-12
1
-1
/
+10
*
mesa: Don't call fence_finish with a null fence.
José Fonseca
2008-11-24
1
-2
/
+4
*
mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish.
José Fonseca
2008-08-15
1
-1
/
+1
*
gallium: don't set buffer status to undefined in display_front_buffer()
Brian Paul
2008-04-22
1
-0
/
+2
*
gallium: more elaborate tracking of front color buffer state
Brian Paul
2008-04-09
1
-23
/
+4
*
gallium: more flush/finish changes
Brian Paul
2008-04-09
1
-30
/
+40
*
gallium: reorder funcs
Brian Paul
2008-04-09
1
-11
/
+12
*
gallium: call_flush_front_buffer() from st_glFinish()
Brian Paul
2008-04-09
1
-0
/
+2
*
gallium: fold st_gl_flush() into st_glFlush()
Brian Paul
2008-04-09
1
-12
/
+5
*
gallium: refactor code, new flush_front_buffer() function
Brian Paul
2008-04-09
1
-17
/
+25
*
gallium: add new call to st_flush_bitmap_cache() to fix recent regression
Brian Paul
2008-04-04
1
-0
/
+2
*
gallium: Revert st_gl_flush() changes from when the **fence argument was added.
Michel Dänzer
2008-04-04
1
-1
/
+10
*
gallium: Call st_flush() instead of st_gl_flush() in st_finish().
Michel Dänzer
2008-04-04
1
-1
/
+1
*
gallium: Fencing fix.
Michel Dänzer
2008-04-01
1
-1
/
+1
*
gallium: implement a glBitmap cache
Brian
2008-03-28
1
-0
/
+3
*
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-26
1
-15
/
+19
*
gallium: specialize glFlush vs other flush semantics
Keith Whitwell
2008-01-26
1
-12
/
+32
*
gallium: make state tracker explictly ask for rendercache flushes
Keith Whitwell
2007-12-20
1
-2
/
+2
*
Rename struct field 'private' to 'priv'.
Michel Dänzer
2007-11-08
1
-1
/
+1
*
New PIPE_FLUSH_WAIT flag for pipe->flush().
Brian
2007-11-07
1
-7
/
+4
*
Remove context dependencies in winsys layer.
Brian
2007-11-07
1
-2
/
+3
*
added check for fb==NULL
Brian
2007-11-05
1
-1
/
+3
*
include context.h
Brian
2007-11-05
1
-0
/
+1
[next]