[Mesa-dev] [PATCH 0/2] Add INTEL_conservative_rasterization support
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Thu Dec 1 15:59:02 UTC 2016
Forgot to mentioned that this is based on top of Plamena's work (in case
you want to test) :
https://patchwork.freedesktop.org/series/15512/
On 01/12/16 15:56, Lionel Landwerlin wrote:
> Hi,
>
> Here are a couple of patches to add support for the
> INTEL_conservative_rasterization extension.
>
> This is available on Gen9+ platforms.
>
> You can find associated piglit tests here :
>
> https://patchwork.freedesktop.org/series/16230/
>
> Cheers,
>
> Lionel Landwerlin (2):
> mesa: add support for GL_INTEL_conservative_rasterization
> i965: enable INTEL_conservative_rasterization on Gen9+
>
> docs/relnotes/13.1.0.html | 1 +
> src/compiler/glsl/ast.h | 5 ++++
> src/compiler/glsl/ast_to_hir.cpp | 5 ++++
> src/compiler/glsl/ast_type.cpp | 16 ++++++++++-
> src/compiler/glsl/glsl_parser.yy | 34 ++++++++++++++++++----
> src/compiler/glsl/glsl_parser_extras.cpp | 4 +++
> src/compiler/glsl/glsl_parser_extras.h | 4 +++
> src/compiler/glsl/linker.cpp | 3 ++
> src/compiler/shader_info.h | 6 ++++
> src/mesa/drivers/dri/i965/brw_compiler.h | 1 +
> src/mesa/drivers/dri/i965/brw_defines.h | 1 +
> src/mesa/drivers/dri/i965/brw_fs.cpp | 1 +
> src/mesa/drivers/dri/i965/gen8_ps_state.c | 13 +++++----
> src/mesa/drivers/dri/i965/gen8_sf_state.c | 6 ++++
> src/mesa/drivers/dri/i965/intel_extensions.c | 1 +
> src/mesa/main/api_validate.c | 42 ++++++++++++++++++++++++++++
> src/mesa/main/enable.c | 12 ++++++++
> src/mesa/main/extensions_table.h | 1 +
> src/mesa/main/mtypes.h | 3 ++
> src/mesa/main/shaderapi.c | 1 +
> 20 files changed, 149 insertions(+), 11 deletions(-)
>
> --
> 2.10.2
>
More information about the mesa-dev
mailing list