summaryrefslogtreecommitdiff
path: root/src/mesa/main/texgen.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-29mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATEMarek Olšák1-3/+3
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-3/+3
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-4/+0
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-7/+7
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-17/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-4/+4
2012-11-06dispatch: Remove a few FEATURE_ES1 conditionals.Paul Berry1-2/+0
2012-11-01dispatch: GLES1 fixes for _mesa_create_exec_table().Paul Berry1-4/+6
2012-09-15mesa: remove FEATURE_texgen define.Oliver McFadden1-6/+0
2012-08-29mesa/es: Validate glGetTexGen parameters in Mesa code rather than the ES wrapperIan Romanick1-2/+17
2012-08-29mesa/es: Validate glTexGen parameters in Mesa code rather than the ES wrapperIan Romanick1-7/+37
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-04-28mesa: Move GLES1 texgen functions to texgen.cKristian Høgsberg1-0/+32
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu1-4/+12
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul1-2/+4
2009-12-09mesa: Fix array out-of-bounds access by _mesa_TexGend.Vinson Lee1-2/+4
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexGenf.Vinson Lee1-1/+4
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee1-1/+4
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexGenf.Vinson Lee1-1/+4
2009-11-28mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee1-1/+4
2009-11-05mesa/main: Make _mesa_TexGenf and _mesa_GetTexGenfv global again.Chia-I Wu1-2/+2
2009-09-30mesa/main: Make FEATURE_texgen follow feature conventions.Chia-I Wu1-7/+27
2009-09-19mesa: use _mesa_get_current_tex_unit() helperBrian Paul1-4/+5
2009-02-21mesa: re-org texgen stateBrian Paul1-425/+163
2009-02-12mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul1-1/+1
2008-09-21mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul1-4/+0
2008-09-21mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul1-0/+605