| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed wglUseFontBitmapsA() bugs (Frank Warmerdam) | Brian Paul | 2001-04-03 | 1 | -12/+10 |
* | clear pixel value wasn't byteswapped for scissored clears in clear_32bit_xima... | Brian Paul | 2001-04-03 | 1 | -8/+8 |
* | fixed compilation problems related to ctx->_Enabled removal | Brian Paul | 2001-03-30 | 1 | -4/+5 |
* | Fix calculation of fog coordinate in translate_vertex(). | Keith Whitwell | 2001-03-30 | 1 | -2/+2 |
* | silence a compiler warning | Brian Paul | 2001-03-29 | 1 | -2/+2 |
* | Removed DD_Z_NEVER. | Brian Paul | 2001-03-29 | 1 | -1/+1 |
* | compilation updates | Brian Paul | 2001-03-28 | 2 | -3/+2 |
* | - Restore texImage->IntFormat. | Gareth Hughes | 2001-03-28 | 1 | -12/+12 |
* | silence compiler warnings | Brian Paul | 2001-03-27 | 2 | -3/+3 |
* | minor tweak to visual setup for accum buffers | Brian Paul | 2001-03-23 | 1 | -6/+6 |
* | added teximage rescaling code. untested at this point | Brian Paul | 2001-03-21 | 1 | -8/+100 |
* | minor updates for 3.5 | Brian Paul | 2001-03-21 | 1 | -5/+1 |
* | use new texture conversion code, still have to do image rescaling | Brian Paul | 2001-03-21 | 1 | -71/+43 |
* | More updates. Radeon tnl module still disabled by default. | Gareth Hughes | 2001-03-20 | 1 | -9/+9 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 10 | -363/+395 |
* | Fix lineloops. | Keith Whitwell | 2001-03-18 | 1 | -2/+2 |
* | Revert earlier changes protecting against null VB->TexCoordPtr[x]. Do | Keith Whitwell | 2001-03-17 | 2 | -208/+153 |
* | Fix typo. | Gareth Hughes | 2001-03-14 | 1 | -2/+2 |
* | Initial templates for immediate mode fastpaths, or custom tnl modules. | Gareth Hughes | 2001-03-13 | 2 | -11/+33 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 8 | -294/+357 |
* | Support for swappable tnl modules. | Gareth Hughes | 2001-03-11 | 1 | -27/+27 |
* | fixed RBGA ifdef typo | Brian Paul | 2001-03-08 | 1 | -1/+1 |
* | do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is defined | Brian Paul | 2001-03-08 | 2 | -26/+2 |
* | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul | 2001-03-08 | 4 | -32/+33 |
* | added an assertion in the init code, just to be safe | Brian Paul | 2001-03-07 | 1 | -0/+3 |
* | Misc build fixes | Jon Taylor | 2001-03-07 | 1 | -9/+13 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -1/+1 |
* | fixed segfaults when tex unit 1 enabled, but not unit 0 (conform) | Brian Paul | 2001-03-05 | 1 | -116/+160 |
* | DO_POINT renamed DO_POINTS | Keith Whitwell | 2001-03-05 | 1 | -2/+2 |
* | Changes for ffb | Keith Whitwell | 2001-03-05 | 2 | -68/+178 |
* | Fix typo | Keith Whitwell | 2001-03-05 | 1 | -1/+1 |
* | Add missing cases for viewport transform. Remove INVALIDATE_STORED_VERTICS | Keith Whitwell | 2001-03-05 | 2 | -14/+25 |
* | used indent to clean-up the code | Brian Paul | 2001-03-03 | 13 | -5466/+5758 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 19 | -47/+56 |
* | fixed mistake in alpha buffer clear test | Brian Paul | 2001-03-01 | 1 | -2/+2 |
* | Uncomment some defaults. | Keith Whitwell | 2001-03-01 | 1 | -11/+11 |
* | Bugfixes for vertex format, templates | Keith Whitwell | 2001-03-01 | 3 | -45/+36 |
* | added s/w alpha buffer clearing | Brian Paul | 2001-03-01 | 1 | -1/+8 |
* | Templates are in working order. | Keith Whitwell | 2001-02-28 | 5 | -282/+593 |
* | minor extension tweaks | Brian Paul | 2001-02-27 | 1 | -0/+3 |
* | Disable most extensions by default. Drivers should enable them as needed. | Brian Paul | 2001-02-26 | 1 | -14/+6 |
* | Template work | Keith Whitwell | 2001-02-24 | 4 | -408/+679 |
* | removed some bogus code | Brian Paul | 2001-02-22 | 1 | -3/+1 |
* | plug in fallback teximage DD functions | Brian Paul | 2001-02-19 | 1 | -1/+13 |
* | Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions | Brian Paul | 2001-02-19 | 2 | -2/+12 |
* | Changed FetchTexel() function pointer arguments. | Brian Paul | 2001-02-17 | 1 | -32/+23 |
* | added MESA_GLX_FORCE_CI env var (useful for conformance testing) | Brian Paul | 2001-02-17 | 1 | -17/+35 |
* | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell | 2001-02-16 | 8 | -2/+2784 |
* | fixed a few CI mode span bugs and a dither bug | Brian Paul | 2001-02-13 | 1 | -13/+36 |
* | added ctx->Driver.ResetLineStipple, misc clean-up | Brian Paul | 2001-02-12 | 1 | -17/+17 |