summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texparam.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/texture: Also check for LA texture when querying intensity component sizeGert Wollny2018-09-111-0/+5
* mesa: changes to expose OES_texture_view extensionTapani Pälli2018-05-241-6/+5
* mesa: Don't write to user buffer in glGetTexParameterIuiv on errorIan Romanick2018-03-121-26/+2
* mesa: reduce the size of gl_texture_objectMarek Olšák2018-02-131-1/+1
* mesa: enable ARB_texture_buffer_* extensions in the Compatibility profileMarek Olšák2017-11-091-2/+2
* Update TextureParameter* error for incompatible texture targetsIago Toral Quiroga2017-08-091-1/+1
* mesa: hook up queries for NUM_TILING_TYPES and TILING_TYPESAndres Rodriguez2017-08-061-0/+27
* mesa: Refactor error checking for GL_TEXTURE_BASE_LEVEL vs texture targetsIan Romanick2017-06-281-7/+19
* mesa: remove redundant error checkTimothy Arceri2017-06-291-4/+0
* mesa: GL_TEXTURE_BORDER_COLOR exists in OpenGL 1.0, so don't depend on GL_ARB...Ian Romanick2017-06-281-1/+9
* mesa: fix using texture id 0 with gl*TextureParameter*()Samuel Pitoiset2017-06-221-4/+2
* mesa: refuse to update tex parameters when a handle is allocatedSamuel Pitoiset2017-06-141-0/+38
* mesa: throw an INVALID_OPERATION error in get_texobj_by_name()Samuel Pitoiset2017-05-311-50/+11
* mesa: add new 'name' parameter to get_texobj_by_name()Samuel Pitoiset2017-05-311-13/+12
* mesa: fix broken indentationTimothy Arceri2017-05-071-7/+6
* mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATEMarek Olšák2017-03-291-5/+5
* main: return error if asking for GL_TEXTURE_BORDER_COLOR in TEXTURE_2D_MULTIS...Samuel Iglesias Gonsálvez2016-11-151-0/+12
* mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul2016-10-131-13/+4
* mesa: add comment/assertion on get_tex_level_parameter_buffer()Brian Paul2016-10-061-0/+5
* mesa: Add support for OES_texture_cube_map_arrayIan Romanick2016-08-261-2/+3
* mesa: add OES_texture_buffer and EXT_texture_buffer supportIlia Mirkin2016-03-281-19/+20
* mesa: properly return GetTexLevelParameter queries for buffer texturesIlia Mirkin2016-03-281-2/+52
* mesa/texparam: make public target_allows_setting_sampler_parametersAlejandro Piñeiro2016-03-031-16/+16
* mesa/main: Make legal_get_tex_level_parameter_target publicAntia Puentes2016-03-031-4/+4
* mesa: expose GL_EXT_texture_sRGB_decode on GLES 3.0+Ilia Mirkin2016-02-261-2/+1
* mesa: add GL_OES_texture_border_clamp supportIlia Mirkin2016-02-221-4/+7
* mesa: default FixedSampleLocations to true when using a dummy imageIlia Mirkin2016-02-131-0/+1
* mesa: allow DEPTH_STENCIL_TEXTURE_MODE queries in GLES 3.1 contextsIlia Mirkin2016-02-121-5/+3
* mesa: remove _ARB suffix from cube map enumsBrian Paul2016-02-121-7/+7
* mesa: add missing queries for ARB_direct_state_accessDaniel Scharrer2015-08-281-0/+12
* mesa: enable enums for OES_texture_storage_multisample_2d_arrayTapani Pälli2015-08-271-1/+1
* mesa: GetTexLevelParameter{if}v changes for OpenGL ES 3.1Tapani Pälli2015-08-261-6/+18
* mesa/main: Add GL_IMAGE_FORMAT_COMPATIBILITY_TYPE to glGetTexParameterfvMarta Lofstedt2015-08-191-0/+6
* mesa: fix target error checking in glGetTexLevelParameterTapani Pälli2015-08-171-7/+25
* mesa/es3.1: Allow GL_DEPTH_STENCIL_TEXTURE_MODEMarta Lofstedt2015-08-031-1/+3
* mesa: Avoid double promotion.Matt Turner2015-07-291-1/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-12/+12
* Revert "mesa: Add ARB_direct_state_access checks in texture functions"Ian Romanick2015-05-281-84/+0
* mesa: Add ARB_direct_state_access checks in texture functionsFredrik Höglund2015-05-141-0/+84
* main: Refactor _mesa_[update|get]_clamp_fragment_color.Laura Ekstrand2015-05-141-1/+1
* mesa: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-3/+3
* main: round floating-point value to nearest integer in glGetTexParameteriv()Samuel Iglesias Gonsalvez2015-01-131-5/+12
* main: Fixed some comments in texparam.cLaura Ekstrand2015-01-081-2/+2
* main: Added entry points for glGetTextureParameteriv, Iiv, and Iuiv.Laura Ekstrand2015-01-081-34/+110
* main: Added entry point for glGetTextureParameterfv.Laura Ekstrand2015-01-081-10/+42
* main: Added entry points for glGetTextureLevelParameteriv, fv.Laura Ekstrand2015-01-081-32/+106
* main: legal_get_tex_level_parameter_target now handles GL_TEXTURE_CUBE_MAP.Laura Ekstrand2015-01-081-2/+13
* main: Added entry points for glTextureParameteriv, Iiv, Iuiv.Laura Ekstrand2015-01-081-34/+111
* main: Added entry point for glTextureParameteri.Laura Ekstrand2015-01-081-11/+43