| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: trim down includes of compiler.h | Brian Paul | 2015-03-02 | 1 | -1/+0 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | dispatch: Delete unused init_dispatch functions. | Paul Berry | 2012-11-06 | 1 | -3/+0 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -9/+13 |
* | dispatch: GLES1 fixes for _mesa_create_exec_table(). | Paul Berry | 2012-11-01 | 1 | -1/+1 |
* | mesa: remove FEATURE_texgen define. | Oliver McFadden | 2012-09-15 | 1 | -22/+0 |
* | mesa/es: Validate glGetTexGen parameters in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 1 | -0/+3 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -2/+2 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | mesa: Remove unused _MESA_INIT_*_FUNCTIONS. | Chia-I Wu | 2010-09-14 | 1 | -7/+0 |
* | mesa: Reduce header file inclusion in texgen.h. | Vinson Lee | 2010-08-03 | 1 | -1/+4 |
* | mesa: Move GLES1 texgen functions to texgen.c | Kristian Høgsberg | 2010-04-28 | 1 | -0/+11 |
* | mesa/main: Make _mesa_TexGenf and _mesa_GetTexGenfv global again. | Chia-I Wu | 2009-11-05 | 1 | -0/+6 |
* | mesa/main: Make FEATURE_texgen follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -17/+26 |
* | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul | 2008-09-21 | 1 | -0/+62 |