mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions
[mesa.git] / src / mesa / main / texcompress_rgtc.c
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.