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
2006-12-13
Move all the code for computing ctx->_TriangleCaps into state.c.
Brian
2006-07-18
Compute ctx->Color._LogicOpEnabled in one place instead of four places!
Brian Paul
2006-06-12
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-03-03
Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...
Roland Scheidegger
2006-03-02
Fix more enums defined not only by one extension when queried by glGet (GL_CO...
Roland Scheidegger
2006-03-01
Fix glGet with enums which are used not only in NV_vertex_program, but other ...
Roland Scheidegger
2005-12-14
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
Brian Paul
2005-08-25
removed GL_HP_occlusion_test extension
Brian Paul
2005-06-30
Add a set of predicate functions for testing matrices instead of directly
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2004-12-19
Implement software ATI_fragment_shader
Dave Airlie
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
[next]