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
/
clear.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Make single-buffered GLES representation internally consistent
Gurchetan Singh
2016-07-07
1
-0
/
+8
*
mesa: add drawbuffer argument to ClearNamedFramebufferfi
Ilia Mirkin
2016-06-10
1
-2
/
+2
*
mesa/clear: update ClearBufferfv error handling for GL 4.5 spec
Ilia Mirkin
2016-02-12
1
-18
/
+5
*
mesa/clear: update ClearBufferuiv error handling for GL 4.5 spec
Ilia Mirkin
2016-02-12
1
-24
/
+5
*
mesa/clear: simplify ClearBufferiv error handling
Ilia Mirkin
2016-02-12
1
-12
/
+6
*
mesa/clear: remove dead code handling ClearBufferiv(GL_DEPTH)
Ilia Mirkin
2016-02-12
1
-19
/
+0
*
mesa: Return INVALID_ENUM in glClearBufferiv() when buffer is not color or st...
Eduardo Lima Mitev
2015-07-29
1
-0
/
+12
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-4
/
+4
*
Revert "mesa: Add ARB_direct_state_access checks in FBO functions"
Ian Romanick
2015-05-28
1
-32
/
+0
*
mesa: Add ARB_direct_state_access checks in FBO functions
Fredrik Höglund
2015-05-14
1
-0
/
+32
*
main: Fake entry point for glClearNamedFramebufferfi.
Laura Ekstrand
2015-05-14
1
-0
/
+18
*
main: Fake entry point for glClearNamedFramebufferfv.
Laura Ekstrand
2015-05-14
1
-0
/
+18
*
main: Fake entry point for glClearNamedFramebufferuiv.
Laura Ekstrand
2015-05-14
1
-0
/
+18
*
main: Fake entry point for glClearNamedFramebufferiv.
Laura Ekstrand
2015-05-14
1
-0
/
+20
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
1
-1
/
+1
*
mesa: remove obsolete comment on _mesa_ClearColor()
Brian Paul
2014-12-12
1
-4
/
+0
*
mesa: whitespace, line wrap fixes in clear.c
Brian Paul
2014-12-12
1
-8
/
+11
*
mesa: trim down some #includes
Brian Paul
2014-09-10
1
-1
/
+0
*
mesa: Remove glClear optimization based on drawable size
Kristian Høgsberg
2014-06-18
1
-5
/
+0
*
mesa: Skip clearing color buffers when color writes are disabled.
Kenneth Graunke
2014-03-24
1
-1
/
+26
*
mesa: use signed temporary variable to store _ColorDrawBufferIndexes
Emil Velikov
2014-01-15
1
-1
/
+1
*
mesa: handle GL_NONE draw buffers correctly in glClear
Marek Olšák
2014-01-13
1
-1
/
+5
*
mesa: fix interpretation of glClearBuffer(drawbuffer)
Marek Olšák
2013-12-12
1
-6
/
+25
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: don't flush vertices and don't flag _NEW_COLOR in ClearColor, ClearIndex
Marek Olšák
2013-04-24
1
-37
/
+12
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-10
/
+5
*
mesa: remove #if _HAVE_FULL_GL checks
Brian Paul
2012-10-16
1
-2
/
+0
*
mesa/es: Validate glClear mask in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
1
-0
/
+9
*
mesa: remove COPY_4V_CAST() macro
Brian Paul
2012-08-29
1
-1
/
+1
*
mesa: remove ctx->Driver.ClearColor() hook
Brian Paul
2012-03-12
1
-30
/
+0
*
mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooks
Brian Paul
2012-03-12
1
-16
/
+0
*
mesa/clear: fix crashes with illegal clear tests.
Dave Airlie
2012-01-11
1
-4
/
+11
*
mesa: Move RasterDiscard to toplevel of gl_context.
Paul Berry
2011-12-21
1
-7
/
+7
*
mesa: Fix error generation for glClearBuffer{i ui}v with GL_DEPTH or GL_STENCIL
Ian Romanick
2011-11-07
1
-0
/
+84
*
mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations.
Eric Anholt
2011-10-01
1
-5
/
+11
*
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
2011-09-14
1
-49
/
+33
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
1
-6
/
+14
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
mesa: fix error msg typo
Brian Paul
2010-11-21
1
-1
/
+1
*
mesa: _mesa_ClearColorIuiEXT() and _mesa_ClearColorIiEXT()
Brian Paul
2010-10-23
1
-0
/
+62
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
mesa: Include macros.h in files that use symbols from macros.h.
Vinson Lee
2010-07-30
1
-0
/
+1
*
mesa: Remove checks of Visual.rgbMode
Ian Romanick
2010-03-03
1
-26
/
+1
*
mesa: Fix compiler warnings
Karl Schultz
2010-02-13
1
-9
/
+9
*
mesa: implement GL3 glClearBuffer() functions
Brian Paul
2009-12-30
1
-0
/
+344
*
mesa: refactor: move glClear, glClearColor into new clear.c file.
Brian Paul
2008-09-21
1
-0
/
+184