summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dd.h
Commit message (Expand)AuthorAgeFilesLines
* dispatch changes to minimize hassle with XFree86 libGLBrian Paul2001-12-041-9/+9
* API dispath updatesBrian Paul2001-11-181-9/+9
* Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul2001-06-151-16/+6
* More texture image changes.Brian Paul2001-04-041-1/+9
* Add PolygonOffset driver callback.Gareth Hughes2001-03-221-8/+9
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-365/+33
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* Support for swappable tnl modules.Gareth Hughes2001-03-111-49/+62
* added Driver.BlendColor() function, for completenessBrian Paul2001-03-071-1/+2
* changed AlphaFunc() ref from GLclampf to GLchanBrian Paul2001-03-031-2/+2
* Template workKeith Whitwell2001-02-241-13/+9
* Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul2001-02-191-35/+24
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-1/+10
* Overhaul of texture image handling.Brian Paul2001-02-061-112/+105
* Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell2001-02-061-5/+5
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-30/+41
* Lots of GLchan datatype changes.Brian Paul2001-01-241-14/+3
* Added PointSize and PointParametersfv to dd interface, for completeness.Brian Paul2001-01-091-108/+134
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-081-1/+3
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-11/+16
* Major rework of tnl moduleKeith Whitwell2000-12-261-77/+55
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-3/+122
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-42/+85
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-20/+6
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-9/+7
* removed old TexImage() and TexSubImage() functionsBrian Paul2000-11-101-25/+1
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-25/+1
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-1/+6
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-1/+7
* More GLchan color channel changes.Brian Paul2000-10-291-7/+3
* Basic work to support deep color channels:Brian Paul2000-10-281-9/+9
* new params for SpecificCompressedTexFormat() (Bill White)Brian Paul2000-09-281-3/+10
* updated commentsBrian Paul2000-09-141-3/+6
* removed ctx->Driver.Dither functionBrian Paul2000-09-081-8/+1
* Removed ctx->Driver.LogicOp().Brian Paul2000-09-071-18/+4
* added device driver function for texture proxy testingBrian Paul2000-09-071-2/+12
* finished compressed texture support (Bill White)Brian Paul2000-08-291-5/+44
* added GetInteger/Float/Double/Boolean/Pointer device driver functionsBrian Paul2000-08-081-1/+12
* more work on GL_ARB_texture_compressionBrian Paul2000-06-061-0/+41
* more work on GL_ARB_texture_compressionBrian Paul2000-05-241-0/+28
* changes for single-copy texturesBrian Paul2000-03-291-1/+1
* more clean-up and rearrangingBrian Paul2000-03-231-29/+27
* removed retainInternalCopy from TexSubImage functionsBrian Paul2000-03-211-11/+8
* more reorganization and clean-upBrian Paul2000-03-201-37/+26
* rearranged order of some functionsBrian Paul2000-03-201-57/+55
* added new TexImage and TexSubImage functionsBrian Paul2000-03-201-2/+82
* added device driver functions for CopyTexImage, CopyTexSubImage, GetTexImageBrian Paul2000-03-201-1/+45
* removed Driver.UseGlobalTexturePalette()Brian Paul2000-03-071-6/+1
* added target parameter to Driver.TexEnv()Brian Paul2000-03-071-5/+3
* added LineWidth device driver functionBrian Paul2000-03-031-1/+2