Re: [Mesa-dev] [PATCH v2 2/8] mesa: add ARB_conditional_render_inverted extension bit

2014-08-17 Thread Ilia Mirkin
If it were me doing it, I'd fold this with the previous change. Given the comments I gave on 1/8, you'll need to at least flip their order. On Sun, Aug 17, 2014 at 5:15 PM, Tobias Klausmann wrote: > Signed-off-by: Tobias Klausmann > --- > src/mesa/main/extensions.c | 1 + > src/mesa/main/mtypes

[Mesa-dev] [PATCH v2 2/8] mesa: add ARB_conditional_render_inverted extension bit

2014-08-17 Thread Tobias Klausmann
Signed-off-by: Tobias Klausmann --- src/mesa/main/extensions.c | 1 + src/mesa/main/mtypes.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index c5bd7b3..553c01e 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensi