ASSIGNED 112360
[OpenGL] Add state cache retrieval for VIEWPORT and SCISSOR_BOX if available
https://bugs.webkit.org/show_bug.cgi?id=112360
Summary [OpenGL] Add state cache retrieval for VIEWPORT and SCISSOR_BOX if available
Bruno Abinader (history only)
Reported 2013-03-14 10:29:04 PDT
As part of the state cache work started in bug 110883, this bug intends to provide a mechanism to retrieve GL_VIEWPORT and Gl_SCISSOR_BOX values if cached when retrieved using glGetIntegerv(). These information might already be cached by previous usage of glViewport() and glScissor() functions.
Attachments
Patch (6.43 KB, patch)
2013-03-14 10:38 PDT, Bruno Abinader (history only)
no flags
Bruno Abinader (history only)
Comment 1 2013-03-14 10:38:41 PDT
Created attachment 193146 [details] Patch Exploratory patch (depends on patch from bug 110883)
Note You need to log in before you can comment on or make changes to this bug.