Re: [Mesa-dev] [PATCH] mesa: Preserve the NewArrays state when copying a VAO

2014-02-11 Thread Brian Paul
On 02/11/2014 10:26 AM, Fredrik Höglund wrote: Cc: "10.1" "10.0" Bugzilla: https://urldefense.proofpoint.com/v1/url?u=https://bugs.freedesktop.org/show_bug.cgi?id%3D72895&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=lGQMzzTgII0I7jefp2FHq7WtZ%2BTLs8wadB%2BiIj9xpBY%3D%0A&m=lVIxA0g34qfgRkd6wwbCsac%2BEER

[Mesa-dev] [PATCH] mesa: Preserve the NewArrays state when copying a VAO

2014-02-11 Thread Fredrik Höglund
Cc: "10.1" "10.0" Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72895 --- src/mesa/main/attrib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index 0045280..5a626f2 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@