index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
texenv.c
Age
Commit message (
Expand
)
Author
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-09-08
mesa: Refactor parameter processing in set_combiner_(operand|source)
Ian Romanick
2010-09-08
mesa: Fix handling of texenv operands for EXT vs ARB version
Ian Romanick
2009-11-28
mesa: Fix array out-of-bounds access in _mesa_TexEnvf.
Vinson Lee
2009-08-13
mesa: minor clean-ups in bumpmap functions
Brian Paul
2009-08-13
mesa: use _mesa_get_current_tex_unit() in more places
Brian Paul
2009-06-15
mesa: Use integer type with appropriate sign.
José Fonseca
2009-04-01
mesa: texture combine clean-ups
Brian Paul
2009-03-12
mesa: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-02-12
mesa: don't include m_xform.h where not needed
Brian Paul
2009-01-23
mesa: update glTexEnv(), glGetTexEnv() for GL_NV_texture_env_combine4
Brian Paul
2009-01-23
mesa: consolidate glGetTexEnvi/f() code with new get_texenvi() helper
Brian Paul
2009-01-23
mesa: refactor _mesa_TexEnvfv() code with helper functions
Brian Paul
2008-09-21
mesa: refactor: move various ENUM_TO_x macros into macros.h
Brian Paul
2008-09-21
mesa: refactor: move glTexEnv-related functions into new texenv.c file
Brian Paul