Bug 112360 - [OpenGL] Add state cache retrieval for VIEWPORT and SCISSOR_BOX if available
Summary: [OpenGL] Add state cache retrieval for VIEWPORT and SCISSOR_BOX if available
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Bruno Abinader (history only)
URL:
Keywords:
Depends on: 110883
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-14 10:29 PDT by Bruno Abinader (history only)
Modified: 2013-03-14 10:41 PDT (History)
7 users (show)

See Also:


Attachments
Patch (6.43 KB, patch)
2013-03-14 10:38 PDT, Bruno Abinader (history only)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Abinader (history only) 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.
Comment 1 Bruno Abinader (history only) 2013-03-14 10:38:41 PDT
Created attachment 193146 [details]
Patch

Exploratory patch (depends on patch from bug 110883)