index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
texenv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: don't call Driver.TexEnv with invalid arguments
Tapani Pälli
2018-05-31
1
-20
/
+34
*
mesa: decrease the array size of ctx->Texture.FixedFuncUnit to 8
Marek Olšák
2018-02-13
1
-0
/
+27
*
mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unit
Marek Olšák
2018-02-13
1
-16
/
+24
*
mesa: flag _NEW_TEXTURE_OBJECT for GL_TEXTURE_LOD_BIAS_EXT
Marek Olšák
2017-07-17
1
-1
/
+1
*
mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATE
Marek Olšák
2017-03-29
1
-9
/
+9
*
mesa: Rename CoordReplaceBits back to CoordReplace.
Mathias Fröhlich
2016-06-16
1
-6
/
+6
*
mesa: Remove the now unused CoordsReplace array.
Mathias Fröhlich
2016-06-16
1
-2
/
+0
*
mesa: Add gl_point_attrib::CoordReplaceBits bitfield.
Mathias Fröhlich
2016-06-16
1
-12
/
+22
*
mesa: update some old-style (K&R?) function pointer calls
Brian Paul
2015-11-20
1
-1
/
+1
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-5
/
+5
*
main: Refactor _mesa_[update|get]_clamp_fragment_color.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-198
/
+0
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-4
/
+4
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
1
-4
/
+4
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: don't set _ClampFragmentColor to TRUE if it has no effect
Marek Olšák
2013-04-06
1
-1
/
+2
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-8
/
+0
*
mesa: Improve a glTexEnv error message by looking up the enum.
Eric Anholt
2013-01-21
1
-1
/
+2
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-13
/
+13
*
mesa/es: Validate glGetTexEnv parameters in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
1
-5
/
+5
*
mesa/es: Validate glTexEnv parameters in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
1
-12
/
+19
*
mesa: Remove EXT_texture_lod_bias extension enable flag
Ian Romanick
2011-09-29
1
-15
/
+0
*
mesa: Remove EXT_texture_env_combine extension enable flag
Ian Romanick
2011-09-29
1
-100
/
+21
*
mesa: Remove EXT_texture_env_add extension enable flag
Ian Romanick
2011-09-29
1
-3
/
+1
*
mesa: fix error handling for glTexEnv
Yuanhan Liu
2011-09-19
1
-1
/
+2
*
mesa: Fix a couple of TexEnv unit limits.
Henri Verbeet
2011-07-07
1
-3
/
+3
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
1
-8
/
+13
*
mesa: minor improvements in glTexEnvfv()
Brian Paul
2011-03-17
1
-16
/
+17
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-7
/
+7
*
mesa: Refactor parameter processing in set_combiner_(operand|source)
Ian Romanick
2010-09-08
1
-68
/
+22
*
mesa: Fix handling of texenv operands for EXT vs ARB version
Ian Romanick
2010-09-08
1
-18
/
+19
*
mesa: Fix array out-of-bounds access in _mesa_TexEnvf.
Vinson Lee
2009-11-28
1
-1
/
+4
*
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
*
mesa: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-03-12
1
-1
/
+173
*
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