aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/hint.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler.
* 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
| | | | | | | | 1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc.
* 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
| | | | | | Added _mesa_printf() Updated SetDrawBuffer() function in all drivers (ala 4.0.3) Import 4.0.3/DRI changes.
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-4/+4
| | | | | | | | Some source files updated to call _mesa_debug(), but not finished. Added __GLimports as a parameter to _mesa_create/init_context() and updated drivers accordingly. Fleshed-out more of the __GLimports and __GLexports functionality. Removed run-time config file support (config.c)
* 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
| | | | | | | New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges.
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-3/+3
| | | | | | | | | | | | | | based on the GL attribute groups. Introduced constants describing the circumstances under which some key derived values can change: _SWRAST_NEW_RASTERMASK -- ctx->RasterMask _SWRAST_NEW_TRIANGLE -- The software rasterizer's triangle function _DD_NEW_FEEDBACK -- the 'DD_FEEDBACK' bit in ctx->TriangleCaps These are helpful in deciding whether you need to recalculate state if your recalculation involves reference to a derived value.
* 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