Re: [Mesa-dev] [PATCH 3/3] egl: Add MESA_image_sRGB extension.

2013-03-01 Thread John Kåre Alsaker
On Fri, Mar 1, 2013 at 10:01 PM, Ian Romanick wrote: > On 02/27/2013 10:19 PM, John Kåre Alsaker wrote: >> >> On Mon, Feb 25, 2013 at 8:55 PM, Ian Romanick wrote: >>> >>> Also... are there piglit tests coming? >> >> Not unless you convince me otherwise. I don't think I'll be able to >> verify tha

Re: [Mesa-dev] [PATCH 3/3] egl: Add MESA_image_sRGB extension.

2013-03-01 Thread Ian Romanick
On 02/27/2013 10:19 PM, John Kåre Alsaker wrote: On Mon, Feb 25, 2013 at 8:55 PM, Ian Romanick wrote: Also... are there piglit tests coming? Not unless you convince me otherwise. I don't think I'll be able to verify that said tests work however. More recent versions of the spec template incl

Re: [Mesa-dev] [PATCH 3/3] egl: Add MESA_image_sRGB extension.

2013-02-27 Thread John Kåre Alsaker
On Mon, Feb 25, 2013 at 8:55 PM, Ian Romanick wrote: > Also... are there piglit tests coming? Not unless you convince me otherwise. I don't think I'll be able to verify that said tests work however. > More recent versions of the spec template include a section for describing > conformance tests.

Re: [Mesa-dev] [PATCH 3/3] egl: Add MESA_image_sRGB extension.

2013-02-25 Thread Ian Romanick
On 02/23/2013 07:53 AM, John Kåre Alsaker wrote: This gives applications access to use DRIimage.duplicateImage to create sRGB and linear views from EGL images. The spec and the implementation really should be separate commits. Also... are there piglit tests coming? --- docs/MESA_image_sRG

[Mesa-dev] [PATCH 3/3] egl: Add MESA_image_sRGB extension.

2013-02-23 Thread John Kåre Alsaker
This gives applications access to use DRIimage.duplicateImage to create sRGB and linear views from EGL images. --- docs/MESA_image_sRGB.spec | 132 include/EGL/eglmesaext.h| 7 ++ src/egl/drivers/dri2/egl_dri2.c | 115 ++