Age | Commit message (Expand) | Author |
2001-07-13 | Committing in . | Jouk Jansen |
2001-07-12 | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell |
2001-06-13 | Allow different max texture sizes for 1/2D, 3D and cube maps. | Brian Paul |
2001-05-10 | fixed bad texture border test (sometimes caused a segfault) | Brian Paul |
2001-05-10 | minor clean-up | Brian Paul |
2001-05-10 | Driver interface changes | Keith Whitwell |
2001-05-10 | check hardware type and use SETUP_SNAP if needed | Brian Paul |
2001-05-09 | minor clean-ups | Brian Paul |
2001-05-03 | minor clean-ups and warning fixes | Brian Paul |
2001-05-03 | add disabled test to turn on vertex snapping. | Keith Whitwell |
2001-05-02 | fixed vertex color problems | Brian Paul |
2001-05-02 | teximage updates. seems to work fine. | Brian Paul |
2001-05-01 | float color changes | Keith Whitwell |
2001-04-24 | texture image code updates (not finished) | Brian Paul |
2001-04-20 | compilation fixes - texturing isn't working at this time | Brian Paul |
2001-04-20 | Fixed a texture conversion problem: sometimes need to produce an intermediate | Brian Paul |
2001-04-03 | include fxdrv.h before other headers (Ivan Kalvatchev) | Brian Paul |
2001-03-30 | fixed compilation problems related to ctx->_Enabled removal | Brian Paul |
2001-03-29 | Removed DD_Z_NEVER. | Brian Paul |
2001-03-28 | compilation updates | Brian Paul |
2001-03-28 | - Restore texImage->IntFormat. | Gareth Hughes |
2001-03-27 | silence compiler warnings | Brian Paul |
2001-03-21 | added teximage rescaling code. untested at this point | Brian Paul |
2001-03-21 | minor updates for 3.5 | Brian Paul |
2001-03-21 | use new texture conversion code, still have to do image rescaling | Brian Paul |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul |
2001-03-03 | used indent to clean-up the code | Brian Paul |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-02-27 | minor extension tweaks | Brian Paul |
2001-02-26 | Disable most extensions by default. Drivers should enable them as needed. | Brian Paul |
2001-02-19 | plug in fallback teximage DD functions | Brian Paul |
2001-02-17 | Changed FetchTexel() function pointer arguments. | Brian Paul |
2001-02-16 | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell |
2001-02-07 | new texture image routines work now | Brian Paul |
2001-02-06 | updated texture image handling - STILL UNTESTED | Brian Paul |
2001-02-06 | Overhaul of texture image handling. | Brian Paul |
2001-01-29 | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell |
2001-01-24 | removed the unused/broken GL_PGI_misc_hints extension | Brian Paul |
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-16 | Fix several conformance problems. Hack solution to line stipple problem. | Keith Whitwell |
2001-01-08 | Fixed 'IRound' to 'IROUND' in mmath.h | Keith Whitwell |
2001-01-08 | Bring the FX driver into line with core mesa changes. | Keith Whitwell |
2001-01-05 | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell |
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-26 | Major rework of tnl module | Keith Whitwell |
2000-11-27 | minor changes to fix compiler warnings | Brian Paul |