| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |