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
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
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
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