Re: [Mesa-dev] [PATCH] swrast: add texfetch code for some XBGR formats

2013-06-10 Thread Jose Fonseca
- Original Message - > Fixes piglit texture-packed-formats regression. We need to implement > more XBGR formats here eventually, but many are UINT/SINT formats > which swrast doesn't handle yet anyway (integer textures). > > Bugzilla https://bugs.freedesktop.org/show_bug.cgi?id=64935 >

[Mesa-dev] [PATCH] swrast: add texfetch code for some XBGR formats

2013-06-10 Thread Brian Paul
Fixes piglit texture-packed-formats regression. We need to implement more XBGR formats here eventually, but many are UINT/SINT formats which swrast doesn't handle yet anyway (integer textures). Bugzilla https://bugs.freedesktop.org/show_bug.cgi?id=64935 --- src/mesa/swrast/s_texfetch.c | 1