Assorted casts to silence g++ warnings.
[mesa.git] / src / mesa / main / macros.h
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-08-17 Brian PaulRe-org of register files for vertex/fragment programs...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-04 Brian Pauladded _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-18 Karl SchultzAdd casts to quiet compiler warnings.
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-12 Brian PaulMoved big/little endian code to glheader.h.
2002-06-05 Brian Paulmore big-endian tweaks
2002-06-03 Brian Paulbring over Michel Daenzer's DRI changes
2002-02-13 Keith WhitwellMore suport for t&l drivers
2001-06-11 Jouk Jansen Committing in .
2001-06-08 Brian Paulonly copy GLubyte[4] as a GLuint on x86
2001-06-08 Brian Pauluse unoptimized COPY_4UBV code on SPARC to avoid memory...
2001-04-19 Keith WhitwellFix striding of color material inputs. (Fixes glean...
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-09-17 Brian Paulnew comments, misc clean-up
1999-11-22 Brian Pauladded SET/CLEAR/TEST_BITS macros, misc clean-up
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulheader includes clean-up (Daryll)
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-11 Jouk JansenRepaired definition of GL_CALLOC_STRUC
1999-10-10 Brian Pauladded memory macros
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-08-19 jtgInitial revision