swrast: remove dstType param from _swrast_read_rgba_span()
[mesa.git] / src / mesa / swrast / s_texfetch.c
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-30 Brian Paulswrast: use STATIC_ASSERT to make sure texfetch table...
2011-11-28 Brian Paulswrast: add missing texfetch table entry for MESA_FORMA...
2011-11-27 Chia-I Wumesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
2011-10-07 Brian Paulswrast: s/FetchTexelf/FetchTexel/
2011-10-07 Brian Paulswrast: remove unused swrast_texture_image::FetchTexelc...
2011-10-05 Brian Paulswrast: update texfetch_funcs table for new int/uint...
2011-10-01 Brian Paulmesa: s/INLINE/inline/
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