search for: util_format_dxt3_rgba_fetch_stub

Displaying 2 results from an estimated 2 matches for "util_format_dxt3_rgba_fetch_stub".

2010 May 03
2
_mesa_init_texture_s3tc() vs util_format_s3tc_init()
...? If that's correct, the patch below might not be completely wrong. On Mon, May 3, 2010 at 12:44 AM, Xavier Chantry <chantry.xavier at gmail.com> wrote: > flightgear now dies with : > Mesa warning: external dxt library not available: texstore_rgba_dxt3 > util/u_format_s3tc.c:66:util_format_dxt3_rgba_fetch_stub: Assertion `0' failed. > > I don't really understand what these stubs are about, they were > introduced by following commit : > commit d96e87c3c513f8ed350ae24425edb74b6d6fcc13 > Author: Jos? Fonseca <jfonseca at vmware.com> > Date: ? Wed Apr 7 20:47:38 2010 +0100 &gt...
2010 May 02
0
nv50 dxt / s3tc
flightgear now dies with : Mesa warning: external dxt library not available: texstore_rgba_dxt3 util/u_format_s3tc.c:66:util_format_dxt3_rgba_fetch_stub: Assertion `0' failed. I don't really understand what these stubs are about, they were introduced by following commit : commit d96e87c3c513f8ed350ae24425edb74b6d6fcc13 Author: Jos? Fonseca <jfonseca at vmware.com> Date: Wed Apr 7 20:47:38 2010 +0100 util: Use stubs for the dyn...