Extend swizzle support to all remaining source formats and texture
[mesa.git] / src / mesa / main / attrib.c
2006-08-04 Brian Paulfix bug when pushing ReadBuffer state for GL_PIXEL_MODE_BIT
2006-06-12 Brian Paulinclude arrayobj.h
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-04-22 Brian PaulFix yet another issue with popping GL_DRAW_BUFFER state...
2006-04-14 Brian PaulWhen popping GL_DRAW_BUFFER state, need to re-do error...
2006-03-03 Roland ScheideggerUse standard ARB names instead of vendor-specific NV...
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-11-12 Brian PaulAdded _mesa_light() helper function so we can avoid...
2005-11-10 Brian Pauls/MAX_LIGHTS/ctx->Const.MaxLights/ and spruce up some...
2005-11-10 Brian Paulfix popping of GL_SPOT_DIRECTION (bug 5005)
2005-11-09 Brian Paulfix popping of GL_EYE_PLANE state (bug 4996)
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-13 Brian PaulOpenGL 2.0's two-sided stencil feature wasn't implement...
2005-08-31 Brian Paulremove dead code, update comments
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-05-27 Brian Paulproperly pop the GL_TEXTURE_GEN_ enable state
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-11-22 Daniel Borcahandle ENABLE_BIT for EXT_stencil_two_side
2004-11-15 Daniel Borcause parentheses to avoid warning
2004-11-12 Daniel Borcapop(stencil) for EXT_stencil_two_side
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-13 Brian PaulHandle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
2004-09-13 Daniel Borcachanges towards GL_ARB_point_sprite (two-zero)
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-02-11 Brian PaulDo more bookkeeping of vertex buffer object reference...
2004-02-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-08-23 Ian RomanickTrivial changes to add support for GL_ARB_point_sprite...
2003-08-05 Keith WhitwellStore material attributes in an Attrib[] style array...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-02-05 Brian Paulfix bug in popping texture color table state
2003-01-26 Brian PaulMake GL_SGI_texture_color_table work per-texture unit.
2003-01-22 Brian Paulpush/pop color table state (Eric Plante)
2002-10-24 Brian PaulHeader file clean-up:
2002-10-17 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-11 Brian Paulcheck EXT_point_parameters before calling PointParamete...
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-09-03 Brian Pauls/5/NUM_TEXTURE_TARGETS/
2002-06-17 Brian PaulPort glXCopyContext bug from 4.0 branch.
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-06-07 Brian Paulfixed point sprite bug
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-04-01 Brian Paulminor optimization in GL_TRANSFORM_BIT popping
2002-03-29 Brian PaulReplaced ClipEnabled[] array and _AnyClip with ClipPlan...
2002-03-28 Brian Paulpopping of user-defined clip planes was broken
2002-02-13 Keith WhitwellMore suport for t&l drivers
2002-01-05 Brian Paulinfrastructure for vertex program attribute evaluators
2001-12-14 Brian Paulvertex program check-in
2001-09-18 Karl Schultzcompiler warnings
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-08-07 Brian Paulfixed a glPush/PopAttrib bug related to texture binding...
2001-08-07 Brian Paulfixed NewState update bugs in _mesa_PopClientAttrib()
2001-06-26 Brian Pauladded GL_IBM_rasterpos_clip extension
2001-06-18 Brian PaulConsolidated source files. Since the re-org a number...
2001-05-29 Brian Paulinfrastructure for GL_ARB_multisample
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-04-17 Brian PaulFixed a number of minor GL_ARB_texture_env_combine...
2001-04-11 Brian PaulReimplemented glPopAttrib code for GL_TEXTURE_BIT....
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
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-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-01-29 Brian PaulGL_SHADE_MODEL wasn't popped correctly
2001-01-24 Brian Paulredo _mesa_PopAttrib() to call Mesa state functions...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-14 Brian PaulRenamed texture object _P to _MaxLevel and _M to _MaxLa...
2000-11-27 Brian PaulSet ENABLE_LIGHT according to ctx->Light.Enabled whethe...
2000-11-22 Jouk Jansen Committing in .
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
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 PaulMore GLchan color channel changes.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-09-28 Brian Paulremoved ctx->Texture.Enabled, use ctx->Texture.ReallyEn...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-07-19 Brian Paulrestore driver depth test enable/disable state in PopAt...
2000-07-05 Brian Pauladded texture cube map state save/restore
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-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-03-10 Brian PaulglPopAttrib() now calls Driver's ClearColor, ClearIndex...
2000-03-03 Brian Pauladded LineWidth device driver function
2000-02-27 Keith Whitwelladd callbacks for stipple
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
2000-02-02 Brian Paulreplaced gl_ prefix with _mesa_ prefix
2000-02-02 Brian Paulupdated includes for source file reorg
1999-11-23 Keith Whitwellanother typo
1999-11-22 Brian Paulfixed shade model bug (A.Borrmann)
next