summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texgen.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-3/+3
* 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
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-4/+0
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-7/+7
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-17/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-4/+4
* dispatch: Remove a few FEATURE_ES1 conditionals.Paul Berry2012-11-061-2/+0
* dispatch: GLES1 fixes for _mesa_create_exec_table().Paul Berry2012-11-011-4/+6
* mesa: remove FEATURE_texgen define.Oliver McFadden2012-09-151-6/+0
* mesa/es: Validate glGetTexGen parameters in Mesa code rather than the ES wrapperIan Romanick2012-08-291-2/+17
* mesa/es: Validate glTexGen parameters in Mesa code rather than the ES wrapperIan Romanick2012-08-291-7/+37
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Move GLES1 texgen functions to texgen.cKristian Høgsberg2010-04-281-0/+32
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-121-4/+12
|\
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-111-2/+4
| |\
| | * mesa: Fix array out-of-bounds access by _mesa_TexGend.Vinson Lee2009-12-091-2/+4
| | * mesa: Fix array out-of-bounds access by _mesa_TexGenf.Vinson Lee2009-12-051-1/+4
| | * mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee2009-12-051-1/+4
| * | mesa: Fix array out-of-bounds access by _mesa_TexGenf.Vinson Lee2009-11-291-1/+4
| * | mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee2009-11-281-1/+4
* | | mesa/main: Make _mesa_TexGenf and _mesa_GetTexGenfv global again.Chia-I Wu2009-11-051-2/+2
|/ /
* | mesa/main: Make FEATURE_texgen follow feature conventions.Chia-I Wu2009-09-301-7/+27
* | mesa: use _mesa_get_current_tex_unit() helperBrian Paul2009-09-191-4/+5
|/
* mesa: re-org texgen stateBrian Paul2009-02-211-425/+163
* mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul2009-02-121-1/+1
* mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul2008-09-211-4/+0
* mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul2008-09-211-0/+605