summaryrefslogtreecommitdiff
path: root/src/mesa/main/texenv.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry1-4/+4
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák1-4/+4
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-06mesa: don't set _ClampFragmentColor to TRUE if it has no effectMarek Olšák1-1/+2
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-8/+0
2013-01-21mesa: Improve a glTexEnv error message by looking up the enum.Eric Anholt1-1/+2
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-13/+13
2012-08-29mesa/es: Validate glGetTexEnv parameters in Mesa code rather than the ES wrapperIan Romanick1-5/+5
2012-08-29mesa/es: Validate glTexEnv parameters in Mesa code rather than the ES wrapperIan Romanick1-12/+19
2011-09-29mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick1-15/+0
2011-09-29mesa: Remove EXT_texture_env_combine extension enable flagIan Romanick1-100/+21
2011-09-29mesa: Remove EXT_texture_env_add extension enable flagIan Romanick1-3/+1
2011-09-19mesa: fix error handling for glTexEnvYuanhan Liu1-1/+2
2011-07-07mesa: Fix a couple of TexEnv unit limits.Henri Verbeet1-3/+3
2011-03-29mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák1-8/+13
2011-03-17mesa: minor improvements in glTexEnvfv()Brian Paul1-16/+17
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-7/+7
2010-09-08mesa: Refactor parameter processing in set_combiner_(operand|source)Ian Romanick1-68/+22
2010-09-08mesa: Fix handling of texenv operands for EXT vs ARB versionIan Romanick1-18/+19
2009-11-28mesa: Fix array out-of-bounds access in _mesa_TexEnvf.Vinson Lee1-1/+4
2009-08-13mesa: minor clean-ups in bumpmap functionsBrian Paul1-14/+39
2009-08-13mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul1-6/+10
2009-06-15mesa: Use integer type with appropriate sign.José Fonseca1-2/+2
2009-04-01mesa: texture combine clean-upsBrian Paul1-25/+25
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-1/+173
2009-02-12mesa: don't include m_xform.h where not neededBrian Paul1-1/+0
2009-01-23mesa: update glTexEnv(), glGetTexEnv() for GL_NV_texture_env_combine4Brian Paul1-2/+83
2009-01-23mesa: consolidate glGetTexEnvi/f() code with new get_texenvi() helperBrian Paul1-214/+125
2009-01-23mesa: refactor _mesa_TexEnvfv() code with helper functionsBrian Paul1-348/+373
2008-09-21mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul1-2/+0
2008-09-21mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul1-0/+863