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
/
main
/
condrender.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add KHR_no_error support to glEndConditionalRender()
Samuel Pitoiset
2017-08-02
1
-0
/
+8
*
mesa: add end_conditional_render() render
Samuel Pitoiset
2017-08-02
1
-7
/
+14
*
mesa: add KHR_no_error support to glBeginConditionalRender()
Samuel Pitoiset
2017-08-02
1
-0
/
+8
*
mesa: add begin_conditional_render() helper
Samuel Pitoiset
2017-08-02
1
-55
/
+66
*
mesa: Track transform feedback overflow query objects.
Rafael Antognolli
2017-02-21
1
-1
/
+3
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-2
/
+2
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-2
/
+2
*
mesa: Add support for inverted s/w conditional rendering
Chris Forbes
2014-08-20
1
-0
/
+13
*
mesa: add ARB_conditional_render_inverted flags
Tobias Klausmann
2014-08-19
1
-2
/
+8
*
mesa: Set the correct error in _mesa_BeginConditionalRender
Ian Romanick
2014-01-10
1
-11
/
+30
*
mesa: Fix error code generation in glBeginConditionalRender()
Anuj Phogat
2013-12-13
1
-1
/
+3
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: In conditional rendering fallback, check the query status.
Eric Anholt
2012-08-08
1
-0
/
+2
*
mesa: Throw an error when starting conditional render on an active query.
Eric Anholt
2011-09-19
1
-1
/
+1
*
mesa: Throw an error instead of asserting for condrender with query == 0.
Eric Anholt
2011-09-19
1
-1
/
+2
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
mesa: Make condrender.[ch] prototypes match.
José Fonseca
2010-01-01
1
-2
/
+2
*
mesa: added FLUSH_VERTICES(), more comments
Brian Paul
2009-12-31
1
-6
/
+10
*
mesa: add flag for GL_NV_conditional_render extension
Brian Paul
2009-12-31
1
-2
/
+2
*
mesa: _mesa_Begin/EndConditionalRender() functions
Brian Paul
2009-12-31
1
-0
/
+143