diff options
author | Ilia Mirkin <[email protected]> | 2016-06-09 22:10:10 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-06-18 12:51:55 -0400 |
commit | 78506ad2466563d9ec3f8d09a746a069e6cab6b5 (patch) | |
tree | 20bf7b4b2a0afd6ef959737854e5cc270703f408 /src/mesa/main/scissor.h | |
parent | b214e0d2fb736afcc6eb222a29a4d2fad31acacf (diff) |
glapi: add GL_EXT_window_rectangles entrypoints
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/scissor.h')
-rw-r--r-- | src/mesa/main/scissor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/scissor.h b/src/mesa/main/scissor.h index 5f9a9945a99..1d0fac877b3 100644 --- a/src/mesa/main/scissor.h +++ b/src/mesa/main/scissor.h @@ -43,6 +43,9 @@ _mesa_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsi extern void GLAPIENTRY _mesa_ScissorIndexedv(GLuint index, const GLint * v); +extern void GLAPIENTRY +_mesa_WindowRectanglesEXT(GLenum mode, GLsizei count, const GLint *box); + extern void _mesa_set_scissor(struct gl_context *ctx, unsigned idx, GLint x, GLint y, GLsizei width, GLsizei height); |