Removed the old teximage code.
[mesa.git] / src / mesa / main / dd.h
2004-04-27 Brian PaulRemoved the old teximage code.
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-02-14 Keith WhitwellMake it easier for drivers to create "subclasses" of...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-23 Brian Pauladded device driver hooks for BindProgram, NewProgram...
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-10-29 Daniel Borcatexture compression
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-17 Brian Paulmove some functions, add some comments
2003-09-09 Ian RomanickAdded most of the infrastructure required to support
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-04-01 Brian PaulNew device driver hooks for texture object and texture...
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-04-21 Brian Paulvertex program attribute array work
2002-03-16 Brian Paulbuffer resize changes
2002-02-13 Keith WhitwellMore suport for t&l drivers
2001-12-14 Brian Paulvertex program check-in
2001-12-04 Brian Pauldispatch changes to minimize hassle with XFree86 libGL
2001-11-18 Brian PaulAPI dispath updates
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-04-04 Brian PaulMore texture image changes.
2001-03-22 Gareth HughesAdd PolygonOffset driver callback.
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-11 Gareth HughesSupport for swappable tnl modules.
2001-03-07 Brian Pauladded Driver.BlendColor() function, for completeness
2001-03-03 Brian Paulchanged AlphaFunc() ref from GLclampf to GLchan
2001-02-24 Keith WhitwellTemplate work
2001-02-19 Brian PaulUpdated Driver.CopyTexImage[12]D and Driver.CopyTexSubI...
2001-02-15 Keith WhitwellFix propogation of material values in VB's that don...
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-02-06 Keith WhitwellUse a lookup table to compute exponents in tnl fogging...
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-09 Brian PaulAdded PointSize and PointParametersfv to dd interface...
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-10 Brian Paulremoved old TexImage() and TexSubImage() functions
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
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 Paulnew params for SpecificCompressedTexFormat() (Bill...
2000-09-14 Brian Paulupdated comments
2000-09-08 Brian Paulremoved ctx->Driver.Dither function
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-09-07 Brian Pauladded device driver function for texture proxy testing
2000-08-29 Brian Paulfinished compressed texture support (Bill White)
2000-08-08 Brian Pauladded GetInteger/Float/Double/Boolean/Pointer device...
2000-06-06 Brian Paulmore work on GL_ARB_texture_compression
2000-05-24 Brian Paulmore work on GL_ARB_texture_compression
2000-03-29 Brian Paulchanges for single-copy textures
2000-03-23 Brian Paulmore clean-up and rearranging
2000-03-21 Brian Paulremoved retainInternalCopy from TexSubImage functions
2000-03-20 Brian Paulmore reorganization and clean-up
2000-03-20 Brian Paulrearranged order of some functions
2000-03-20 Brian Pauladded new TexImage and TexSubImage functions
2000-03-20 Brian Pauladded device driver functions for CopyTexImage, CopyTex...
2000-03-07 Brian Paulremoved Driver.UseGlobalTexturePalette()
2000-03-07 Brian Pauladded target parameter to Driver.TexEnv()
2000-03-03 Brian Pauladded LineWidth device driver function
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-03-03 Brian Pauladded device driver ReadPixels and CopyPixels functions
2000-02-27 Keith Whitwelladd callbacks for stipple
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
2000-02-17 Brian Paulremoved driver RendererString() and ExtensionString...
2000-01-06 Brian Paulnew Clear function mask
1999-12-10 Brian Paulchanges in hardware depth buffer support
1999-12-10 Brian Pauladded stencil buffer functions
1999-11-25 Brian Paulreplaced Driver.SetBuffer() with SetDrawBuffer() and...
1999-11-22 Brian Paulchanged comment for WriteRGBSpan()
1999-10-21 Brian Paulupdated some comments/docs
1999-09-30 Keith Whitwellmore hooks for mga driver, including an immediate fastpath
1999-09-18 Keith WhitwellLarge patch:
1999-08-19 jtgInitial revision