Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-12 | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | |
Conflicts: src/mesa/main/dd.h | |||
2009-12-11 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
2009-12-09 | mesa: Fix array out-of-bounds access by _mesa_TexGend. | Vinson Lee | |
_mesa_TexGend calls _mesa_TexGenfv, which uses the params argument as an array. | |||
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexGenf. | Vinson Lee | |
_mesa_TexGenf calls _mesa_TexGenfv, which uses the params argument as an array. (cherry picked from commit ca5a7aadb4361e7d053aea8687372cd44cbd8795) | |||
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexGeni. | Vinson Lee | |
_mesa_TexGeni calls _mesa_TexGeniv, which uses the params argument as an array. (cherry picked from commit d55fb7c835b56951f05a058083e7eda264ba192e) | |||
2009-11-29 | mesa: Fix array out-of-bounds access by _mesa_TexGenf. | Vinson Lee | |
_mesa_TexGenf calls _mesa_TexGenfv, which uses the params argument as an array. | |||
2009-11-28 | mesa: Fix array out-of-bounds access by _mesa_TexGeni. | Vinson Lee | |
_mesa_TexGeni calls _mesa_TexGeniv, which uses the params argument as an array. | |||
2009-11-05 | mesa/main: Make _mesa_TexGenf and _mesa_GetTexGenfv global again. | Chia-I Wu | |
They are needed by OpenGL ES overlay. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-09-30 | mesa/main: Make FEATURE_texgen follow feature conventions. | Chia-I Wu | |
As shown in mfeatures.h, this allows users of texgen.h to work without knowing if the feature is available. | |||
2009-09-19 | mesa: use _mesa_get_current_tex_unit() helper | Brian Paul | |
2009-02-21 | mesa: re-org texgen state | Brian Paul | |
New gl_texgen struct allows quite a bit of code reduction. | |||
2009-02-12 | mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c | Brian Paul | |
m_xform.c is omitted from gallium builds but _mesa_transform_vector() is still needed. | |||
2008-09-21 | mesa: refactor: move various ENUM_TO_x macros into macros.h | Brian Paul | |
2008-09-21 | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul | |
(cherry picked from commit 27049189d6221fefe43eb55846efaa51742dcdf4) |