util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
[mesa.git] / src / mesa / main / texstore.c
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakermesa/main: replace uses of _mesa_little_endian with...
2019-09-13 Jiadong Zhumesa: fix texStore for FORMAT_Z32_FLOAT_S8X24_UINT
2018-07-28 Brian Paulmesa: whitespace clean-up in texstore.c
2018-07-28 Brian Paulmesa: move var decls in texstore_rgba()
2018-07-28 Brian Paulmesa: remove unneeded free() call in texstore_rgba()
2018-04-12 Marek Olšákmesa: include mtypes.h less
2017-04-10 Bartosz Tomczykmesa: use single memcpy when strides match in glReadPix...
2016-08-05 Jason Ekstrandutil: Move format_r11g11b10f.h to src/util
2016-08-05 Jason Ekstrandutil: Move format_rgb9e5.h to src/util
2016-05-03 Anuj Phogatmesa: Handle 3d block sizes in _mesa_compute_compressed...
2016-04-15 Nanley Cherymesa/texstore: Use Driver.CompressedTexSubImage in...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-18 Rob Clarkmesa: fix new gcc6 warnings
2015-10-22 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-20 Brian Paulmesa: simple whitespace fix in texstore.c
2015-10-20 Brian Paulmesa: make memcpy_texture() non-static
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-01 Dave Airliemesa: fix SwapBytes handling in numerous places
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Marek Olšákmesa: create multisample fallback textures like normal...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-25 Nanley Cherymesa/formats: remove compressed formats from matching...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-02 Ilia Mirkinmesa: reset the source packing when creating temp trans...
2015-04-01 Brian Paulmesa: remove unneeded #include of colormac.h
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-16 Brian Paulmesa: move assertion after declarations in texstore.c
2015-02-16 Iago Toral Quirogamesa: Fix element count for byte-swaps in texstore...
2015-02-16 Iago Toral Quirogamesa: Handle transferOps in texstore_rgba
2015-01-12 Iago Toral Quirogamesa: Remove _mesa_make_temp_float_image
2015-01-12 Iago Toral Quirogamesa: Remove _mesa_make_temp_ubyte_image
2015-01-12 Iago Toral Quirogamesa: Use _mesa_format_convert to implement texstore_rgba.
2015-01-12 Iago Toral Quirogamesa: Expose compute_component_mapping as _mesa_compute...
2015-01-12 Jason Ekstrandmesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORM
2014-12-01 Brian Paulmesa: fix arithmetic error in _mesa_compute_compressed_...
2014-11-18 Siavash Eliasimesa/main: Fix tmp_row memory leak in texstore_rgba_int...
2014-09-02 Jason Ekstrandmain: Don't leak temporary texture rows
2014-08-16 Brian Paulmesa: minor improvements to _mesa_compute_compressed_pi...
2014-08-14 Jason Ekstrandmesa/texstore: Don't use the _mesa_swizzle_and_convert...
2014-08-14 Roland Scheideggermesa: fix texstore with GL_COLOR_INDEX data
2014-08-12 Neil Robertsmesa: Add texstore functions for BPTC-compressed textures
2014-08-05 Jason Ekstrandmesa/texstore: Add a generic rgba integer texture uploa...
2014-08-05 Jason Ekstrandmesa/texstore: Add a generic float/normalized rgba...
2014-08-05 Jason Ekstrandmesa/texstore: Use _mesa_swizzle_and_convert when possible
2014-08-05 Jason Ekstrandmain/texstore: Split texture storage into three functions
2014-07-23 Neil Robertstexstore: Add a generic implementation of GL_ARB_clear_...
2014-07-22 Anuj Phogatmesa: Don't use memcpy() in _mesa_texstore() for float...
2014-06-30 Jason EkstrandRemove the ATI_envmap_bumpmap extension
2014-06-09 Chris Forbesmesa: Compute proper strides for compressed texture...
2014-06-09 Chris Forbesmesa: Extract computation of compressed pixel store...
2014-05-01 Brian Paulmesa: move declarations before code in texstore.c
2014-05-01 Anuj Phogatmesa: Remove redundant if checks in _mesa_texstore_xx_x...
2014-05-01 Anuj Phogatmesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstor...
2014-05-01 Anuj Phogatmesa: Add missing types in _mesa_texstore_xx_xx() functions
2014-04-11 Brian Paulmesa: use _mesa_get_srgb_format_linear() in sRGB texsto...
2014-03-31 Chris Forbesmesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGB
2014-03-10 Brian Paulmesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_...
2014-03-07 Brian Paulmesa: add MESA_FORMAT_R8G8B8A8_SRGB
2014-03-06 Chia-I Wumesa: add MESA_FORMAT_B8G8R8X8_SRGB
2014-02-10 Kenneth Graunkemesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT...
2014-01-27 Mark Muellermesa: Fix Type A _INT formats to MESA_FORMAT naming...
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names containg SIGNED
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and...
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
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
next