Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | New gl_texgen struct allows quite a bit of code reduction. | ||||
* | mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c | Brian Paul | 2009-02-12 | 1 | -1/+1 |
| | | | | | m_xform.c is omitted from gallium builds but _mesa_transform_vector() is still needed. | ||||
* | 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 |
(cherry picked from commit 27049189d6221fefe43eb55846efaa51742dcdf4) |