summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texenv.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich2016-06-161-6/+6
* mesa: Remove the now unused CoordsReplace array.Mathias Fröhlich2016-06-161-2/+0
* mesa: Add gl_point_attrib::CoordReplaceBits bitfield.Mathias Fröhlich2016-06-161-12/+22
* mesa: update some old-style (K&R?) function pointer callsBrian Paul2015-11-201-1/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-5/+5
* main: Refactor _mesa_[update|get]_clamp_fragment_color.Laura Ekstrand2015-05-141-1/+1
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-198/+0
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-4/+4
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-4/+4
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: don't set _ClampFragmentColor to TRUE if it has no effectMarek Olšák2013-04-061-1/+2
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-8/+0
* mesa: Improve a glTexEnv error message by looking up the enum.Eric Anholt2013-01-211-1/+2
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-13/+13
* mesa/es: Validate glGetTexEnv parameters in Mesa code rather than the ES wrapperIan Romanick2012-08-291-5/+5
* mesa/es: Validate glTexEnv parameters in Mesa code rather than the ES wrapperIan Romanick2012-08-291-12/+19
* mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick2011-09-291-15/+0
* mesa: Remove EXT_texture_env_combine extension enable flagIan Romanick2011-09-291-100/+21
* mesa: Remove EXT_texture_env_add extension enable flagIan Romanick2011-09-291-3/+1
* mesa: fix error handling for glTexEnvYuanhan Liu2011-09-191-1/+2
* mesa: Fix a couple of TexEnv unit limits.Henri Verbeet2011-07-071-3/+3
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-8/+13
* mesa: minor improvements in glTexEnvfv()Brian Paul2011-03-171-16/+17
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-7/+7
* mesa: Refactor parameter processing in set_combiner_(operand|source)Ian Romanick2010-09-081-68/+22
* mesa: Fix handling of texenv operands for EXT vs ARB versionIan Romanick2010-09-081-18/+19
* mesa: Fix array out-of-bounds access in _mesa_TexEnvf.Vinson Lee2009-11-281-1/+4
* mesa: minor clean-ups in bumpmap functionsBrian Paul2009-08-131-14/+39
* mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul2009-08-131-6/+10
* mesa: Use integer type with appropriate sign.José Fonseca2009-06-151-2/+2
* mesa: texture combine clean-upsBrian Paul2009-04-011-25/+25
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-1/+173
* mesa: don't include m_xform.h where not neededBrian Paul2009-02-121-1/+0
* mesa: update glTexEnv(), glGetTexEnv() for GL_NV_texture_env_combine4Brian Paul2009-01-231-2/+83
* mesa: consolidate glGetTexEnvi/f() code with new get_texenvi() helperBrian Paul2009-01-231-214/+125
* mesa: refactor _mesa_TexEnvfv() code with helper functionsBrian Paul2009-01-231-348/+373
* mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul2008-09-211-2/+0
* mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul2008-09-211-0/+863