diff options
author | Jordan Justen <[email protected]> | 2014-01-25 10:55:22 -0800 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2014-02-06 16:58:33 -0800 |
commit | 020c43f401e671e80ac90182415cbbed1575dde4 (patch) | |
tree | 725b339175d1261b47888708b6923c9147e3ae93 /src/mesa/main/config.h | |
parent | 60914fa80d77e2104460f8aeeed8b7c34cfa13b2 (diff) |
main/get: support ARB_gpu_shader5
If a driver enables ARB_gpu_shader5 and sets Const.MaxVertexSteams >= 4,
then piglit's arb_gpu_shader5-minmax test should now pass.
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 0c1782ad70c..30da5d4222b 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -272,6 +272,15 @@ #define MAX_DEBUG_GROUP_STACK_DEPTH 64 /*@}*/ +/** For GL_ARB_gpu_shader5 */ +/*@{*/ +#define MAX_GEOMETRY_SHADER_INVOCATIONS 32 +#define MIN_FRAGMENT_INTERPOLATION_OFFSET -0.5 +#define MAX_FRAGMENT_INTERPOLATION_OFFSET 0.5 +#define FRAGMENT_INTERPOLATION_OFFSET_BITS 4 +#define MAX_VERTEX_STREAMS 4 +/*@}*/ + /* * Color channel component order * |