[Mesa-dev] [PATCH 1/4] mesa: add INTEL_blackhole_render
Emil Velikov
emil.l.velikov at gmail.com
Thu Mar 15 16:03:47 UTC 2018
HI Lionel,
On 15 March 2018 at 14:24, Lionel Landwerlin
<lionel.g.landwerlin at intel.com> wrote:
> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> ---
> 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 from Khronos. See git
log for examples.
>
> +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 version etc.
Worth keeping it simple and update the spec to say ES2+?
The patch implements Enable/Disable, yet IsEnabled is missing.
HTH
Emil
More information about the mesa-dev
mailing list