- 01 Oct, 2013 2 commits
-
-
Jamie Madill authored
Also update the compiled shaders to the new FXC. BUG= ANGLEBUG=475 R=geofflang@chromium.org, shannonwoods@chromium.org Review URL: https://codereview.appspot.com/13973043
-
Jamie Madill authored
Remove %(AdditionalDependencies) from gyp linker deps, and add full windows dependency library list. ANGLEBUG=477 BUG= R=zmo@chromium.org Review URL: https://codereview.appspot.com/14161043
-
- 30 Sep, 2013 2 commits
-
-
Geoff Lang authored
Update samples solution to use the new translator project and add missing files to the translator project. Review URL: https://codereview.appspot.com/14041043/
-
Jamie Madill authored
ANGLEBUG=478 BUG= R=shannonwoods@chromium.org Review URL: https://codereview.appspot.com/14155043
-
- 27 Sep, 2013 1 commit
-
-
Jamie Madill authored
Fix some syntax errors in the gyp build configuration, and make some modifications so the tests should work with chromium in component build. We use a separate static translator for linking directly with unit tests, so they have more direct access to the translator classes. ANGLEBUG=477 BUG= R=shannonwoods@chromium.org, zmo@chromium.org Review URL: https://codereview.appspot.com/13971043
-
- 26 Sep, 2013 2 commits
-
-
Shannon Woods authored
Those are a few trivial fixes: - Fixed includes on case sensitive OSes (also renamed constants.h to Constatns.h, which was used in more places) - Use __GXX_RTTI instead of assuming that all non-MSVC compilers support rtti (fixes compilation in Mozilla tree, where -fno-rtti is used) - Specify hashing of DXGI_FORMAT because this enum has no hash<> specialization Signed-off-by: Shannon Woods Author: cjacek@gmail.com
-
Nicolas Capens authored
BUG=448 R=alokp@chromium.org Review URL: https://codereview.appspot.com/13239046
-
- 25 Sep, 2013 3 commits
-
-
Zhenyao Mo authored
We should call ShInitialize() / ShFinalize() once per process, so moving them out of individual test's Setup() / Shutdown() to the test main(). BUG= R=alokp@chromium.org Review URL: https://codereview.appspot.com/13568048
-
Zhenyao Mo authored
BUG= TBR=shannonwoods@chromium.org Review URL: https://codereview.appspot.com/13931044
-
Zhenyao Mo authored
BUG= R=jmadill@chromium.org Review URL: https://codereview.appspot.com/13933043
-
- 24 Sep, 2013 1 commit
-
-
Zhenyao Mo authored
Because right now webkit is depending on translator_glsl, so we will create a duplication of translator as translator_glsl, which will be removed once we fix the webkit side. BUG= R=shannonwoods@chromium.org Review URL: https://codereview.appspot.com/13850043
-
- 23 Sep, 2013 1 commit
-
-
Zhenyao Mo authored
BUG= R=alokp@chromium.org, kbr@chromium.org Review URL: https://codereview.appspot.com/13429045
-
- 17 Sep, 2013 1 commit
-
-
Scott Graham authored
-
- 16 Sep, 2013 1 commit
-
-
Shannon Woods authored
BUG=473 R=jmadill@chromium.org Review URL: https://codereview.appspot.com/13328056
-
- 09 Sep, 2013 4 commits
-
-
Zhenyao Mo authored
This also fixes the float overflow errno leaking bug. BUG= R=alokp@chromium.org Review URL: https://codereview.appspot.com/13368050
-
Zhenyao Mo authored
BUG= R=alokp@chromium.org Review URL: https://codereview.appspot.com/13505047
-
Zhenyao Mo authored
This is to work around driver bugs where shader compile or program link would fail incorrectly if gl_Position is not set in vertex shader. At the moment at least Linux NVIDIA driver has this bug. ANGLEBUG=472 R=alokp@chromium.org, kbr@chromium.org Review URL: https://codereview.appspot.com/13509043
-
Geoff Lang authored
ANGLEBUG=470 R=shannonwoods@chromium.org Review URL: https://codereview.appspot.com/13253044
-
- 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 1 commit
-
-
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
-