index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
accum.c
Age
Commit message (
Expand
)
Author
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2002-10-24
Header file clean-up:
Brian Paul
2001-09-14
more warning fixes (Karl Schultz)
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-01-29
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-23
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen
2000-10-31
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-29
more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)
Brian Paul
2000-10-28
Basic work to support deep color channels:
Brian Paul
2000-10-17
ported render begin/end calls from Mesa 3.4
Brian Paul
2000-09-26
First batch of OpenGL SI related changes:
Brian Paul
2000-09-08
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
Brian Paul
2000-09-07
Removed ctx->Driver.LogicOp().
Brian Paul
2000-07-15
another tweak to optimized GL_RETURN code
Brian Paul
2000-07-14
added extra check to optimized GL_RETURN case
Brian Paul
2000-06-19
check for special cases of value = 0 or 1 in glAccum
Brian Paul
2000-04-05
minor clean-ups, renaming
Brian Paul
2000-04-04
use BCOPY macro on FreeBSD
Brian Paul
2000-03-31
separate R/G/B/A accum buffer size fields
Brian Paul
2000-03-19
fixed compiler warnings on BeOS R4
Brian Paul
2000-02-02
added check for IntegerAccumScaler > 0 in GL_RETURN case
Brian Paul
2000-02-02
changed prefix to _mesa_ for a few accum functions
Brian Paul
2000-02-02
updated includes for source file reorg
Brian Paul
1999-11-25
replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()
Brian Paul
1999-11-24
added support for separate read/draw buffers per context
Brian Paul
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-08
clean-up of header includes (Daryll)
Brian Paul
1999-11-03
include assert.h with rest of system headers
Brian Paul
1999-10-20
clean-up of optimized GL_RETURN code
Brian Paul
1999-10-20
fixed divTable precision problem in GL_RETURN case
Brian Paul
1999-10-13
removed GL_ prefix from memory macros
Brian Paul
1999-10-11
#include <assert.h>
Jouk Jansen
1999-10-10
now using GL_MALLOC, GL_FREE
Brian Paul
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-08-19
testing
Brian Paul
1999-08-19
Initial revision
jtg