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
/
accum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-3
/
+3
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
mesa: Eliminate gl_config::have{Accum,Depth,Stencil}Buffer
Adam Jackson
2019-09-09
1
-1
/
+1
*
mesa: GL_MESA_framebuffer_flip_y extension [v4]
Fritz Koenig
2018-07-27
1
-6
/
+11
*
mesa: include dispatch.h less
Marek Olšák
2018-04-12
1
-1
/
+0
*
mesa: change ctx->Color.ColorMask into a 32-bit bitmask
Marek Olšák
2018-02-04
1
-8
/
+8
*
mesa: don't update draw buffer bounds in _mesa_update_state
Marek Olšák
2017-06-22
1
-0
/
+5
*
mesa: remove _mesa_problem() from a few locations
Timothy Arceri
2017-05-11
1
-1
/
+1
*
mesa: make _mesa_accum() static
Timothy Arceri
2017-05-04
1
-54
/
+54
*
mesa: Fix MESA_FORMAT names containg SIGNED
Mark Mueller
2014-01-27
1
-4
/
+4
*
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: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-2
/
+1
*
dispatch: Delete unused init_dispatch functions.
Paul Berry
2012-11-06
1
-8
/
+0
*
dispatch: Make all API functions non-static.
Paul Berry
2012-11-06
1
-1
/
+1
*
mesa: silence MSVC signed/unsigned comparision warnings in accum.c
Brian Paul
2012-10-29
1
-2
/
+2
*
mesa: remove FEATURE_accum define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-3
/
+3
*
mesa: move _mesa_clear_accum_buffer() inside FEATURE_accum test
Brian Paul
2012-01-10
1
-13
/
+11
*
mesa: Move RasterDiscard to toplevel of gl_context.
Paul Berry
2011-12-21
1
-1
/
+1
*
mesa: rewrite accum buffer support
Brian Paul
2011-12-08
1
-1
/
+385
*
mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations.
Eric Anholt
2011-10-01
1
-0
/
+3
*
mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #defines
Brian Paul
2011-01-23
1
-1
/
+0
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
1
-1
/
+1
*
mesa/main: Make FEATURE_accum follow feature conventions.
Chia-I Wu
2009-09-30
1
-1
/
+15
*
Don't pass x/y/width/height to ctx->Driver.Accum().
Brian Paul
2006-10-18
1
-5
/
+1
*
updated comment
Brian Paul
2006-03-01
1
-1
/
+3
*
change test for presence of accum buffer
Brian Paul
2005-10-08
1
-1
/
+1
*
check for framebuffer completeness, code clean-up
Brian Paul
2005-09-28
1
-19
/
+10
*
tweak glAccum error checking
Brian Paul
2005-09-27
1
-5
/
+5
*
generate GL_INVALID_OPERATION in glAccum if read/draw buffers aren't the same
Brian Paul
2005-09-27
1
-1
/
+8
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-2
/
+17
*
no-op glAccum in selection/feedback mode (per Mark Kilgard's updates to the 1...
Brian Paul
2003-11-13
1
-5
/
+8
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-2
/
+2
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-0
/
+7
*
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-06-05
1
-1
/
+0
*
Header file clean-up:
Brian Paul
2002-10-24
1
-11
/
+4
*
more warning fixes (Karl Schultz)
Brian Paul
2001-09-14
1
-5
/
+5
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-2
/
+2
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-3
/
+3
*
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-29
1
-5
/
+2
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-2
/
+2
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-10
/
+16
*
Committing in .
Jouk Jansen
2000-11-22
1
-7
/
+7
*
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-31
1
-453
/
+6
[next]