On Tue, Oct 4, 2011 at 10:33 PM, Brian Paul <bri...@vmware.com> wrote: > On 10/04/2011 02:11 PM, Dave Airlie wrote: >> >> This series adds the new integer formats and the associated >> texture and fbo pieces in core mesa. >> >> I'm really trying to upstream this in chunks, I don't think >> I'll get it all perfect, but I don't think its really any >> worse than what we have now which is missing so many pieces. > > The texstore code will fail between patches 1 and 3 because the static table > is indexed by format name. That's not good for bisecting.
Yeah I mention that in my first patch that all are needed, I was going to push them as one patch. > > Prior to this series you could change the _mesa_get_texstore_func() function > to initialize the table the first time it's called. See > get_unpack_rgba_function() in format_unpack.c for an example. But this idea seems more future proof, though there is at least a debug consistency check in there now. Dave. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev