| Commit message (Expand) | Author | Age | Files | Lines |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 7 | -86/+201 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 38 | -793/+797 |
* | Clean up install, restore for exec vtxfmts. | Gareth Hughes | 2001-03-11 | 1 | -2/+2 |
* | Support for swappable tnl modules. | Gareth Hughes | 2001-03-11 | 1 | -9/+9 |
* | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul | 2001-03-08 | 2 | -5/+6 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 12 | -70/+76 |
* | more namespace clean-ups | Brian Paul | 2001-03-03 | 4 | -29/+29 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 14 | -107/+107 |
* | added fog coord clamping | Brian Paul | 2001-02-27 | 1 | -3/+5 |
* | Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs. | Keith Whitwell | 2001-02-20 | 7 | -174/+60 |
* | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell | 2001-02-16 | 3 | -64/+29 |
* | Fixed conform problems with recent material tracking change. | Keith Whitwell | 2001-02-16 | 7 | -68/+62 |
* | Fix propogation of material values in VB's that don't reach the lighting | Keith Whitwell | 2001-02-15 | 11 | -234/+150 |
* | fixed a CI-mode spot light conformance failure, but still not clear why | Brian Paul | 2001-02-14 | 1 | -2/+5 |
* | fixed a CI mode segfault, minor clean-ups | Brian Paul | 2001-02-13 | 1 | -10/+9 |
* | gl_error clean-ups | Brian Paul | 2001-02-13 | 2 | -4/+5 |
* | Overhaul of texture image handling. | Brian Paul | 2001-02-06 | 2 | -4/+2 |
* | Use a lookup table to compute exponents in tnl fogging code. Slightly | Keith Whitwell | 2001-02-06 | 1 | -7/+42 |
* | Fast no-copy drawarrays for large tristrips | Keith Whitwell | 2001-02-04 | 1 | -37/+59 |
* | only compute separate specular if texturing really enabled | Brian Paul | 2001-01-29 | 1 | -3/+5 |
* | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell | 2001-01-29 | 7 | -536/+224 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 10 | -206/+322 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 2 | -7/+6 |
* | Fixes for performance bug on compiled array element paths. | Keith Whitwell | 2001-01-17 | 3 | -7/+13 |
* | Fix several conformance problems. Hack solution to line stipple problem. | Keith Whitwell | 2001-01-16 | 2 | -7/+5 |
* | Fixed conform feedback and drawelements tests. | Keith Whitwell | 2001-01-14 | 5 | -16/+21 |
* | fix conform dlist test | Keith Whitwell | 2001-01-13 | 1 | -1/+5 |
* | Fix crash in book/stencil. | Keith Whitwell | 2001-01-13 | 6 | -65/+89 |
* | Fixed 'IRound' to 'IROUND' in mmath.h | Keith Whitwell | 2001-01-08 | 12 | -99/+77 |
* | Add call to Driver.RenderPrimitive() | Keith Whitwell | 2001-01-08 | 1 | -1/+2 |
* | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | 2001-01-08 | 4 | -13/+24 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 9 | -667/+454 |
* | added divide by zero check | Brian Paul | 2001-01-03 | 1 | -2/+5 |
* | More color macro clean-ups. | Brian Paul | 2001-01-03 | 3 | -23/+24 |
* | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul | 2001-01-02 | 2 | -22/+22 |
* | Add render stage for unclipped vb's to fx driver. | Keith Whitwell | 2000-12-28 | 8 | -39/+114 |
* | fix demos/fire, enable lazy vertex flushing | Keith Whitwell | 2000-12-27 | 1 | -1/+3 |
* | Fix evalpoints bug (samples/nurb) | Keith Whitwell | 2000-12-27 | 2 | -8/+9 |
* | fix sproingies bug | Keith Whitwell | 2000-12-27 | 5 | -27/+21 |
* | Fixes for compiling assembly (disable unused 'masked' versions) | Keith Whitwell | 2000-12-27 | 6 | -92/+128 |
* | fix xscreensaver cores | Keith Whitwell | 2000-12-26 | 1 | -2/+3 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 38 | -1012/+11388 |
* | Compute attenuated point size in a new pipeline stage. | Brian Paul | 2000-12-08 | 1 | -2/+4 |
* | Modified Files: | Jouk Jansen | 2000-11-27 | 2 | -4/+8 |
* | Fixed a couple of bugs that crept into last commit | Keith Whitwell | 2000-11-24 | 3 | -113/+66 |
* | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | 2000-11-24 | 5 | -104/+201 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 5 | -119/+119 |
* | minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4 | Brian Paul | 2000-11-20 | 1 | -2/+4 |
* | fix lvalue cast on ctx->swtnl_im | Keith Whitwell | 2000-11-20 | 1 | -2/+2 |
* | * Auto* build fixes | Jon Taylor | 2000-11-18 | 1 | -1/+1 |