Re: [Mesa-dev] [PATCH] mesa: fix make check for ARB_buffer_storage

2014-02-25 Thread Ian Romanick
Vinson already beat you to the identical patch: f094866. On 02/25/2014 02:20 PM, Marek Olšák wrote: From: Marek Olšák --- src/mesa/main/tests/dispatch_sanity.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_s

Re: [Mesa-dev] [PATCH] mesa: fix make check for ARB_buffer_storage

2014-02-25 Thread Marek Olšák
It's actually an extension, so it should be available with any version. I don't know. This is the first time I'm modifying the test. Marek On Tue, Feb 25, 2014 at 11:34 PM, Ilia Mirkin wrote: > Seems oddly reminiscent of > http://cgit.freedesktop.org/mesa/mesa/commit/?id=f094866d93b772cc91844e01

Re: [Mesa-dev] [PATCH] mesa: fix make check for ARB_buffer_storage

2014-02-25 Thread Ilia Mirkin
Seems oddly reminiscent of http://cgit.freedesktop.org/mesa/mesa/commit/?id=f094866d93b772cc91844e012ad07ce4a78fda5d (although that change had 43 instead of 11 -- i guess that's the gl version?) On Tue, Feb 25, 2014 at 5:20 PM, Marek Olšák wrote: > From: Marek Olšák > > --- > src/mesa/main/test

[Mesa-dev] [PATCH] mesa: fix make check for ARB_buffer_storage

2014-02-25 Thread Marek Olšák
From: Marek Olšák --- src/mesa/main/tests/dispatch_sanity.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index 117a570..dbcd4ab 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/