index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
enable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GL_EXT_stencil_two_side extension, not 100% complete yet.
Brian Paul
2002-09-06
1
-1
/
+16
*
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-29
1
-22
/
+10
*
Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).
Brian Paul
2002-06-18
1
-38
/
+52
*
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-15
1
-13
/
+38
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-2
/
+2
*
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2002-06-13
1
-5
/
+5
*
replaced experimental MESA_sprite_point with NV_point_sprite
Brian Paul
2002-05-27
1
-9
/
+9
*
vertex program attribute array work
Brian Paul
2002-04-21
1
-2
/
+2
*
Correct check for noop array state change (Raystonn)
Alan Hourihane
2002-04-19
1
-2
/
+2
*
added some casts
Brian Paul
2002-04-19
1
-2
/
+2
*
Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.
Brian Paul
2002-03-29
1
-9
/
+7
*
decrement Transform._AnyClip when clip planes are disabled
Brian Paul
2002-03-28
1
-1
/
+4
*
More suport for t&l drivers
Keith Whitwell
2002-02-13
1
-1
/
+6
*
added missing IsEnabled() cases for fog coord and secondary color arrays
Brian Paul
2002-01-22
1
-1
/
+7
*
Changed gl_client_array's Enabled field to GLuint so it can actually
Brian Paul
2002-01-11
1
-11
/
+11
*
implemented vertex program point size control
Brian Paul
2002-01-06
1
-4
/
+4
*
infrastructure for vertex program attribute evaluators
Brian Paul
2002-01-05
1
-6
/
+19
*
Replace old matrix stacks with new code based on struct matrix_stack.
Brian Paul
2001-12-18
1
-5
/
+5
*
vertex program check-in
Brian Paul
2001-12-14
1
-754
/
+852
*
added GL_IBM_rasterpos_clip extension
Brian Paul
2001-06-26
1
-6
/
+23
*
infrastructure for GL_ARB_multisample
Brian Paul
2001-05-29
1
-1
/
+100
*
Remove ENABLE_* flags, ctx->_Enabled.
Keith Whitwell
2001-03-29
1
-9
/
+1
*
Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.
Keith Whitwell
2001-03-29
1
-2
/
+1
*
Removed DD_Z_NEVER.
Brian Paul
2001-03-29
1
-5
/
+5
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-51
/
+44
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-24
/
+24
*
fixed glitches in error checking of imaging extensions
Brian Paul
2001-02-27
1
-10
/
+10
*
Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when
Keith Whitwell
2001-02-16
1
-2
/
+17
*
gl_error clean-ups
Brian Paul
2001-02-13
1
-2
/
+2
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-7
/
+7
*
various compilation/warning fixes
Keith Whitwell
2001-01-05
1
-1
/
+2
*
fix demos/fire, enable lazy vertex flushing
Keith Whitwell
2000-12-27
1
-1
/
+5
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-622
/
+667
*
Initial work on GL_MESA_sprite_point extension.
Brian Paul
2000-12-08
1
-27
/
+93
*
Set ENABLE_LIGHT according to ctx->Light.Enabled whether or not
Brian Paul
2000-11-27
1
-8
/
+3
*
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-24
1
-2
/
+2
*
Committing in .
Jouk Jansen
2000-11-22
1
-19
/
+19
*
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-16
1
-8
/
+16
*
- Changes for new software rasterizer modules
Keith Whitwell
2000-11-05
1
-22
/
+22
*
Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.
Brian Paul
2000-10-30
1
-7
/
+1
*
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-30
1
-46
/
+80
*
renamed Current.ByteColor Current.Color
Brian Paul
2000-10-29
1
-2
/
+2
*
Implement EXT_fog_coord and EXT_secondary_color.
Keith Whitwell
2000-10-27
1
-1
/
+17
*
fixed a texture enable bug
Brian Paul
2000-10-21
1
-25
/
+5
*
update TriangleCaps in GL_POINT/POLYGON_SMOOTH cases
Brian Paul
2000-10-05
1
-1
/
+3
*
First batch of OpenGL SI related changes:
Brian Paul
2000-09-26
1
-9
/
+9
*
added more extensions testing code
Brian Paul
2000-08-30
1
-5
/
+16
*
implemented new ImageTransferState bitmask
Brian Paul
2000-08-21
1
-1
/
+11
*
more work on GL_ARB_texture_cube_map
Brian Paul
2000-05-23
1
-31
/
+29
*
initial code for GL_ARB_texture_cube_map
Brian Paul
2000-05-22
1
-1
/
+41
[next]