Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -2/+2 |
| | | | | | | | INLINE is still seen in some files (some generated files, etc) but this is a good start. Acked-by: Kenneth Graunke <[email protected]> | ||||
* | 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 |
| | | | | | They were intended to be used to build OpenGL ES only DRI drivers, but that never happened. | ||||
* | mesa: Reduce header file inclusion in texgen.h. | Vinson Lee | 2010-08-03 | 1 | -1/+4 |
| | | | | texgen.h doesn't use any symbols additionally added by mtypes.h. | ||||
* | 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 |
| | | | | | | They are needed by OpenGL ES overlay. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | mesa/main: Make FEATURE_texgen follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -17/+26 |
| | | | | | As shown in mfeatures.h, this allows users of texgen.h to work without knowing if the feature is available. | ||||
* | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul | 2008-09-21 | 1 | -0/+62 |
(cherry picked from commit 27049189d6221fefe43eb55846efaa51742dcdf4) |