Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Fix array out-of-bounds access in _mesa_TexEnvf. | Vinson Lee | 2009-11-28 | 1 | -1/+4 |
| | | | | | _mesa_TexEnvf calls _mesa_TexEnvfv, which uses the param argument as an array. | ||||
* | mesa: minor clean-ups in bumpmap functions | Brian Paul | 2009-08-13 | 1 | -14/+39 |
| | |||||
* | mesa: use _mesa_get_current_tex_unit() in more places | Brian Paul | 2009-08-13 | 1 | -6/+10 |
| | |||||
* | mesa: Use integer type with appropriate sign. | José Fonseca | 2009-06-15 | 1 | -2/+2 |
| | |||||
* | mesa: texture combine clean-ups | Brian Paul | 2009-04-01 | 1 | -25/+25 |
| | | | | | | Use MAX_COMBINER_TERMS instead of 4. Rename some vars. Update comments. | ||||
* | mesa: add support for ATI_envmap_bumpmap | Roland Scheidegger | 2009-03-12 | 1 | -1/+173 |
| | | | | | | | | add new entrypoints, new texture format, etc translate in texenvprogram.c for drivers using the mesa-generated tex env fragment program also handled in swrast, but not tested (cannot work due to negative texel results not handled correctly) | ||||
* | mesa: don't include m_xform.h where not needed | Brian Paul | 2009-02-12 | 1 | -1/+0 |
| | |||||
* | mesa: update glTexEnv(), glGetTexEnv() for GL_NV_texture_env_combine4 | Brian Paul | 2009-01-23 | 1 | -2/+83 |
| | |||||
* | mesa: consolidate glGetTexEnvi/f() code with new get_texenvi() helper | Brian Paul | 2009-01-23 | 1 | -214/+125 |
| | |||||
* | mesa: refactor _mesa_TexEnvfv() code with helper functions | Brian Paul | 2009-01-23 | 1 | -348/+373 |
| | |||||
* | mesa: refactor: move various ENUM_TO_x macros into macros.h | Brian Paul | 2008-09-21 | 1 | -2/+0 |
| | |||||
* | mesa: refactor: move glTexEnv-related functions into new texenv.c file | Brian Paul | 2008-09-21 | 1 | -0/+863 |
(cherry picked from commit 7ecac78ab53016ae3db3dd601b187cb050037463) |