Age | Commit message (Expand) | Author |
2001-03-03 | changed AlphaFunc() ref from GLclampf to GLchan | Brian Paul |
2001-02-24 | Template work | Keith Whitwell |
2001-02-19 | Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions | Brian Paul |
2001-02-15 | Fix propogation of material values in VB's that don't reach the lighting | Keith Whitwell |
2001-02-06 | Overhaul of texture image handling. | Brian Paul |
2001-02-06 | Use a lookup table to compute exponents in tnl fogging code. Slightly | Keith Whitwell |
2001-01-29 | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell |
2001-01-24 | Lots of GLchan datatype changes. | Brian Paul |
2001-01-09 | Added PointSize and PointParametersfv to dd interface, for completeness. | Brian Paul |
2001-01-08 | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell |
2001-01-05 | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-11-24 | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell |
2000-11-16 | Move the transform and lighting code to two new directories | Keith Whitwell |
2000-11-14 | Removed Driver.Color() and Driver.Index() functions. | Brian Paul |
2000-11-13 | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell |
2000-11-10 | removed old TexImage() and TexSubImage() functions | Brian Paul |
2000-11-05 | - Changes for new software rasterizer modules | Keith Whitwell |
2000-10-31 | Moved the software rasterizer to a new directory. | Keith Whitwell |
2000-10-30 | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell |
2000-10-29 | More GLchan color channel changes. | Brian Paul |
2000-10-28 | Basic work to support deep color channels: | Brian Paul |
2000-09-28 | new params for SpecificCompressedTexFormat() (Bill White) | Brian Paul |
2000-09-14 | updated comments | Brian Paul |
2000-09-08 | removed ctx->Driver.Dither function | Brian Paul |
2000-09-07 | Removed ctx->Driver.LogicOp(). | Brian Paul |
2000-09-07 | added device driver function for texture proxy testing | Brian Paul |
2000-08-29 | finished compressed texture support (Bill White) | Brian Paul |
2000-08-08 | added GetInteger/Float/Double/Boolean/Pointer device driver functions | Brian Paul |
2000-06-06 | more work on GL_ARB_texture_compression | Brian Paul |
2000-05-24 | more work on GL_ARB_texture_compression | Brian Paul |
2000-03-29 | changes for single-copy textures | Brian Paul |
2000-03-23 | more clean-up and rearranging | Brian Paul |
2000-03-21 | removed retainInternalCopy from TexSubImage functions | Brian Paul |
2000-03-20 | more reorganization and clean-up | Brian Paul |
2000-03-20 | rearranged order of some functions | Brian Paul |
2000-03-20 | added new TexImage and TexSubImage functions | Brian Paul |
2000-03-20 | added device driver functions for CopyTexImage, CopyTexSubImage, GetTexImage | Brian Paul |
2000-03-07 | removed Driver.UseGlobalTexturePalette() | Brian Paul |
2000-03-07 | added target parameter to Driver.TexEnv() | Brian Paul |
2000-03-03 | added LineWidth device driver function | Brian Paul |
2000-03-03 | runtime selectable depth buffer depth | Brian Paul |
2000-03-03 | added device driver ReadPixels and CopyPixels functions | Brian Paul |
2000-02-27 | add callbacks for stipple | Keith Whitwell |
2000-02-25 | Fog coordinate stage which drivers may use to replace standard fogging | Keith Whitwell |
2000-02-17 | removed driver RendererString() and ExtensionString() funcs | Brian Paul |
2000-01-06 | new Clear function mask | Brian Paul |
1999-12-10 | changes in hardware depth buffer support | Brian Paul |
1999-12-10 | added stencil buffer functions | Brian Paul |
1999-11-25 | replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer() | Brian Paul |