Re: [Mesa-dev] [PATCH 02/11] mesa: Add ARB_shader_image_load_store to the extension table.

2013-11-25 Thread Francisco Jerez
Chris Forbes chr...@ijw.co.nz writes: Does this want to be enabled in compatibility? I had assumed we wouldn't, for the same reasons we don't enable texbo there. Hmm... I don't see why not. The extension was specifically written against the GL 3.2 compatibility profile. On Mon, Nov 25,

[Mesa-dev] [PATCH 02/11] mesa: Add ARB_shader_image_load_store to the extension table.

2013-11-24 Thread Francisco Jerez
--- 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 104618c..19cf34d 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -123,6 +123,7 @@ static

Re: [Mesa-dev] [PATCH 02/11] mesa: Add ARB_shader_image_load_store to the extension table.

2013-11-24 Thread Chris Forbes
Does this want to be enabled in compatibility? I had assumed we wouldn't, for the same reasons we don't enable texbo there. On Mon, Nov 25, 2013 at 6:00 PM, Francisco Jerez curroje...@riseup.net wrote: --- src/mesa/main/extensions.c | 1 + src/mesa/main/mtypes.h | 1 + 2 files changed, 2