| Commit message (Expand) | Author | Age | Files | Lines |
* | texture compression | Daniel Borca | 2003-10-29 | 1 | -0/+11 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -61/+61 |
* | move some functions, add some comments | Brian Paul | 2003-09-17 | 1 | -32/+40 |
* | Added most of the infrastructure required to support | Ian Romanick | 2003-09-09 | 1 | -0/+33 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -240/+492 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | New device driver hooks for texture object and texture image creation to | Brian Paul | 2003-04-01 | 1 | -4/+11 |
* | Another round of glRead/DrawBuffer() clean-ups and simplifications. | Brian Paul | 2002-10-11 | 1 | -2/+6 |
* | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul | 2002-10-04 | 1 | -9/+1 |
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -50/+1 |
* | GL_EXT_stencil_two_side extension, not 100% complete yet. | Brian Paul | 2002-09-06 | 1 | -1/+10 |
* | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | 2002-07-09 | 1 | -24/+11 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -8/+7 |
* | vertex program attribute array work | Brian Paul | 2002-04-21 | 1 | -1/+3 |
* | buffer resize changes | Brian Paul | 2002-03-16 | 1 | -6/+12 |
* | More suport for t&l drivers | Keith Whitwell | 2002-02-13 | 1 | -3/+3 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -1/+4 |
* | dispatch changes to minimize hassle with XFree86 libGL | Brian Paul | 2001-12-04 | 1 | -9/+9 |
* | API dispath updates | Brian Paul | 2001-11-18 | 1 | -9/+9 |
* | Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture | Brian Paul | 2001-06-15 | 1 | -16/+6 |
* | More texture image changes. | Brian Paul | 2001-04-04 | 1 | -1/+9 |
* | Add PolygonOffset driver callback. | Gareth Hughes | 2001-03-22 | 1 | -8/+9 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -365/+33 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -2/+2 |
* | Support for swappable tnl modules. | Gareth Hughes | 2001-03-11 | 1 | -49/+62 |
* | added Driver.BlendColor() function, for completeness | Brian Paul | 2001-03-07 | 1 | -1/+2 |
* | changed AlphaFunc() ref from GLclampf to GLchan | Brian Paul | 2001-03-03 | 1 | -2/+2 |
* | Template work | Keith Whitwell | 2001-02-24 | 1 | -13/+9 |
* | Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions | Brian Paul | 2001-02-19 | 1 | -35/+24 |
* | Fix propogation of material values in VB's that don't reach the lighting | Keith Whitwell | 2001-02-15 | 1 | -1/+10 |
* | Overhaul of texture image handling. | Brian Paul | 2001-02-06 | 1 | -112/+105 |
* | Use a lookup table to compute exponents in tnl fogging code. Slightly | Keith Whitwell | 2001-02-06 | 1 | -5/+5 |
* | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell | 2001-01-29 | 1 | -30/+41 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -14/+3 |
* | Added PointSize and PointParametersfv to dd interface, for completeness. | Brian Paul | 2001-01-09 | 1 | -108/+134 |
* | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | 2001-01-08 | 1 | -1/+3 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -11/+16 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -77/+55 |
* | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | 2000-11-24 | 1 | -3/+122 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -42/+85 |
* | Removed Driver.Color() and Driver.Index() functions. | Brian Paul | 2000-11-14 | 1 | -20/+6 |
* | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell | 2000-11-13 | 1 | -9/+7 |
* | removed old TexImage() and TexSubImage() functions | Brian Paul | 2000-11-10 | 1 | -25/+1 |
* | - Changes for new software rasterizer modules | Keith Whitwell | 2000-11-05 | 1 | -25/+1 |
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -1/+6 |
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -1/+7 |
* | More GLchan color channel changes. | Brian Paul | 2000-10-29 | 1 | -7/+3 |
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -9/+9 |
* | new params for SpecificCompressedTexFormat() (Bill White) | Brian Paul | 2000-09-28 | 1 | -3/+10 |
* | updated comments | Brian Paul | 2000-09-14 | 1 | -3/+6 |