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
/
texparam.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Add ARB_direct_state_access checks in texture functions
Fredrik Höglund
2015-05-14
1
-0
/
+84
*
main: Refactor _mesa_[update|get]_clamp_fragment_color.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
mesa: remove unneeded #include of colormac.h
Brian Paul
2015-04-01
1
-1
/
+0
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-3
/
+3
*
main: round floating-point value to nearest integer in glGetTexParameteriv()
Samuel Iglesias Gonsalvez
2015-01-13
1
-5
/
+12
*
main: Fixed some comments in texparam.c
Laura Ekstrand
2015-01-08
1
-2
/
+2
*
main: Added entry points for glGetTextureParameteriv, Iiv, and Iuiv.
Laura Ekstrand
2015-01-08
1
-34
/
+110
*
main: Added entry point for glGetTextureParameterfv.
Laura Ekstrand
2015-01-08
1
-10
/
+42
*
main: Added entry points for glGetTextureLevelParameteriv, fv.
Laura Ekstrand
2015-01-08
1
-32
/
+106
*
main: legal_get_tex_level_parameter_target now handles GL_TEXTURE_CUBE_MAP.
Laura Ekstrand
2015-01-08
1
-2
/
+13
*
main: Added entry points for glTextureParameteriv, Iiv, Iuiv.
Laura Ekstrand
2015-01-08
1
-34
/
+111
*
main: Added entry point for glTextureParameteri.
Laura Ekstrand
2015-01-08
1
-11
/
+43
*
main: Added entry point for glTextureParameterfv.
Laura Ekstrand
2015-01-08
1
-13
/
+38
*
main: Added entry point for glTextureParameterf.
Laura Ekstrand
2015-01-08
1
-10
/
+39
*
main: Added get_texobj_by_name in texparam.c.
Laura Ekstrand
2015-01-08
1
-13
/
+51
*
main: set_tex_parameterf now handles errors according to the OpenGL 4.5 Speci...
Laura Ekstrand
2015-01-08
1
-17
/
+20
*
main: set_tex_parameteri now handles errors according to the OpenGL 4.5 Speci...
Laura Ekstrand
2015-01-08
1
-28
/
+42
*
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
2015-01-05
1
-1
/
+1
*
mesa: Use _mesa_lock_context_textures in _mesa_GetTexParameterfv()
Kristian Høgsberg
2014-08-15
1
-3
/
+3
*
mesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_* queries outside compat p...
Ian Romanick
2014-07-15
1
-2
/
+7
*
mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profile
Ian Romanick
2014-07-15
1
-0
/
+2
*
mesa: Handle uninitialized textures like other textures in get_tex_level_para...
Ian Romanick
2014-07-15
1
-5
/
+6
*
mesa: change invalid texture swizzle error to GL_INVALID_ENUM
Brian Paul
2014-04-30
1
-2
/
+2
*
mesa: Allow setting GL_TEXTURE_MAX_LEVEL to 0 with GL_TEXTURE_RECTANGLE.
Iago Toral Quiroga
2014-04-01
1
-1
/
+2
*
mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).
Kenneth Graunke
2014-03-04
1
-0
/
+28
*
mesa: Set initial internal format of a texture to GL_RGBA
Anuj Phogat
2014-03-04
1
-3
/
+10
*
mesa: Add GL_TEXTURE_CUBE_MAP_ARRAY to legal_get_tex_level_parameter_target()
Anuj Phogat
2014-02-18
1
-0
/
+3
*
mesa: Use common _mesa_tex_target_to_index in tex param code
Ian Romanick
2014-02-02
1
-58
/
+8
*
mesa: remove target param from ctx->Driver.TexParameter()
Brian Paul
2014-02-02
1
-4
/
+4
*
mesa: use _mesa_get_current_tex_object() in GetTexLevelParameteriv()
Brian Paul
2014-02-02
1
-6
/
+3
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: Add image parameter queries for ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
1
-0
/
+6
*
mesa: Clean up bad code formatting left from previous commit
Ian Romanick
2013-12-20
1
-1
/
+1
*
mesa: GL_EXT_packed_depth_stencil is not optional
Ian Romanick
2013-12-20
1
-3
/
+0
*
mesa: ARB_texture_view get parameters
Courtney Goeltzenleuchter
2013-12-13
1
-4
/
+56
*
mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_array
Ian Romanick
2013-12-04
1
-7
/
+3
*
mesa: Use IROUND instead of roundf.
José Fonseca
2013-11-21
1
-1
/
+1
*
mesa: enable GL_TEXTURE_LOD_BIAS set/get
Tapani Pälli
2013-11-21
1
-8
/
+8
*
mesa: Remove trailing whitespace in texparam.c
Rico Schüller
2013-10-28
1
-6
/
+6
*
mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge.
Rico Schüller
2013-10-20
1
-3
/
+9
*
mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().
Kenneth Graunke
2013-09-26
1
-1
/
+1
*
Correct clamping of TEXTURE_{MAX, BASE}_LEVEL
Corey Richardson
2013-08-01
1
-2
/
+20
*
mesa: fix multisampling proxy textures not being queryable
Mikko Juola
2013-07-31
1
-0
/
+2
*
mesa: add cast to silence MSVC warning
Brian Paul
2013-07-12
1
-1
/
+1
*
mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadow
Ian Romanick
2013-06-28
1
-9
/
+3
*
mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...
Ian Romanick
2013-06-28
1
-2
/
+2
*
mesa: GL_ARB_texture_storage is not optional
Ian Romanick
2013-06-28
1
-4
/
+0
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
[prev]
[next]