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
/
blend.c
Age
Commit message (
Expand
)
Author
2001-03-29
Removed DD_Z_NEVER.
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-07
added Driver.BlendColor() function, for completeness
Brian Paul
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-26
fixed extension checking in _mesa_BlendEquation()
Brian Paul
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen
2000-11-05
- Changes for new software rasterizer modules
Keith Whitwell
2000-10-31
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-30
Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.
Brian Paul
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-28
Basic work to support deep color channels:
Brian Paul
2000-10-23
Major audit of all Mesa's x86 assembly code. This round is basically
Gareth Hughes
2000-10-19
improved blending accuracy to fix Glean test failures
Brian Paul
2000-09-07
Removed ctx->Driver.LogicOp().
Brian Paul
2000-08-30
added more extensions testing code
Brian Paul
2000-06-29
fixed GL_ONE_MINUS_CONSTANT_ALPHA bug (geza)
Brian Paul
2000-05-30
initial work for GL_NV_blend_square extension
Brian Paul
2000-04-11
renamed alpha buffer functions
Brian Paul
2000-02-24
bunch of dispatch and extension-related changes
Brian Paul
2000-02-21
fixed GL_SRC_ALPHA_SATURATE bug, lots clean-up
Brian Paul
2000-02-02
replaced gl_ prefix with _mesa_ prefix on blend funcs
Brian Paul
1999-11-24
added support for separate read/draw buffers per context
Brian Paul
1999-11-12
. Updates to get X86, MXX and 3DNow assembler code working with Watcom
Kendall Bennett
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-08
changes to silence MSVC warnings
Brian Paul
1999-11-08
clean-up of header includes (Daryll)
Brian Paul
1999-10-21
silenced uninitialized variable warnings
Brian Paul
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-09-30
more hooks for mga driver, including an immediate fastpath
Keith Whitwell
1999-08-19
fixed alpha channel problem in gl_blend_pixels()
Brian Paul
1999-08-19
Initial revision
jtg