Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -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 Lee | 2010-11-20 | 1 | -1/+4 |
| | |||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | mesa: Remove unused _MESA_INIT_*_FUNCTIONS. | Chia-I Wu | 2010-09-14 | 1 | -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 Wu | 2009-09-30 | 1 | -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 entry | Kendall Bennett | 2003-10-21 | 1 | -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 branch | Keith Whitwell | 2003-07-17 | 1 | -1/+10 |
| | |||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | dispatch offsets for ARB_window_pos | Brian Paul | 2002-05-27 | 1 | -40/+3 |
| | |||||
* | added test implementation of GL_ARB_window_pos | Brian Paul | 2001-11-18 | 1 | -1/+38 |
| | |||||
* | Consolidated source files. Since the re-org a number of source files | Brian Paul | 2001-06-18 | 1 | -1/+78 |
| | | | | only had one or two functions left in them. | ||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -8/+7 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -9/+70 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+48 |