mesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.
[mesa.git] / src / mesa / main / texstore.c
2014-01-15 Francisco Jerezmesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.
2014-01-15 Francisco Jerezmesa: Add MESA_FORMAT_ABGR2101010.
2013-12-14 Brian Paulmesa: document _mesa_texstore() return value
2013-10-11 Topi Pohjolainenmesa: Allow external textures to use fallback (0, 0...
2013-07-12 Brian Paulmesa: s/GLuint/GLint/ to silence MSVC warning in textore.c
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-02-18 Marek Olšákst/mesa: simplify and improve CopyTexSubImage
2013-02-18 Marek Olšákst/mesa: implement blit-based TexImage and TexSubImage
2013-02-11 Marek Olšákmesa: remove per-format memcpy codepaths from texstore...
2013-02-11 Marek Olšákmesa: implement common texstore memcpy function for...
2013-02-06 Marek Olšákmesa: add RGBX formats for existing GL RGB texture...
2013-02-06 Marek Olšákmesa: fixup inconsistent naming of RG16 formats
2013-01-12 Jordan Justentexstore argb2101010: merge GL_RGBA and GL_RGB cases
2013-01-02 Paul Berrymesa: Implement compressed 2D array textures.
2013-01-02 Paul Berrymesa: Fix error reporting in _mesa_invalidate_pbo_...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SRGB8_PU...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RGB8_PUN...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SIGNED_R...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SIGNED_R...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RG11_EAC
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_R11_EAC
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SRGB8_AL...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RGBA8_ET...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2
2012-12-08 Anuj Phogatmesa: Add new MESA_FORMATs for ETC2 compressed textures
2012-11-08 Dave Airliemesa: add fbo/texture support for ARB_texture_cube_map_...
2012-10-02 Brian Paulmesa: remove bogus compressed texture size checks
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_texture_sRGB define.
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-08-15 Jordan Justenmesa texstore: handle signed/unsigned integer clamping
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters CompressedTexImage
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from AllocTextureIm...
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from TexImage
2012-07-21 Jordan Justenmesa formats: add MESA_FORMAT_ABGR2101010_UINT
2012-07-20 Brian Paulmesa: update texstore.c comment
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexSubImage1...
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexImage1/2...
2012-06-06 Brian Paulmesa: consolidate internal glTexSubImage1/2/3D code
2012-06-06 Brian Paulmesa: consolidate internal glTexImage1/2/3D code
2012-02-24 Brian Paulmesa: stop using MAX_WIDTH in texstore code
2012-02-22 Brian Paulmesa: add special case in texstore.c for GL_LUMINANCE_A...
2012-01-30 Brian Paulmesa: consolidate general ubyte texstore code
2012-01-30 Brian Paulmesa: use _mesa_pack_ubyte_rgba_rect() in texstore...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: use _mesa_format_matches_format_and_type() in...
2012-01-27 Eric Anholtmesa: Don't round-trip integer texture data through...
2012-01-18 Brian Paulmesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage...
2012-01-12 Brian Paulmesa: fix incorrect float vs. int values in a few places
2012-01-06 Vinson Leemesa: Remove 'texelBytes' declarations that are only...
2012-01-02 Brian Paulmesa: remove the dstX/Y/Zoffset params to _mesa_texstor...
2011-12-30 Brian Paulmesa: simplify Driver.CompressedTex[Sub]Image function...
2011-12-30 Brian Paulmesa: simplify Driver.TexImage() parameters
2011-12-30 Brian Paulmesa: simplify Driver.TexSubImage() parameters
2011-12-24 Brian Paulmesa: consolidate texstore functions
2011-12-24 Brian Paulmesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D...
2011-12-10 Dave Airliemesa: add missing RG_INTEGER and some RED_INTEGER_EXT...
2011-12-08 Brian Paulmesa: remove TextureMemCpy driver hook
2011-12-02 Eric Anholtmesa: Fix assertions for block size handling in glCompr...
2011-12-02 Eric Anholtmesa: Fix glCompressedTexSubImage (and non-Sub) for...
2011-12-02 Eric Anholtmesa: Fix glCompressedTexImage when dstRowStride !...
2011-12-02 Brian Paulmesa: fix some minor texstore comments
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
2011-12-02 Chia-I Wumesa: add support for GL_OES_compressed_ETC1_RGB8_texture
2011-11-29 Brian Paulmesa: update texstore comments for R/G textures
2011-11-28 Brian Paulmesa: handle MapTextureImage() failures in glTexImage...
2011-11-28 Dave Airliemesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT...
2011-11-27 Chia-I Wumesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
2011-11-22 Eric Anholtmesa: Make formats.c "datatype" values match glGetTexLe...
2011-10-26 Eric Anholtmesa: Skip texstore for 0-sized texture data.
2011-10-23 Brian Paulmesa: move gl_texture_image::Data, RowStride, ImageOffs...
2011-10-06 Brian Paulmesa: get rid of imageOffsets arrays in texstore code
2011-10-05 Dave Airliemesa/texstore: add texstore paths for all the integer...
2011-10-05 Dave Airlietexstore: create texstore table on first access.
2011-10-03 Brian Paulmesa: fix warning (MSVC error) about void pointer arith...
2011-10-03 Eric Anholtmesa: When storing texture data for a 1D array, map...
2011-09-21 Brian Paulmesa: convert _mesa_unpack_color_span_chan() to ubyte
2011-09-21 Brian Paulmesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ub...
2011-09-17 Brian Paulmesa: use ctx->Driver.AllocTextureImageBuffer() to...
2011-09-06 Ian Romanickmesa: Remove GL_COLOR_INDEX from base format assertions
2011-08-29 Ian Romanickmesa: Remove all mention of MESA_FORMAT_CI8
2011-08-29 Brian Paulmesa: Convert texstore.c to accessing textures using...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-20 Brian Paulmesa: remove comments referring to Driver.TexImage1D/2D
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-10 Marek Olšákmesa: implement texstore for DEPTH32F_STENCIL8
2011-07-10 Marek Olšákmesa: implement texstore for DEPTH_COMPONENT32F
2011-07-10 Marek Olšákmesa: initial ARB_depth_buffer_float support
next