mesa: add infra for ARB_shader_clock
[mesa.git] / src / mesa / main / teximage.c
2015-09-28 Eduardo Lima Mitevmesa: Move _mesa_base_tex_format() from teximage to...
2015-09-28 Eduardo Lima Mitevmesa: Fix order of format+type and internal format...
2015-09-22 Brian Paulmesa: const-qualify _mesa_base_tex_format() ctx param
2015-09-19 Nanley Cherymesa/teximage: reuse compressed format utility function...
2015-09-15 Nanley Cherymesa/teximage: restrict GL_ETC1_RGB8_OES support to...
2015-09-15 Nanley Cherymesa/extensions: restrict luminance alpha formats to...
2015-08-27 Brian Paulmesa: rename rowStride to imageStride in texturesubimage()
2015-08-27 Ilia Mirkinmesa: only copy the requested teximage faces
2015-08-26 Nanley Cherymesa: return bool instead of GLboolean in compressedtex...
2015-08-26 Nanley Cherymesa/teximage: return the base internal format of the...
2015-08-26 Nanley Cherymesa/teximage: accept ASTC formats for 3D texture speci...
2015-08-26 Nanley Cherymesa: don't enable online compression for ASTC formats
2015-08-25 Nanley Cherymesa/teximage: Add GL error parameter to _mesa_target_c...
2015-08-25 Dave Airliemesa: enable texture stencil8 for multisample
2015-08-19 Tapani Pällimesa: validate size parameters for glTexStorage*Multisample
2015-08-17 Timothy Arcerimesa: check samples > 0 for glTex*Multisample
2015-08-17 Timothy Arcerimesa: rename texture function now that its static
2015-08-14 Tapani Pällimesa: set correct error for non-renderable multisample...
2015-08-13 Timothy Arcerimesa: remove extern from texture function
2015-08-12 Nanley Cherymesa/teximage: report the correct function which trigge...
2015-08-05 Eduardo Lima Mitevmesa: Add missing check of format and type in glTexSubI...
2015-08-05 Eduardo Lima Mitevmesa: Fix error returned by glCopyTexImage2D() upon...
2015-08-05 Eduardo Lima Mitevmesa: Validate target before resolving tex obj in glTex...
2015-08-03 Marta Lofstedtmesa/es3.1: Allow multisampled textures for GLES 3.1
2015-08-03 Marta Lofstedtmesa/es3.1: Allow textures with target GL_TEXTURE_2D_MU...
2015-07-24 Brian Paulmesa: do more thorough target checking in compressed_su...
2015-07-24 Brian Paulmesa: another target fix in compressed_subtexture_targe...
2015-07-24 Brian Paulmesa: simplify format check in compressed_subtexture_ta...
2015-07-23 Eduardo Lima Mitevmesa: Fix error in target validation of glCompressedTex...
2015-07-22 Brian Paulmesa: assorted whitespace, formatting fixes in teximage.c
2015-07-22 Brian Paulmesa: allow GL_TEXTURE_CUBE_MAP_ARRAY case for glCompre...
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-07-18 Roland Scheideggermesa: fix up some texture error checks
2015-06-08 Dave Airliemesa/teximage: use correct extension for accept stencil...
2015-05-28 Ian RomanickRevert "mesa: Add ARB_direct_state_access checks in...
2015-05-14 Fredrik Höglundmesa: Add ARB_direct_state_access checks in texture...
2015-04-24 Brian Paulmesa: put more info in glTexImage GL_OUT_OF_MEMORY...
2015-04-23 Dave Airliemesa: finish implementing ARB_texture_stencil8 (v5)
2015-03-19 Laura Ekstrandmain: Add TEXTURE_CUBE_MAP support in CopyTextureSubIma...
2015-03-19 Laura Ekstrandmain: Simplify debug messages for CopyTex*SubImage*D.
2015-03-13 Eduardo Lima Mitevmesa: Check for valid PBO access in gl(Compressed)Tex...
2015-03-09 Laura Ekstrandmain: Add entry point for TextureBufferRange.
2015-03-09 Laura Ekstrandmain: Add check_texture_buffer_target.
2015-03-09 Laura Ekstrandmain: Add check_texture_buffer_range.
2015-03-09 Laura Ekstrandmain: Cosmetic changes for Texture Buffers.
2015-03-09 Laura Ekstrandmain: Refactor _mesa_texture_buffer_range.
2015-03-09 Laura Ekstrandmain: Use _mesa_lookup_bufferobj_err to simplify Tex...
2015-03-09 Laura Ekstrandmain: Add TEXTURE_CUBE_MAP support for glCompressedText...
2015-03-09 Laura Ekstrandmain: assert(texImage) in ARB_DSA texture cube map...
2015-03-09 Laura Ekstrandmain: Remove redundant NumLayers checks.
2015-03-02 Jason Ekstrandmain/base_tex_format: Properly handle STENCIL_INDEX1...
2015-03-02 Brian Paulmesa/main: replace Elements() with ARRAY_SIZE()
2015-02-27 Laura Ekstrandmain: Fix whitespace in teximage.c.
2015-02-26 Laura Ekstrandmain: Fix target checking for CompressedTexSubImage*D.
2015-02-26 Laura Ekstrandmain: Fix target checking for CopyTexSubImage*D.
2015-02-24 Iago Toral Quirogamesa: Add _mesa_is_array_texture helper
2015-02-24 Eduardo Lima Mitevmesa: Fix error validating args for TexSubImage3D
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-01-30 Jason Ekstrandmain: Add STENCIL_INDEX formats to base_tex_format
2015-01-30 Jason Ekstrandteximage: Don't indent switch cases
2015-01-29 Kalyan KondapallyMesa: Add support for HALF_FLOAT_OES type.
2015-01-29 Kalyan KondapallyMesa: Add support for GL_OES_texture_*float* extensions.
2015-01-12 Juha-Pekka Heikkilamesa/main: In _mesa_CompressedTextureSubImage3D() check...
2015-01-12 Iago Toral Quirogamesa: Fix incorrect assertion in init_teximage_fields_ms
2015-01-12 Samuel Iglesias... mesa: Fix get_texbuffer_format().
2015-01-08 Brian Paulmesa: compute row stride outside of loop and fix MSVC...
2015-01-08 Laura Ekstrandmain: Checking for cube completeness in TextureSubImage.
2015-01-08 Laura Ekstrandmain: Refactor in teximage.c to handle NULL from _mesa_...
2015-01-08 Laura Ekstrandmain: Added entry point for glTextureBuffer.
2015-01-08 Laura Ekstrandmain: Fix texObj->Immutable flag update in _mesa_textur...
2015-01-08 Laura Ekstrandmain: Added entry points for glTextureStorage[23]DMulti...
2015-01-08 Laura Ekstrandmain: Added entry points for glCompressedTextureSubImage*D.
2015-01-08 Laura Ekstrandmain: Added entry points for CopyTextureSubImage*D.
2015-01-08 Laura Ekstrandmain: Added entry points for glTextureSubImage*D.
2015-01-08 Laura Ekstrandmain: Removed trailing whitespaces in texture code.
2015-01-08 Laura Ekstrandmain: Moved _mesa_get_current_tex_object from teximage...
2015-01-05 Brian Paulmesa: remove unused ctx parameter for _mesa_select_tex_...
2014-12-02 Brian Paulmesa: fix height error check for 1D array textures
2014-10-16 Chris Forbesmesa: Mark buffer objects that are used as TexBOs
2014-10-10 Tapani Pällimesa: fix error reported on gTexSubImage2D when level...
2014-08-16 Brian Paulmesa: fix compressed_subtexture_error_check() return...
2014-08-16 Brian Paulmesa: move _mesa_compressed_texture_pixel_storage_error...
2014-08-12 Neil Robertsmesa: Add the format enums for BPTC-compressed images
2014-08-05 Anuj Phogatmesa: Allow GL_TEXTURE_CUBE_MAP target with compressed...
2014-08-05 Anuj Phogatmesa: Add gles3 condition for normalized internal forma...
2014-08-05 Anuj Phogatmesa: Add gles3 error condition for GL_RGBA10_A2 buffer...
2014-08-05 Anuj Phogatmesa: Add a gles3 error condition for sized internalfor...
2014-08-05 Anuj Phogatmesa: Don't allow snorm internal formats in glCopyTexIm...
2014-08-05 Anuj Phogatmesa: Fix condition for using compressed internalformat...
2014-08-05 Anuj Phogatmesa: Turn target_can_be_compressed() in to a utility...
2014-07-23 Neil Robertsmesa/main: Add generic bits of ARB_clear_texture implem...
2014-07-23 Neil Robertsteximage: Add utility func for format/internalFormat...
2014-07-23 Ilia Mirkinmesa/main: add ARB_clear_texture entrypoints
2014-06-30 Jason EkstrandRemove the ATI_envmap_bumpmap extension
2014-06-09 Chris Forbesmesa: Emit errors for inconsistent compressed pixel...
2014-06-09 Chris Forbesmesa: Make CompressedTexSubImage errors more consistent
2014-05-08 Ilia Mirkinmesa: pass target through to driver when choosing textu...
2014-04-17 Anuj Phogatmesa: Fix error condition for multisample proxy texture...
2014-03-20 Marek Olšákmesa: fix texture border handling for cube arrays
2014-03-19 Ilia Mirkinmesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
next