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
/
enable.c
Age
Commit message (
Expand
)
Author
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-11-12
added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device drivers
Daniel Borca
2004-08-18
check for either GL_NV_vertex_program or GL_ARB_vertex_program for some enables
Brian Paul
2004-05-10
Add EXT_vertex_cull support to mesa
Keith Whitwell
2004-01-27
Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.
Ian Romanick
2004-01-23
Don't set extra bits in FLUSH_VERTICES, fix several state bugs.
Keith Whitwell
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-08-23
Trivial changes to add support for GL_ARB_point_sprite, which is a
Ian Romanick
2003-07-21
Initial implementation of GL_MESA_program_debug - a vertex/fragment program
Brian Paul
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-04-21
Implemented GL_EXT_depth_bounds_test.
Brian Paul
2003-04-18
more GL_ARB_vertex/fragment_program bits
Brian Paul
2003-03-21
fix GL_COLOR_MATERIAL bug
Brian Paul
2003-03-15
Fix up some fragment program texture enable issues.
Brian Paul
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-01-26
Make GL_SGI_texture_color_table work per-texture unit.
Brian Paul
2003-01-21
GL_SGI_texture_color_table extension (Eric Plante)
Brian Paul
2003-01-14
First batch of code for GL_NV_fragment_program.
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-10-16
surround vertex program code with #if FEATURE_NV_vertex_program/#endif
Brian Paul
2002-09-06
GL_EXT_stencil_two_side extension, not 100% complete yet.
Brian Paul
2002-06-29
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-18
Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).
Brian Paul
2002-06-15
Implemented GL_NV_texture_rectangle extension.
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
2002-05-27
replaced experimental MESA_sprite_point with NV_point_sprite
Brian Paul
2002-04-21
vertex program attribute array work
Brian Paul
2002-04-19
Correct check for noop array state change (Raystonn)
Alan Hourihane
2002-04-19
added some casts
Brian Paul
2002-03-29
Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.
Brian Paul
2002-03-28
decrement Transform._AnyClip when clip planes are disabled
Brian Paul
2002-02-13
More suport for t&l drivers
Keith Whitwell
2002-01-22
added missing IsEnabled() cases for fog coord and secondary color arrays
Brian Paul
2002-01-11
Changed gl_client_array's Enabled field to GLuint so it can actually
Brian Paul
2002-01-06
implemented vertex program point size control
Brian Paul
2002-01-05
infrastructure for vertex program attribute evaluators
Brian Paul
2001-12-18
Replace old matrix stacks with new code based on struct matrix_stack.
Brian Paul
2001-12-14
vertex program check-in
Brian Paul
2001-06-26
added GL_IBM_rasterpos_clip extension
Brian Paul
2001-05-29
infrastructure for GL_ARB_multisample
Brian Paul
2001-03-29
Remove ENABLE_* flags, ctx->_Enabled.
Keith Whitwell
2001-03-29
Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.
Keith Whitwell
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-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-27
fixed glitches in error checking of imaging extensions
Brian Paul
2001-02-16
Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when
Keith Whitwell
2001-02-13
gl_error clean-ups
Brian Paul
[prev]
[next]