mesa/st: introduce PIPE_CAP_NO_CLIP_ON_COPY_TEX
[mesa.git] / src / mesa / main / teximage.c
2020-09-02 Pierre-Eric Pellou... mesa/st: introduce PIPE_CAP_NO_CLIP_ON_COPY_TEX
2020-07-20 Yevhenii Kolesnikovmesa: change error code of *TextureSubImage* for incorr...
2020-07-02 Timothy Arcerimesa: add missing fallthrough comment to teximage.c
2020-04-29 Marek Olšákmesa: report GL_INVALID_OPERATION for invalid glTexture...
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-21 Dylan Bakermesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
2020-04-21 Dylan Bakerreplace _mesa_logbase2 with util_logbase2
2020-04-21 Dylan Bakerreplace _mesa_is_pow_two with util_is_power_of_two_*
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2020-01-13 Gurchetan Singhglapi / teximage: implement EGLImageTargetTexStorageEXT
2020-01-13 Gurchetan Singhteximage: split out helper from EGLImageTargetTexture2DOES
2019-11-19 Pierre-Eric Pellou... mesa: implement ARB_texture_storage_multisample + EXT_d...
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_texture_buffer_range glTextureBufferRange...
2019-10-20 Eric Anholtmesa: Redefine the RG formats as array formats.
2019-10-20 Eric Anholtmesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB...
2019-10-20 Eric Anholtmesa: Replace the LA16_UNORM packed formats with one...
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa + EXT_texture_buffer_object functions
2019-10-16 Pierre-Eric Pellou... mesa: fix invalid target error handling for teximage
2019-09-04 Ilia Mirkinteximage: ensure that Tex*SubImage* checks format
2019-08-21 Jose Maria Casanov... mesa: recover target_check before get_current_tex_objects
2019-08-20 Jose Maria Casanov... mesa: reverse no_error on compressed_tex_sub_image...
2019-08-19 Pierre-Eric Pellou... mesa: add EXT_dsa glCompressedMultiTex* functions
2019-08-19 Pierre-Eric Pellou... mesa: add EXT_dsa glCompressedTexture(Sub)Image1D/2D...
2019-08-19 Pierre-Eric Pellou... mesa: refactor compressed_tex_sub_image function
2019-08-06 Pierre-Eric Pellou... mesa: add EXT_dsa glCopyMultiTexImage* and glCopyMultiT...
2019-08-06 Pierre-Eric Pellou... mesa: add EXT_dsa glMultiTexSubImage1D/2D/3DEXT
2019-08-06 Pierre-Eric Pellou... mesa: add EXT_dsa glMultiTexImage1D/2D/3DEXT + glGetMul...
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-22 Marek Olšákmesa: fix assertion failure in TexImage
2019-07-20 Pierre-Eric Pellou... mesa: add EXT_dsa gl(Copy)Texture(Sub)Image1D/2D/3DEXT...
2019-07-20 Pierre-Eric Pellou... mesa: move lookup_texture_ext_dsa up in teximage.c
2019-07-20 Pierre-Eric Pellou... mesa: pass gl_texture_object as arg to not depend on...
2019-07-16 Eric Anholtmesa: Give _mesa_format_get_color_encoding a clearer...
2019-06-28 Timothy Arcerimesa: add support for glCompressedTextureSubImage2DEXT()
2019-06-28 Timothy Arcerimesa: add support for glTextureSubImage2DEXT()
2019-05-14 Marek Olšákmesa: fix _mesa_max_texture_levels for GL_TEXTURE_EXTER...
2019-05-13 Eric Anholtmesa: Replace MaxTextureLevels with MaxTextureSize.
2019-05-13 Eric Anholtmesa: Remove proxy image checks for maximum level.
2019-05-13 Eric Anholtmesa: Reuse _mesa_max_texture_levels() instead of open...
2019-04-23 Jonathan Marekmesa: add GL_AMD_compressed_ATC_texture support
2019-01-28 Gert Wollnymesa/main: Use flag for EXT_sRGB instead of EXT_framebu...
2018-12-03 Erik Faye-Lundmesa/main: rename format-check function
2018-10-23 Eduardo Lima Mitevmesa/glformats: Remove redundant helper _mesa_base_form...
2018-08-13 Tapani Pällimesa: enable EXT_render_snorm extension
2018-08-04 Marek Olšákmesa: add storageSamples parameter to renderbuffer...
2018-07-31 Tapani Pällimesa: fix a typo (trivial)
2018-04-27 Tapani Pällimesa: add TBO support for GL_EXT_texture_norm16
2018-04-13 Brian Paulmesa: remove snprintf macro in imports.h to fix MSVC...
2018-04-11 Ian Romanickmesa: Silence remaining unused parameter warnings in...
2018-04-11 Ian Romanickmesa: Silence unused parameter warning in compressedtex...
2018-04-10 Topi Pohjolainenmesa: Assert base format before truncating to unsigned...
2018-03-29 Henri Verbeetmesa: Inherit texture view multi-sample information...
2018-03-19 Marek Olšákmesa: adjust incorrect comment in texture_buffer_range
2018-03-16 Juan A. Suarez Romeromesa: RGB9_E5 invalid for CopyTexSubImage* in GLES
2018-02-05 Juan A. Suarez Romeromesa: enable ASTC format for CompressedTexSubImage3D
2018-01-30 Elie Tourniermesa: Correctly print glTexImage dimensions
2017-12-05 Brian Paulmesa: add const qualifier on _mesa_is_renderable_textur...
2017-12-05 Brian Paulmesa: simplify/improve some _mesa_error() calls in...
2017-11-28 Tapani Pällimesa/gles: adjust internal format in glTexSubImage2D...
2017-11-21 Juan A. Suarez Romeromesa/teximage: add TEXTURE_CUBE_MAP_ARRAY target for...
2017-10-10 Eric Anholtmesa: Expose GL_OES_required_internalformat on GLES...
2017-10-03 Brian Paulmesa: silence 'variable may be used uninitialized'...
2017-10-03 Matt Turnermesa: Drop Mesa_DXTn from gl_context
2017-09-08 Brian Paulmesa: whitespace, formatting fixes in teximage.c
2017-09-08 Brian Paulmesa: provide more info in some texture image error...
2017-08-20 Christoph Haagmesa: only copy requested compressed teximage cubemap...
2017-08-06 Andres Rodriguezmesa: hook up memory object multisamples tex(ture)stora...
2017-08-02 Samuel Pitoisetmesa: make get_texbuffer_format() global
2017-07-31 Samuel Pitoisetmesa: add KHR_no_error support to glTextureSubImage*D()
2017-07-31 Samuel Pitoisetmesa: add texturesubimage_error() helper
2017-07-24 Samuel Pitoisetmesa: add compressed_tex_sub_image_{error,no_error...
2017-07-22 Brian Paulmesa: remove pointless assignments in init_teximage_fie...
2017-07-22 Brian Paulmesa: include texture size in error messages
2017-07-21 Topi Pohjolainenmain/teximage: Even on failure use valid format for...
2017-07-06 Brian Paulmesa: simplify get_tex_images_for_clear()
2017-07-06 Brian Paulmesa: new comments, assertion related to glClearTexSubImage
2017-06-26 Timothy Arcerimesa: add KHR_no_error support for glCopyTexImage*D()
2017-06-26 Timothy Arcerimesa: add no error support to copyteximage()
2017-06-26 Timothy Arcerimesa: create copyteximage_err() helper and always inlin...
2017-06-26 Timothy Arcerimesa: tidy up copyteximage()
2017-06-26 Timothy Arcerimesa: add KHR_no_error support for glCopyTex{ture}SubIm...
2017-06-26 Timothy Arcerimesa: add copy_texture_sub_image_no_error() helper
2017-06-26 Timothy Arcerimesa: remove redundant NULL check
2017-06-26 Timothy Arcerimesa: create copy_texture_sub_image_err() helper
2017-06-26 Timothy Arcerimesa: make _mesa_copy_texture_sub_image() static
2017-06-26 Timothy Arcerimesa: add KHR_no_error support for gl{Compressed}TexIma...
2017-06-26 Timothy Arcerimesa: add no error support to teximage()
2017-06-26 Timothy Arcerimesa: create wrapper around teximage()
2017-06-22 Samuel Pitoisetmesa: fix using texture id 0 with glTextureSubImage*()
2017-06-22 Samuel Pitoisetmesa: use _mesa_lookup_texture_err() in get_tex_obj_for...
2017-06-14 Samuel Pitoisetmesa: refuse to change textures when a handle is allocated
2017-06-07 Samuel Pitoisetmesa: add KHR_no_error support for glTexSubImage*D()
2017-06-07 Samuel Pitoisetmesa: add texsubimage() helper
2017-06-07 Samuel Pitoisetmesa: make _mesa_texture_sub_image() static
2017-06-07 Samuel Pitoisetmesa: rename texsubimage() to texsubimage_err()
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glCompressedTex...
2017-05-17 Timothy Arcerimesa: add 3D support to compressed_tex_sub_image()...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glCompressedTex...
2017-05-17 Timothy Arcerimesa: add 2D support to compressed_tex_sub_image()...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for CompressedTex*SubIma...
next