[Mesa-dev] [PATCH v2 0/3] mesa/i965: Add support for INTEL_blackhole_render
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Fri Apr 6 14:33:31 UTC 2018
I should have added the branch where you can check this out :
https://github.com/djdeath/mesa/tree/wip/intel-blackhole-render
Thanks!
On 06/04/18 15:31, Lionel Landwerlin wrote:
> Hi all,
>
> This is an update after Emil's feedback and a different implementation
> in i965.
>
> Cheers,
>
> Lionel Landwerlin (3):
> include: bump GL/GLES headers & registry
> mesa: add INTEL_blackhole_render
> i965: enable INTEL_blackhole_render
>
> include/GL/glcorearb.h | 52 +-
> include/GL/glext.h | 65 +-
> include/GL/glxext.h | 20 +-
> include/GL/wglext.h | 6 +-
> include/GLES/gl.h | 15 +-
> include/GLES/glext.h | 33 +-
> include/GLES2/gl2.h | 6 +-
> include/GLES2/gl2ext.h | 143 +-
> include/GLES3/gl3.h | 6 +-
> src/mapi/glapi/registry/gl.xml | 3995 ++++++++++++------
> src/mesa/drivers/dri/i965/brw_compute.c | 46 +-
> src/mesa/drivers/dri/i965/brw_defines.h | 8 +-
> src/mesa/drivers/dri/i965/brw_draw.c | 20 +-
> src/mesa/drivers/dri/i965/intel_extensions.c | 1 +
> src/mesa/main/clear.c | 2 +-
> src/mesa/main/enable.c | 14 +
> src/mesa/main/extensions_table.h | 1 +
> src/mesa/main/mtypes.h | 7 +
> 18 files changed, 3118 insertions(+), 1322 deletions(-)
>
> --
> 2.17.0
>
More information about the mesa-dev
mailing list