Header file clean-up:
[mesa.git] / src / mesa / main / enable.c
2002-10-24 Brian PaulHeader file clean-up:
2002-10-16 Brian Paulsurround vertex program code with #if FEATURE_NV_vertex...
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-18 Brian PaulMoved GL_PROGRAM_ERROR_POSITION_NV state (it's not...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-04-21 Brian Paulvertex program attribute array work
2002-04-19 Alan HourihaneCorrect check for noop array state change (Raystonn)
2002-04-19 Brian Pauladded some casts
2002-03-29 Brian PaulReplaced ClipEnabled[] array and _AnyClip with ClipPlan...
2002-03-28 Brian Pauldecrement Transform._AnyClip when clip planes are disabled
2002-02-13 Keith WhitwellMore suport for t&l drivers
2002-01-22 Brian Pauladded missing IsEnabled() cases for fog coord and secon...
2002-01-11 Brian PaulChanged gl_client_array's Enabled field to GLuint so...
2002-01-06 Brian Paulimplemented vertex program point size control
2002-01-05 Brian Paulinfrastructure for vertex program attribute evaluators
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-14 Brian Paulvertex program check-in
2001-06-26 Brian Pauladded GL_IBM_rasterpos_clip extension
2001-05-29 Brian Paulinfrastructure for GL_ARB_multisample
2001-03-29 Keith WhitwellRemove ENABLE_* flags, ctx->_Enabled.
2001-03-29 Keith WhitwellRemoved DD_STENCIL, DD_FEEDBACK, DD_SELECT.
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-27 Brian Paulfixed glitches in error checking of imaging extensions
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-13 Brian Paulgl_error clean-ups
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-05 Keith Whitwellvarious compilation/warning fixes
2000-12-27 Keith Whitwellfix demos/fire, enable lazy vertex flushing
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-08 Brian PaulInitial work on GL_MESA_sprite_point extension.
2000-11-27 Brian PaulSet ENABLE_LIGHT according to ctx->Light.Enabled whethe...
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian Paulrenamed Current.ByteColor Current.Color
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-10-21 Brian Paulfixed a texture enable bug
2000-10-05 Brian Paulupdate TriangleCaps in GL_POINT/POLYGON_SMOOTH cases
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-08-30 Brian Pauladded more extensions testing code
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-05-23 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-22 Brian Paulinitial code for GL_ARB_texture_cube_map
2000-05-07 Brian PaulErr, initial code for GL_EXT_convolution, not histogram
2000-05-07 Brian Paulinitial code for GL_EXT_histogram extension
2000-05-05 Brian Paultoggle DD_LINE_SMOOTH in GL_LINE_SMOOTH case
2000-05-04 Brian Paulimplemented GL_EXT_histogram extension
2000-04-12 Brian Paulmore GL_SGI_color_table extension work
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-04-04 Brian Paulmore GL_HP_occlusion_test work
2000-03-11 Brian Paulinitial implementation of GL_HP_occlusion_test extension
2000-03-07 Brian Paulremoved Driver.UseGlobalTexturePalette()
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-10 Keith Whitwellfix for colormaterial
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-20 Brian Paulenable lighting even if no light sources are turned on
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-18 Keith WhitwellLarge patch:
1999-09-07 Brian Paulremoved TexCoordUnit from GLcontext, use Array.ActiveTe...
1999-08-26 Keith Whitwellvarious pipeline bugs
1999-08-19 Brian PaulglIsEnabled(GL_TEXTURE_3D) was wrong
1999-08-19 jtgInitial revision