| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 1 | -3/+3 |
* | 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 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -4/+0 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -7/+7 |
* | dispatch: Delete unused init_dispatch functions. | Paul Berry | 2012-11-06 | 1 | -17/+0 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -4/+4 |
* | dispatch: Remove a few FEATURE_ES1 conditionals. | Paul Berry | 2012-11-06 | 1 | -2/+0 |
* | dispatch: GLES1 fixes for _mesa_create_exec_table(). | Paul Berry | 2012-11-01 | 1 | -4/+6 |
* | mesa: remove FEATURE_texgen define. | Oliver McFadden | 2012-09-15 | 1 | -6/+0 |
* | mesa/es: Validate glGetTexGen parameters in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 1 | -2/+17 |
* | mesa/es: Validate glTexGen parameters in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 1 | -7/+37 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | mesa: Move GLES1 texgen functions to texgen.c | Kristian Høgsberg | 2010-04-28 | 1 | -0/+32 |
* | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | 2010-02-25 | 1 | -1/+1 |
* | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | 2010-01-12 | 1 | -4/+12 |
|\ |
|
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | 2009-12-11 | 1 | -2/+4 |
| |\ |
|
| | * | mesa: Fix array out-of-bounds access by _mesa_TexGend. | Vinson Lee | 2009-12-09 | 1 | -2/+4 |
| | * | mesa: Fix array out-of-bounds access by _mesa_TexGenf. | Vinson Lee | 2009-12-05 | 1 | -1/+4 |
| | * | mesa: Fix array out-of-bounds access by _mesa_TexGeni. | Vinson Lee | 2009-12-05 | 1 | -1/+4 |
| * | | mesa: Fix array out-of-bounds access by _mesa_TexGenf. | Vinson Lee | 2009-11-29 | 1 | -1/+4 |
| * | | mesa: Fix array out-of-bounds access by _mesa_TexGeni. | Vinson Lee | 2009-11-28 | 1 | -1/+4 |
* | | | mesa/main: Make _mesa_TexGenf and _mesa_GetTexGenfv global again. | Chia-I Wu | 2009-11-05 | 1 | -2/+2 |
|/ / |
|
* | | mesa/main: Make FEATURE_texgen follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -7/+27 |
* | | mesa: use _mesa_get_current_tex_unit() helper | Brian Paul | 2009-09-19 | 1 | -4/+5 |
|/ |
|
* | mesa: re-org texgen state | Brian Paul | 2009-02-21 | 1 | -425/+163 |
* | mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c | Brian Paul | 2009-02-12 | 1 | -1/+1 |
* | mesa: refactor: move various ENUM_TO_x macros into macros.h | Brian Paul | 2008-09-21 | 1 | -4/+0 |
* | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul | 2008-09-21 | 1 | -0/+605 |