summaryrefslogtreecommitdiff
path: root/src/mesa/main/hint.c
AgeCommit message (Expand)Author
2011-02-08mesa: add/update VERBOSE_API loggingBrian Paul
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
2006-03-29 Committing in .Jouk Jansen
2005-04-14ARB_fragment_shader stateMichal Krol
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-24Header file clean-up:Brian Paul
2002-06-15added missing ctx parameter to _mesa_debug() callsBrian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul
2000-04-10fixed GL_PGI_misc_hints identifiersBrian Paul
2000-03-17added missing error checksBrian Paul
2000-02-02functions from old glmisc.c fileBrian Paul