| Index: src/gpu/gl/GrGLDefines.h
|
| diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h
|
| index 1e8d7cc27891e5f9c415278fe8605ba8b2a980fc..35ac692605c4d1a7b69e7db4796a7ab7603f6533 100644
|
| --- a/src/gpu/gl/GrGLDefines.h
|
| +++ b/src/gpu/gl/GrGLDefines.h
|
| @@ -899,4 +899,8 @@
|
| // shader stage of <program> (if a fragment stage exists).
|
| #define GR_GL_FRAGMENT_INPUT 0x936D
|
|
|
| +// NV_path_rendering extension to EXT_direct_state_access:
|
| +// [the matrix functions] must support the PATH_PROJECTION_NV and
|
| +// PATH_MODELVIEW_NV tokens for matrixMode.
|
| +#define GR_GL_PATH_PROJECTION 0x1701
|
| #endif
|
|
|