replace malloc macros in imports.h with u_memory.h versions
[mesa.git] / src / mesa / main / matrix.c
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2004-03-18 Brian Paulremove redundant call to ctx->Driver.Viewport(), and...
2004-03-13 Brian Paulmore descriptive error messages for matrix stack over...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-07-18 Brian PaulFix up some loose ends from the last big check-in.
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-04 Brian Paulcomments regarding window sizing
2003-04-18 Brian Paulminor re-org of program matrix, program local parameter...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-24 Brian PaulHeader file clean-up:
2002-08-21 Brian Paulminor error message changes
2002-06-23 Brian Pauladded some _mesa_debug() calls
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-04-22 Alan HourihaneTest for NULL pointer for LoadMatrix(), MultMatrix...
2002-02-15 Brian Paulfixed a multitexture MatrixMode() bug
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-14 Brian Paulvertex program check-in
2001-09-18 Karl Schultzcompiler warnings
2001-06-12 Brian Paulremoved old, redundant CurrentTransformUnit state var
2001-03-19 Brian Paulfix for gl_ztrick bug (Ove Kaaven)
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-13 Brian Paulgl_error clean-ups
2001-02-05 Brian Paulreplaced frustrum with frustum
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-17 Brian Paulnew comments, misc clean-up
2000-07-31 Brian Paultest against an epsilon magnitude in gl_rotation_matrix()
2000-06-27 Brian Pauladded aligned memory allocations (Gareth Hughes)
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-21 Brian Paulfixed off by one error in matrix stack depths (Eero...
2000-02-02 Brian Paulinclude buffers.h
2000-01-13 Brian Paulcommented out unused function
1999-12-10 Brian Paulimplemented GL_ARB_tranpose_matrix
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-11-12 Brian Paulrestored the gl_Viewport function
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-19 Keith WhitwellRasterMask was set incorrectly
1999-09-09 Miklos FazekasMore compliant error check.
1999-09-05 Keith Whitwellfixes for the mga driver
1999-08-19 jtgInitial revision