aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/rastpos.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
| | | | | | | INLINE is still seen in some files (some generated files, etc) but this is a good start. Acked-by: Kenneth Graunke <[email protected]>
* mesa: Clean up header file inclusion in rastpos.h.Vinson Lee2010-11-201-1/+4
|
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
|
* mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu2010-09-141-7/+0
| | | | | They were intended to be used to build OpenGL ES only DRI drivers, but that never happened.
* mesa/main: New feature FEATURE_rastpos.Chia-I Wu2009-09-301-146/+17
| | | | | It is separated from FEATURE_drawpix and made to follow the feature conventions.
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-48/+48
| | | | | 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-1/+10
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* dispatch offsets for ARB_window_posBrian Paul2002-05-271-40/+3
|
* added test implementation of GL_ARB_window_posBrian Paul2001-11-181-1/+38
|
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-1/+78
| | | | only had one or two functions left in them.
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-8/+7
|
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-9/+70
|
* Initial revisionjtg1999-08-191-0/+48