Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / main / texcompress_rgtc.c
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
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...
2018-04-12 Marek Olšákmesa: include mtypes.h less
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-17 Ulrich Weigandmesa: Fix texture compression on big-endian systems
2015-04-01 Brian Paulmesa: remove unneeded #include of colormac.h
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-01-12 Iago Toral Quirogamesa: Remove _mesa_make_temp_float_image
2015-01-12 Iago Toral Quirogamesa: Remove _mesa_make_temp_ubyte_image
2014-09-17 Dave Airlieutil: move shared rgtc code to util (v2)
2014-01-27 Mark Muellermesa: Fix Type A _INT formats to MESA_FORMAT naming...
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2013-04-30 Eric Anholtswrast: Replace ImageOffsets with an ImageSlices pointer.
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-01-02 Brian Paulmesa: fix signed/unsignd mix-up in fetch_signed_l_latc1()
2012-12-14 Brian Paulmesa: remove old swrast-based compressed texel fetch...
2012-12-14 Brian Paulmesa: add new texel fetch code for rgtc formats
2012-09-04 Brian Paulmesa: remove more null pointer checks before free(...
2012-08-24 Brian Paulmesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches...
2012-01-24 Brian Paulswrast: s/Data/Map/ in swrast_texture_image
2012-01-02 Brian Paulmesa: remove the dstX/Y/Zoffset params to _mesa_texstor...
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-09-21 Brian Paulmesa/gallium: remove GLchan from latc, rgtc code
2011-09-21 Brian Paulmesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ub...
2011-09-17 Brian Paulmesa: move gl_texture_image::FetchTexel fields to swrast
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-08 Marek Olšákmesa: fix dstRowDiff computation in RGTC texstore functions
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-08 Marek Olšákmesa: add EXT_texture_compression_latc
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-02 Dave Airliergtc: move the texel fetch into common unsigned/signed...
2011-03-02 Dave Airliergtc: fix issues with compressor and signed types.
2011-03-02 Dave Airliergtc: don't try to access off the end of the block.
2011-03-02 Dave Airliergtc: move to using ubyte for fetch instead of chan...
2011-03-01 Dave Airliergtc: fix fetch function limits for signed types
2011-03-01 Dave Airlieswrast/rgtc: fix rendering issues introduced when fix...
2011-03-01 Dave Airliergtc: shared the compressor code between signed/unsigned
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-28 Dave Airliergtc: fix void pointer arith.
2011-02-28 Dave Airliemesa: Add RGTC texture store/fetch support.