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
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-09-23
mesa: Remove the non-required ARB_imaging extension.
Eric Anholt
2010-03-03
mesa: Remove ClearIndex and IndexMask from device-driver interface
Ian Romanick
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-18
mesa: Remove unnecessary header from blend.c.
Vinson Lee
2009-12-29
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
mesa: per-buffer blend enabled flags
Brian Paul
2009-10-23
mesa: remove misplaced VERBOSE_TEXTURE tests
Brian Paul
2008-10-10
mesa: remove unneeded includes
Brian Paul
2008-09-21
mesa: revamp glBlendFunc loopback
Brian Paul
2008-09-21
mesa: move some glapi bits around
Brian Paul
2006-10-22
Color clamping fixes.
Brian Paul
2006-07-18
Compute ctx->Color._LogicOpEnabled in one place instead of four places!
Brian Paul
2005-11-12
Added OSMesaColorClamp(), bug 4917
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2004-12-03
silence a variety of warnings found with g++ 3.4.2
Brian Paul
2004-10-02
added support for GL_ARB_draw_buffers
Brian Paul
2004-03-21
Implemented support for software-based AUX color buffers.
Brian Paul
2004-01-27
Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.
Ian Romanick
2004-01-23
Modified error messages in _mesa_BlendFuncSeparateEXT to note that the
Ian Romanick
2004-01-21
Remove dd_function_table::BlendFunc. All drivers now use
Ian Romanick
2003-11-12
Ville Syrjala's logic op patch
Brian Paul
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
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
2002-10-04
Changed a number of context fields from GLchan to GLfloat (such as ClearColor).
Brian Paul
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-13
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2001-09-14
more warning fixes (Karl Schultz)
Brian Paul
2001-06-18
Consolidated source files. Since the re-org a number of source files
Brian Paul
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
[next]