summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dd.h
Commit message (Expand)AuthorAgeFilesLines
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-111-2/+6
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-9/+1
* new texture compression infrastructureBrian Paul2002-09-271-50/+1
* GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul2002-09-061-1/+10
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-24/+11
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-8/+7
* vertex program attribute array workBrian Paul2002-04-211-1/+3
* buffer resize changesBrian Paul2002-03-161-6/+12
* More suport for t&l driversKeith Whitwell2002-02-131-3/+3
* vertex program check-inBrian Paul2001-12-141-1/+4
* 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