Age | Commit message (Expand) | Author |
2002-10-29 | added some casts for mallocs (bug 630379) | Brian Paul |
2002-10-04 | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul |
2002-09-27 | new texture compression infrastructure | Brian Paul |
2002-08-21 | s/DrawDestMask/_DrawDestMask/ | Brian Paul |
2002-07-09 | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul |
2002-06-15 | Implemented GL_NV_texture_rectangle extension. | Brian Paul |
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul |
2002-06-13 | New _mesa_debug() function to replace fprintf() calls. | Brian Paul |
2002-03-16 | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul |
2001-09-23 | fixed some configure;make build problems. cleaned-up copyright info. | Brian Paul |
2001-09-18 | Fix FX driver to the point where gears & morph3d work. | Keith Whitwell |
2001-08-29 | changes to allow the driver to compile - still doesn't work though | Brian Paul |
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 | Driver interface changes | Keith Whitwell |
2001-05-03 | minor clean-ups and warning fixes | Brian Paul |
2001-04-24 | texture image code updates (not finished) | Brian Paul |
2001-03-30 | fixed compilation problems related to ctx->_Enabled removal | Brian Paul |
2001-03-27 | silence compiler warnings | Brian Paul |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
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-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 | 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-16 | Fix several conformance problems. Hack solution to line stipple problem. | 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-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-24 | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell |
2000-11-22 | Modified Files: | Jouk Jansen |
2000-11-17 | Minor header file changes to silence warnings. | Brian Paul |
2000-11-16 | Move the transform and lighting code to two new directories | Keith Whitwell |
2000-11-14 | Removed Driver.Color() and Driver.Index() functions. | Brian Paul |
2000-11-13 | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell |
2000-11-10 | minor changes to silence compiler warnings | Brian Paul |
2000-11-05 | Lots of changes: | Keith Whitwell |
2000-10-31 | Moved the software rasterizer to a new directory. | Keith Whitwell |
2000-10-31 | Remove dead code in FX driver. | Keith Whitwell |
2000-10-30 | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell |
2000-10-27 | Implement EXT_fog_coord and EXT_secondary_color. | Keith Whitwell |