Age | Commit message (Expand) | Author |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-11 | Clean up install, restore for exec vtxfmts. | Gareth Hughes |
2001-03-11 | Support for swappable tnl modules. | Gareth Hughes |
2001-03-08 | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul |
2001-03-03 | more namespace clean-ups | Brian Paul |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-02-27 | added fog coord clamping | Brian Paul |
2001-02-20 | Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs. | Keith Whitwell |
2001-02-16 | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell |
2001-02-16 | Fixed conform problems with recent material tracking change. | Keith Whitwell |
2001-02-15 | Fix propogation of material values in VB's that don't reach the lighting | Keith Whitwell |
2001-02-14 | fixed a CI-mode spot light conformance failure, but still not clear why | Brian Paul |
2001-02-13 | fixed a CI mode segfault, minor clean-ups | Brian Paul |
2001-02-13 | gl_error clean-ups | Brian Paul |
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-02-04 | Fast no-copy drawarrays for large tristrips | Keith Whitwell |
2001-01-29 | only compute separate specular if texturing really enabled | Brian Paul |
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-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul |
2001-01-17 | Fixes for performance bug on compiled array element paths. | Keith Whitwell |
2001-01-16 | Fix several conformance problems. Hack solution to line stipple problem. | Keith Whitwell |
2001-01-14 | Fixed conform feedback and drawelements tests. | Keith Whitwell |
2001-01-13 | fix conform dlist test | Keith Whitwell |
2001-01-13 | Fix crash in book/stencil. | Keith Whitwell |
2001-01-08 | Fixed 'IRound' to 'IROUND' in mmath.h | Keith Whitwell |
2001-01-08 | Add call to Driver.RenderPrimitive() | Keith Whitwell |
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 |
2001-01-03 | added divide by zero check | Brian Paul |
2001-01-03 | More color macro clean-ups. | Brian Paul |
2001-01-02 | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul |
2000-12-28 | Add render stage for unclipped vb's to fx driver. | Keith Whitwell |
2000-12-27 | fix demos/fire, enable lazy vertex flushing | Keith Whitwell |
2000-12-27 | Fix evalpoints bug (samples/nurb) | Keith Whitwell |
2000-12-27 | fix sproingies bug | Keith Whitwell |
2000-12-27 | Fixes for compiling assembly (disable unused 'masked' versions) | Keith Whitwell |
2000-12-26 | fix xscreensaver cores | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-12-08 | Compute attenuated point size in a new pipeline stage. | Brian Paul |
2000-11-27 | Modified Files: | Jouk Jansen |
2000-11-24 | Fixed a couple of bugs that crept into last commit | Keith Whitwell |
2000-11-24 | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-20 | minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4 | Brian Paul |
2000-11-20 | fix lvalue cast on ctx->swtnl_im | Keith Whitwell |
2000-11-18 | * Auto* build fixes | Jon Taylor |
2000-11-16 | Move the transform and lighting code to two new directories | Keith Whitwell |