summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.h
AgeCommit message (Expand)Author
2002-04-21vertex program attribute array workBrian Paul
2002-03-16buffer resize changesBrian Paul
2002-02-13More suport for t&l driversKeith Whitwell
2001-12-14vertex program check-inBrian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-11-18API dispath updatesBrian Paul
2001-06-15Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul
2001-04-04More texture image changes.Brian Paul
2001-03-22Add PolygonOffset driver callback.Gareth Hughes
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-11Support for swappable tnl modules.Gareth Hughes
2001-03-07added Driver.BlendColor() function, for completenessBrian Paul
2001-03-03changed AlphaFunc() ref from GLclampf to GLchanBrian Paul
2001-02-24Template workKeith Whitwell
2001-02-19Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul
2001-02-15Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell
2001-02-06Overhaul of texture image handling.Brian Paul
2001-02-06Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-09Added PointSize and PointParametersfv to dd interface, for completeness.Brian Paul
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-10removed old TexImage() and TexSubImage() functionsBrian Paul
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-29More GLchan color channel changes.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-09-28new params for SpecificCompressedTexFormat() (Bill White)Brian Paul
2000-09-14updated commentsBrian Paul
2000-09-08removed ctx->Driver.Dither functionBrian Paul
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul
2000-09-07added device driver function for texture proxy testingBrian Paul
2000-08-29finished compressed texture support (Bill White)Brian Paul
2000-08-08added GetInteger/Float/Double/Boolean/Pointer device driver functionsBrian Paul
2000-06-06more work on GL_ARB_texture_compressionBrian Paul
2000-05-24more work on GL_ARB_texture_compressionBrian Paul
2000-03-29changes for single-copy texturesBrian Paul
2000-03-23more clean-up and rearrangingBrian Paul
2000-03-21removed retainInternalCopy from TexSubImage functionsBrian Paul
2000-03-20more reorganization and clean-upBrian Paul
2000-03-20rearranged order of some functionsBrian Paul
2000-03-20added new TexImage and TexSubImage functionsBrian Paul