summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texgen.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: trim down includes of compiler.hBrian Paul2015-03-021-1/+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: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-3/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-9/+13
* dispatch: GLES1 fixes for _mesa_create_exec_table().Paul Berry2012-11-011-1/+1
* mesa: remove FEATURE_texgen define.Oliver McFadden2012-09-151-22/+0
* mesa/es: Validate glGetTexGen parameters in Mesa code rather than the ES wrapperIan Romanick2012-08-291-0/+3
* mesa: s/INLINE/inline/Brian Paul2011-10-011-2/+2
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu2010-09-141-7/+0
* mesa: Reduce header file inclusion in texgen.h.Vinson Lee2010-08-031-1/+4
* mesa: Move GLES1 texgen functions to texgen.cKristian Høgsberg2010-04-281-0/+11
* mesa/main: Make _mesa_TexGenf and _mesa_GetTexGenfv global again.Chia-I Wu2009-11-051-0/+6
* mesa/main: Make FEATURE_texgen follow feature conventions.Chia-I Wu2009-09-301-17/+26
* mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul2008-09-211-0/+62