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: don't call _mesa_update_state for _mesa_get_clamp_fragment_color
Marek Olšák
2020-04-30
1
-2
/
+0
*
mesa: Follow OpenGL conversion rules for values that exceed storage size
Dylan Baker
2020-04-29
1
-4
/
+33
*
replace IROUND with util functions
Dylan Baker
2020-04-21
1
-5
/
+5
*
mesa: remove leftovers from ARB_shadow_ambient
Marek Olšák
2020-02-26
1
-2
/
+0
*
mesa: add EXT_dsa + EXT_texture_integer functions
Pierre-Eric Pelloux-Prayer
2019-10-18
1
-0
/
+127
*
mesa: add ext_dsa GetMultiTexLevelParameterEXT
Pierre-Eric Pelloux-Prayer
2019-08-19
1
-0
/
+45
*
mesa: add EXT_dsa glGetMultiTexParameteriv/fvEXT
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-1
/
+41
*
mesa: add EXT_dsa glMultiTexParameter* functions
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+87
*
mesa: add new helper _mesa_get_texobj_by_target_and_texunit
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-43
/
+40
*
mesa: add EXT_dsa glGetTextureLevelParameter*vEXT functions
Pierre-Eric Pelloux-Prayer
2019-07-19
1
-0
/
+42
*
mesa: add glTextureParameteri/iv/f/fvEXT
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-0
/
+112
*
mesa: extract helper function for glTexParameter*
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-13
/
+24
*
mesa/texture: Also check for LA texture when querying intensity component size
Gert Wollny
2018-09-11
1
-0
/
+5
*
mesa: changes to expose OES_texture_view extension
Tapani Pälli
2018-05-24
1
-6
/
+5
*
mesa: Don't write to user buffer in glGetTexParameterIuiv on error
Ian Romanick
2018-03-12
1
-26
/
+2
*
mesa: reduce the size of gl_texture_object
Marek Olšák
2018-02-13
1
-1
/
+1
*
mesa: enable ARB_texture_buffer_* extensions in the Compatibility profile
Marek Olšák
2017-11-09
1
-2
/
+2
*
Update TextureParameter* error for incompatible texture targets
Iago Toral Quiroga
2017-08-09
1
-1
/
+1
*
mesa: hook up queries for NUM_TILING_TYPES and TILING_TYPES
Andres Rodriguez
2017-08-06
1
-0
/
+27
*
mesa: Refactor error checking for GL_TEXTURE_BASE_LEVEL vs texture targets
Ian Romanick
2017-06-28
1
-7
/
+19
*
mesa: remove redundant error check
Timothy Arceri
2017-06-29
1
-4
/
+0
*
mesa: GL_TEXTURE_BORDER_COLOR exists in OpenGL 1.0, so don't depend on GL_ARB...
Ian Romanick
2017-06-28
1
-1
/
+9
*
mesa: fix using texture id 0 with gl*TextureParameter*()
Samuel Pitoiset
2017-06-22
1
-4
/
+2
*
mesa: refuse to update tex parameters when a handle is allocated
Samuel Pitoiset
2017-06-14
1
-0
/
+38
*
mesa: throw an INVALID_OPERATION error in get_texobj_by_name()
Samuel Pitoiset
2017-05-31
1
-50
/
+11
*
mesa: add new 'name' parameter to get_texobj_by_name()
Samuel Pitoiset
2017-05-31
1
-13
/
+12
*
mesa: fix broken indentation
Timothy Arceri
2017-05-07
1
-7
/
+6
*
mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATE
Marek Olšák
2017-03-29
1
-5
/
+5
*
main: return error if asking for GL_TEXTURE_BORDER_COLOR in TEXTURE_2D_MULTIS...
Samuel Iglesias Gonsálvez
2016-11-15
1
-0
/
+12
*
mesa: remove 'params' parameter from ctx->Driver.TexParameter()
Brian Paul
2016-10-13
1
-13
/
+4
*
mesa: add comment/assertion on get_tex_level_parameter_buffer()
Brian Paul
2016-10-06
1
-0
/
+5
*
mesa: Add support for OES_texture_cube_map_array
Ian Romanick
2016-08-26
1
-2
/
+3
*
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
[next]