index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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 OES_texture_buffer and EXT_texture_buffer support
Ilia Mirkin
2016-03-28
1
-19
/
+20
*
mesa: properly return GetTexLevelParameter queries for buffer textures
Ilia Mirkin
2016-03-28
1
-2
/
+52
*
mesa/texparam: make public target_allows_setting_sampler_parameters
Alejandro Piñeiro
2016-03-03
1
-16
/
+16
*
mesa/main: Make legal_get_tex_level_parameter_target public
Antia Puentes
2016-03-03
1
-4
/
+4
*
mesa: expose GL_EXT_texture_sRGB_decode on GLES 3.0+
Ilia Mirkin
2016-02-26
1
-2
/
+1
*
mesa: add GL_OES_texture_border_clamp support
Ilia Mirkin
2016-02-22
1
-4
/
+7
*
mesa: default FixedSampleLocations to true when using a dummy image
Ilia Mirkin
2016-02-13
1
-0
/
+1
*
mesa: allow DEPTH_STENCIL_TEXTURE_MODE queries in GLES 3.1 contexts
Ilia Mirkin
2016-02-12
1
-5
/
+3
*
mesa: remove _ARB suffix from cube map enums
Brian Paul
2016-02-12
1
-7
/
+7
*
mesa: add missing queries for ARB_direct_state_access
Daniel Scharrer
2015-08-28
1
-0
/
+12
*
mesa: enable enums for OES_texture_storage_multisample_2d_array
Tapani Pälli
2015-08-27
1
-1
/
+1
*
mesa: GetTexLevelParameter{if}v changes for OpenGL ES 3.1
Tapani Pälli
2015-08-26
1
-6
/
+18
*
mesa/main: Add GL_IMAGE_FORMAT_COMPATIBILITY_TYPE to glGetTexParameterfv
Marta Lofstedt
2015-08-19
1
-0
/
+6
*
mesa: fix target error checking in glGetTexLevelParameter
Tapani Pälli
2015-08-17
1
-7
/
+25
*
mesa/es3.1: Allow GL_DEPTH_STENCIL_TEXTURE_MODE
Marta Lofstedt
2015-08-03
1
-1
/
+3
*
mesa: Avoid double promotion.
Matt Turner
2015-07-29
1
-1
/
+1
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-12
/
+12
*
Revert "mesa: Add ARB_direct_state_access checks in texture functions"
Ian Romanick
2015-05-28
1
-84
/
+0
*
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
[next]