mesa: Change many Type P MESA_FORMATs to meet naming spec
[mesa.git] / src / mesa / swrast / s_texfetch_tmp.h
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
2013-10-31 Brian Paulswrast: fix MSVC double->float conversion warnings
2013-06-11 Brian Paulswrast: add texfetch code for some XBGR formats
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-01 Brian Paulswrast: add casts for ImageSlices pointer arithmetic
2013-04-30 Eric Anholtswrast: Make a teximage's stored RowStride be in terms...
2013-04-30 Eric Anholtswrast: Replace use of teximage Map in 1D/2D paths...
2013-04-30 Eric Anholtswrast: Replace ImageOffsets with an ImageSlices pointer.
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-02-06 Marek Olšákmesa: fixup inconsistent naming of RG16 formats
2012-01-24 Brian Paulswrast: remove unused StoreTexel code
2012-01-24 Brian Paulswrast: s/Data/Map/ in swrast_texture_image
2011-12-12 Marek Olšákmesa: fix possible precision issues in pack/unpack...
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 Brian Paulmesa: fix unpacking of RG88_REV texels
2011-11-27 Chia-I Wumesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
2011-10-23 Brian Paulmesa: move gl_texture_image::Data, RowStride, ImageOffs...
2011-09-21 Brian Paulswrast: s/GLubyte/GLchan/ in a cast
2011-09-18 Brian Paulswrast: fix more store_texel() bugs
2011-09-17 Brian Paulmesa: move gl_texture_image::FetchTexel fields to swrast
2011-09-17 Brian Paulmesa: move software texel fetch code into swrast