index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
attrib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...
Roland Scheidegger
2006-03-03
1
-4
/
+4
*
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
Brian Paul
2005-12-14
1
-3
/
+0
*
Added _mesa_light() helper function so we can avoid transforming then
Brian Paul
2005-11-12
1
-18
/
+14
*
s/MAX_LIGHTS/ctx->Const.MaxLights/ and spruce up some comments
Brian Paul
2005-11-10
1
-4
/
+4
*
fix popping of GL_SPOT_DIRECTION (bug 5005)
Brian Paul
2005-11-10
1
-1
/
+1
*
fix popping of GL_EYE_PLANE state (bug 4996)
Brian Paul
2005-11-09
1
-10
/
+20
*
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-13
1
-7
/
+10
*
OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.
Brian Paul
2005-09-13
1
-14
/
+19
*
remove dead code, update comments
Brian Paul
2005-08-31
1
-5
/
+0
*
removed GL_HP_occlusion_test extension
Brian Paul
2005-08-25
1
-4
/
+1
*
Add a set of predicate functions for testing matrices instead of directly
Brian Paul
2005-06-30
1
-3
/
+3
*
properly pop the GL_TEXTURE_GEN_ enable state
Brian Paul
2005-05-27
1
-0
/
+8
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-0
/
+7
*
handle ENABLE_BIT for EXT_stencil_two_side
Daniel Borca
2004-11-22
1
-1
/
+4
*
use parentheses to avoid warning
Daniel Borca
2004-11-15
1
-1
/
+1
*
pop(stencil) for EXT_stencil_two_side
Daniel Borca
2004-11-12
1
-7
/
+16
*
added support for GL_ARB_draw_buffers
Brian Paul
2004-10-02
1
-6
/
+5
*
Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
Brian Paul
2004-09-13
1
-3
/
+1
*
changes towards GL_ARB_point_sprite (two-zero)
Daniel Borca
2004-09-13
1
-0
/
+4
*
Implementation of GL_EXT_pixel_buffer_object extension.
Brian Paul
2004-03-13
1
-0
/
+19
*
Do more bookkeeping of vertex buffer object reference counts.
Brian Paul
2004-02-11
1
-3
/
+31
*
Refactor "class" texture environments to be implemented in terms of
Ian Romanick
2004-02-06
1
-31
/
+31
*
Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.
Ian Romanick
2004-01-27
1
-1
/
+10
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-4
/
+4
*
Trivial changes to add support for GL_ARB_point_sprite, which is a
Ian Romanick
2003-08-23
1
-2
/
+3
*
Store material attributes in an Attrib[] style array. This is a
Keith Whitwell
2003-08-05
1
-2
/
+2
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-0
/
+8
*
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-06-05
1
-1
/
+0
*
fix bug in popping texture color table state
Brian Paul
2003-02-05
1
-2
/
+2
*
Make GL_SGI_texture_color_table work per-texture unit.
Brian Paul
2003-01-26
1
-11
/
+6
*
push/pop color table state (Eric Plante)
Brian Paul
2003-01-22
1
-3
/
+28
*
Header file clean-up:
Brian Paul
2002-10-24
1
-9
/
+2
*
Add casts to quiet compiler warnings.
Karl Schultz
2002-10-17
1
-3
/
+3
*
check EXT_point_parameters before calling PointParameterfvEXT()
Brian Paul
2002-10-11
1
-7
/
+11
*
Changed a number of context fields from GLchan to GLfloat (such as ClearColor).
Brian Paul
2002-10-04
1
-8
/
+7
*
GL_EXT_stencil_two_side extension, not 100% complete yet.
Brian Paul
2002-09-06
1
-6
/
+9
*
s/5/NUM_TEXTURE_TARGETS/
Brian Paul
2002-09-03
1
-2
/
+2
*
Port glXCopyContext bug from 4.0 branch.
Brian Paul
2002-06-17
1
-42
/
+11
*
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-15
1
-15
/
+32
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-4
/
+5
*
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2002-06-13
1
-6
/
+5
*
fixed point sprite bug
Brian Paul
2002-06-07
1
-1
/
+2
*
replaced experimental MESA_sprite_point with NV_point_sprite
Brian Paul
2002-05-27
1
-1
/
+15
*
minor optimization in GL_TRANSFORM_BIT popping
Brian Paul
2002-04-01
1
-4
/
+6
*
Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.
Brian Paul
2002-03-29
1
-10
/
+7
*
popping of user-defined clip planes was broken
Brian Paul
2002-03-28
1
-13
/
+22
*
More suport for t&l drivers
Keith Whitwell
2002-02-13
1
-10
/
+31
*
infrastructure for vertex program attribute evaluators
Brian Paul
2002-01-05
1
-1
/
+14
*
vertex program check-in
Brian Paul
2001-12-14
1
-1
/
+16
*
compiler warnings
Karl Schultz
2001-09-18
1
-5
/
+5
[next]