Re: [Mesa-dev] [PATCH 1/4] gallium: add basic support for BPTC formats

2014-08-07 Thread Marek Olšák
The software fallback for GenerateMipmap is entirely done in mesa/main, so you don't have to worry about it. Marek On Fri, Aug 8, 2014 at 12:34 AM, Ilia Mirkin wrote: > Thanks, will do. I'm also a little concerned that my claims of the > pack/unpack functions not being used are false... I'll nee

Re: [Mesa-dev] [PATCH 1/4] gallium: add basic support for BPTC formats

2014-08-07 Thread Ilia Mirkin
Thanks, will do. I'm also a little concerned that my claims of the pack/unpack functions not being used are false... I'll need to test whether e.g. the generate-mipmap stuff doesn't hit it. I don't think the piglits were ready before, but now they hopefully are. (I should probably also rebase on th

Re: [Mesa-dev] [PATCH 1/4] gallium: add basic support for BPTC formats

2014-08-07 Thread Marek Olšák
These functions should be updated too: util_format_srgb util_format_linear util_format_fits_8unorm Marek On Wed, Jul 23, 2014 at 3:11 AM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > > So... the pack/unpack functions just assert. As far as I can tell, these are > entirely unused unt

[Mesa-dev] [PATCH 1/4] gallium: add basic support for BPTC formats

2014-07-22 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- So... the pack/unpack functions just assert. As far as I can tell, these are entirely unused until e.g. softpipe or llvmpipe try to make use of this format. Whoever adds bptc texturing support to those drivers can add the mesa/texstore integration. src/gallium/aux