- 29 Aug, 2013 2 commits
-
-
Zhenyao Mo authored
ANGLEBUG=471 R=kbr@chromium.org Review URL: https://codereview.appspot.com/13322043
-
Zhenyao Mo authored
BUG=249086 ANGLEBUG=468 TEST= R=alokp@chromium.org, kbr@chromium.org Review URL: https://codereview.appspot.com/13195043
-
- 27 Aug, 2013 1 commit
-
-
Jamie Madill authored
ANGLEBUG=469 R=shannonwoods@chromium.org Review URL: https://codereview.appspot.com/13281043
-
- 26 Aug, 2013 3 commits
-
-
Jamie Madill authored
R=shannonwoods@chromium.org ANGLEBUG=467 Review URL: https://codereview.appspot.com/13248043 Test=WebGL CTS 1.0.2
-
Jamie Madill authored
This could cause visual corruption from reading past the end of initialized vertex data. R=shannonwoods@chromium.org ANGLEBUG=467 Review URL=https://codereview.appspot.com/13248043 Test=WebGL CTS 1.0.2
-
Jamie Madill authored
R=shannonwoods@chromium.org ANGLEBUG=467 Review URL: https://codereview.appspot.com/13248043 Test=WebGL CTS 1.0.2
-
- 22 Aug, 2013 1 commit
-
-
Zhenyao Mo authored
BUG=249018 ANGLEBUG=465 R=kbr@chromium.org Review URL: https://codereview.appspot.com/13158043
-
- 20 Aug, 2013 1 commit
-
-
Zhenyao Mo authored
Currently Angle translator made the wrong assumption that all variables have a precision, and ASSERT that. BUG=276031 TBR=alokp@chromium.org Review URL: https://codereview.appspot.com/13113044
-
- 19 Aug, 2013 2 commits
-
-
Zhenyao Mo authored
BUG= TBR=alokp@chromium.org Review URL: https://codereview.appspot.com/13020044
-
Zhenyao Mo authored
BUG= R=alokp@chromium.org Review URL: https://codereview.appspot.com/12833045
-
- 15 Aug, 2013 2 commits
-
-
Alok Priyadarshi authored
Used pointers for precision-stack entries as well to avoid unnecessarily re-allocating PrecisionStackLevel whenever the vector needs to resize. Added a scoped class to properly restore symbol-table level after each compile. R=kbr@chromium.org Review URL: https://codereview.appspot.com/12583047
-
Al Patrick authored
R=geofflang@chromium.org Review URL: https://codereview.appspot.com/12676043
-
- 14 Aug, 2013 5 commits
-
-
Alok Priyadarshi authored
R=kbr@chromium.org Review URL: https://codereview.appspot.com/12957043
-
Zhenyao Mo authored
ANGLEBUG=457 R=alokp@chromium.org, kbr@chromium.org Review URL: https://codereview.appspot.com/12487043
-
Al Patrick authored
Tracing code the same as previous CL: https://codereview.appspot.com/12699047/ Setup code simplified, and follows the GetProcAddress model of other gl functions. R=shannonwoods@google.com
-
Geoff Lang authored
Fixed a bug where the frontFace shader constant would not be updated if the drawMode or frontFace changed but not the viewport. TRAC #23719 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods Author: Geoff Lang
-
Shannon Woods authored
This reverts commit d206c85e.
-
- 13 Aug, 2013 4 commits
-
-
Alok Priyadarshi authored
R=shannonwoods@chromium.org Review URL: https://codereview.appspot.com/12865044
-
Alok Priyadarshi authored
It got broken in r2423. We were referring to field-name as struct-name. This patch fixes the regression and also improves the error message by adding the field-name. BUG=459 R=kbr@chromium.org Review URL: https://codereview.appspot.com/12891043
-
Shannon Woods authored
This reverts commit 889f9d71.
-
Alok Priyadarshi authored
Bison calls yyerror("syntax error") when it cannot match any grammar rule. We used to append current token string to the error message, which got broken in r2202. This patch restores the original behavior. BUG=442 R=kbr@chromium.org Review URL: https://codereview.appspot.com/12876043
-
- 12 Aug, 2013 3 commits
-
-
Shannon Woods authored
TRACE_EVENT header from Chromium/WebKit, with support functions to allow plumbing back to an embedder. Also adds some TRACE_EVENTs to startup flow. Author: scottmg@google.com R=apatrick@google.com, shannonwoods@google.com BUG=crbug.com/270179 Review URL: https://codereview.appspot.com/12699047
-
Nicolas Capens authored
TRAC #23653 Signed-off-by: Shannon Woods Signed-off-by: Geoff Lang Author: Nicolas Capens
-
Geoff Lang authored
Removed checks for DXGI_FORMAT_R32G32B32_FLOAT support since GL_RGB32F is converted to DXGI_FORMAT_R32G32B32A32_FLOAT. TRAC #23651 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods Author: Geoff Lang
-
- 09 Aug, 2013 2 commits
-
-
Geoff Lang authored
TRAC #23671 Signed-off-by: Nicolas Capens Signed-off-by: Shannon Woods Author: Geoff Lang
-
Geoff Lang authored
Change the offset variable to an unsigned int since it cannot be negative and is assigned to streamOffset which is an unsigned int. TRAC #23671 Signed-off-by: Nicolas Capens Signed-off-by: Shannon Woods Author: Geoff Lang
-
- 08 Aug, 2013 1 commit
-
-
Shannon Woods authored
TRAC #23656 Author: Shannon Woods Signed-off-by: Geoff Lang Signed-off-by: Nicolas Capens
-
- 07 Aug, 2013 2 commits
-
-
Al Patrick authored
-
Al Patrick authored
-
- 02 Aug, 2013 1 commit
-
-
Geoff Lang authored
Updated VertexBuffer's getSpaceRequired and storeVertexAttributes methods to return bools and fixed some validation of parameters to prevent under and overflows. TRAC #23643 Signed-off-by: Nicolas Capens Signed-off-by: Shannon Woods Author: Geoff Lang
-
- 01 Aug, 2013 2 commits
-
-
Alok Priyadarshi authored
BUG=456 R=apatrick@chromium.org, kbr@chromium.org Review URL: https://codereview.appspot.com/11916046
-
Geoff Lang authored
Issue #444 Signed-off-by: Shannon Woods Signed-off-by: Chris Evans Author: Geoff Lang
-
- 29 Jul, 2013 1 commit
-
-
Alok Priyadarshi authored
We used to allocate thread-local memory on each compile. If the compile did not happen on the same thread as ShInitialize, we leaked the thread-local memory. It turns out that there is no need to allocate any thread-local memory. This patch cleans up all the unnecessary junk around TLS. BUG=crbug.com/181691 R=kbr@chromium.org Review URL: https://codereview.appspot.com/11679046
-
- 26 Jul, 2013 7 commits
-
-
Al Patrick authored
BUG=452 Review URL: https://codereview.appspot.com/11953043
-
Geoff Lang authored
-
Geoff Lang authored
Cache the index ranges at the gl::Buffer and rx::IndexBuffer levels so that ranges do not need to be re-calculated for direct buffers. Issue #451 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods Author: Geoff Lang
-
Geoff Lang authored
Issue #451 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods Author: Geoff Lang
-
Geoff Lang authored
Issue #451 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods Author: Geoff Lang
-
Geoff Lang authored
Issue #451 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods Author: Geoff Lang
-
Geoff Lang authored
Issue #451 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods Author: Geoff Lang
-