Description[WebGL] Return meaningful information in WebGL context creation error message.
For example, vendor, renderer, driver version, etc.This
way a developer can gather data on what platforms the app
fails to run. This needs changes on both blink and chromium.
Below steps are followed to implement this
1. Add basic headers in blink.
2. Add the necessary apis in chromium.
3. Start using this in WebglRenderingContxt.cpp.
This patch represents step-1 in this process.
BUG=412440
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184620
Patch Set 1 #Patch Set 2 : #
Total comments: 3
Patch Set 3 : #Patch Set 4 : Use normal function when gl_info not used. #Patch Set 5 : Add basic definitions to headers. #
Messages
Total messages: 20 (6 generated)
|