Re: [Mesa-dev] [PATCH 1/4] mesa: add INTEL_blackhole_render

2018-04-04 Thread Lionel Landwerlin
On 04/04/18 17:51, Emil Velikov wrote: On 4 April 2018 at 15:48, Lionel Landwerlin wrote: On 15/03/18 16:03, Emil Velikov wrote: Spec says "OpenGL 3.0 is required" so GLL + GLC should become 30 Wrt GLES side the spec does not mention anything - is that ES1, ES2, which version etc. Worth keepi

Re: [Mesa-dev] [PATCH 1/4] mesa: add INTEL_blackhole_render

2018-04-04 Thread Emil Velikov
On 4 April 2018 at 15:48, Lionel Landwerlin wrote: > On 15/03/18 16:03, Emil Velikov wrote: > >> Spec says "OpenGL 3.0 is required" so GLL + GLC should become 30 >> Wrt GLES side the spec does not mention anything - is that ES1, ES2, >> which version etc. >> Worth keeping it simple and update the

Re: [Mesa-dev] [PATCH 1/4] mesa: add INTEL_blackhole_render

2018-04-04 Thread Lionel Landwerlin
On 15/03/18 16:03, Emil Velikov wrote: +EXT(INTEL_blackhole_render , INTEL_blackhole_render , GLL, GLC, x , ES2, 2018) Spec says "OpenGL 3.0 is required" so GLL + GLC should become 30 Wrt GLES side the spec does not mention anything - is that ES1, ES2, which ve

Re: [Mesa-dev] [PATCH 1/4] mesa: add INTEL_blackhole_render

2018-03-15 Thread Emil Velikov
On 15 March 2018 at 16:08, Lionel Landwerlin wrote: > On 15/03/18 16:03, Emil Velikov wrote: >> >> HI Lionel, >> >> On 15 March 2018 at 14:24, Lionel Landwerlin >> wrote: >>> >>> Signed-off-by: Lionel Landwerlin >>> --- >>> include/GL/glext.h | 5 + >>> include/GLES2/gl2ext

Re: [Mesa-dev] [PATCH 1/4] mesa: add INTEL_blackhole_render

2018-03-15 Thread Lionel Landwerlin
On 15/03/18 16:03, Emil Velikov wrote: HI Lionel, On 15 March 2018 at 14:24, Lionel Landwerlin wrote: Signed-off-by: Lionel Landwerlin --- include/GL/glext.h | 5 + include/GLES2/gl2ext.h | 5 + src/mapi/glapi/registry/gl.xml | 8 +++- Please updat

Re: [Mesa-dev] [PATCH 1/4] mesa: add INTEL_blackhole_render

2018-03-15 Thread Emil Velikov
HI Lionel, On 15 March 2018 at 14:24, Lionel Landwerlin wrote: > Signed-off-by: Lionel Landwerlin > --- > include/GL/glext.h | 5 + > include/GLES2/gl2ext.h | 5 + > src/mapi/glapi/registry/gl.xml | 8 +++- Please update these by pulling the latest files

[Mesa-dev] [PATCH 1/4] mesa: add INTEL_blackhole_render

2018-03-15 Thread Lionel Landwerlin
Signed-off-by: Lionel Landwerlin --- include/GL/glext.h | 5 + include/GLES2/gl2ext.h | 5 + src/mapi/glapi/registry/gl.xml | 8 +++- src/mesa/main/clear.c| 2 +- src/mesa/main/enable.c | 10 ++ src/mesa/main/extensions_table