summaryrefslogtreecommitdiff
path: root/src/mesa/main/hint.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-03mesa: remove Driver.HintMarek Olšák1-5/+0
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-2/+2
2013-06-27mesa: Remove GL_EXT_clip_volume_hintIan Romanick1-11/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-1/+0
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-4/+4
2012-08-29mesa/es: Validate glHint target in Mesa code rather than the ES wrapperIan Romanick1-6/+25
2011-02-08mesa: add/update VERBOSE_API loggingBrian Paul1-2/+3
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick1-4/+0
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick1-4/+0
2006-03-29 Committing in .Jouk Jansen1-13/+13
2005-04-14ARB_fragment_shader stateMichal Krol1-1/+14
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-1/+1
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+18
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-10-24Header file clean-up:Brian Paul1-6/+2
2002-06-15added missing ctx parameter to _mesa_debug() callsBrian Paul1-2/+3
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-21/+13
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul1-4/+4
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul1-3/+15
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-6/+6
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-5/+5
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul1-109/+3
2000-12-26Major rework of tnl moduleKeith Whitwell1-9/+40
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-3/+3
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul1-3/+13
2000-04-10fixed GL_PGI_misc_hints identifiersBrian Paul1-7/+7
2000-03-17added missing error checksBrian Paul1-71/+82
2000-02-02functions from old glmisc.c fileBrian Paul1-0/+176