summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/hint.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove Driver.HintMarek Olšák2015-10-031-5/+0
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-2/+2
* mesa: Remove GL_EXT_clip_volume_hintIan Romanick2013-06-271-11/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-1/+0
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-4/+4
* mesa/es: Validate glHint target in Mesa code rather than the ES wrapperIan Romanick2012-08-291-6/+25
* mesa: add/update VERBOSE_API loggingBrian Paul2011-02-081-2/+3
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-4/+0
* Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-4/+0
* Committing in .Jouk Jansen2006-03-291-13/+13
* ARB_fragment_shader stateMichal Krol2005-04-141-1/+14
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-1/+1
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+18
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Header file clean-up:Brian Paul2002-10-241-6/+2
* added missing ctx parameter to _mesa_debug() callsBrian Paul2002-06-151-2/+3
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-21/+13
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-4/+4
* initial support for GL_SGIS_generate_mipmap extensionBrian Paul2001-05-211-3/+15
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-6/+6
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-5/+5
* removed the unused/broken GL_PGI_misc_hints extensionBrian Paul2001-01-241-109/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-9/+40
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-3/+3
* initial work for GL_ARB_texture_compressionBrian Paul2000-05-231-3/+13
* fixed GL_PGI_misc_hints identifiersBrian Paul2000-04-101-7/+7
* added missing error checksBrian Paul2000-03-171-71/+82
* functions from old glmisc.c fileBrian Paul2000-02-021-0/+176