- 16 Dec, 2013 1 commit
-
-
Jamie Madill authored
for D3D9. This prevents D3D errors which we could see when using the Debug runtime. BUG=321834 Change-Id: I1496366117c7642199a941fbccf94dee04c78d8b
-
- 02 Dec, 2013 1 commit
-
-
Jamie Madill authored
immediately allow recreating a new device. On Intel systems there's a cool-down period when you must wait before recreating the device. BUG=313210 Change-Id: I22cdf41eecf0eae5058b59e1b0863173d604d606
-
- 25 Nov, 2013 1 commit
-
-
Jamie Madill authored
BUG=313210 Change-Id: I6b7e34466e89e7854c8797cbdcffc4a24c2c32f5
-
- 29 Oct, 2013 1 commit
-
-
John Bauman authored
The size of the window is changed if the window is iconified, but that change should be ignored. BUG= R=shannonwoods@chromium.org Review URL: https://codereview.appspot.com/19460043
-
- 23 Oct, 2013 1 commit
-
-
Jamie Madill authored
This is an explicit error according to the EGL specification. ANGLEBUG=487 BUG= Test=WebGL CTS R=geofflang@chromium.org, shannonwoods@chromium.org Review URL: https://codereview.appspot.com/15690047
-
- 16 Oct, 2013 2 commits
-
-
Jamie Madill authored
BUG= ANGLEBUG=484 R=geofflang@chromium.org, shannonwoods@chromium.org Review URL: https://codereview.appspot.com/14702044
-
Geoff Lang authored
not. R=jmadill@chromium.org,shannonwoods@chromium.org Review URL: https://codereview.appspot.com/14737043
-
- 15 Oct, 2013 5 commits
-
-
Zhenyao Mo authored
BUG= TEST=build fine on windows R=jmadill@chromium.org Review URL: https://codereview.appspot.com/14715043
-
Geoff Lang authored
R=shannonwoods@chromium.org Review URL: https://codereview.appspot.com/14529045
-
Geoff Lang authored
R=zmo@chromium.org, shannonwoods@chromium.org Review URL: https://codereview.appspot.com/14517050
-
Geoff Lang authored
R=zmo@chromium.org, shannonwoods@chromium.org, jmadill@chromium.org Review URL: https://codereview.appspot.com/14532049
-
Zhenyao Mo authored
We replace "a || b" with "a ? true : b", "a && b" with "a ? b : false". This is to work around short circuiting bug in Mac drivers. ANGLEBUG=482 TEST=webgl conformance tests R=alokp@chromium.org, kbr@chromium.org Review URL: https://codereview.appspot.com/14529048
-
- 11 Oct, 2013 1 commit
-
-
Jamie Madill authored
BUG= ANGLEBUG=476 R=geofflang@chromium.org Review URL: https://codereview.appspot.com/14438063
-
- 10 Oct, 2013 2 commits
-
-
Jamie Madill authored
Also normalize the line endings of tracked files. ANGLEBUG=476 BUG= R=geofflang@chromium.org, shannonwoods@chromium.org Review URL: https://codereview.appspot.com/14223043
-
Geoff Lang authored
R=shannonwoods@chromium.org,zmo@chromium.org,jmadill@chromium.org Review URL: https://codereview.appspot.com/14540050
-
- 09 Oct, 2013 1 commit
-
-
Shannon Woods authored
This fixes mipmapping for renderable cube textures in D3D11. Signed-off-by: Jamie Madill Signed-off-by: Geoff Lang
-
- 08 Oct, 2013 1 commit
-
-
Jamie Madill authored
BUG= ANGLEBUG=477 R=zmo@chromium.org Review URL: https://codereview.appspot.com/14502054
-
- 04 Oct, 2013 2 commits
-
-
Zhenyao Mo authored
BUG= TEST= R=kbr@chromium.org Review URL: https://codereview.appspot.com/14409043
-
Zhenyao Mo authored
In loop node, the init part was skipped in traversing. BUG= TEST= R=kbr@chromium.org Review URL: https://codereview.appspot.com/14366043
-
- 03 Oct, 2013 1 commit
-
-
Zhenyao Mo authored
Per suggested by kbr in https://codereview.appspot.com/14366043/, we clean up the stype violation in a separate CL. BUG= TEST=no behavioral change TBR=kbr@chromium.org Review URL: https://codereview.appspot.com/14371043
-
- 02 Oct, 2013 2 commits
-
-
Shannon Woods authored
BUG=480 Signed-off-by: geofflang@chromium.org
-
Jamie Madill authored
This prevents strange warnings from defining COMPONENT_BUILD=0. Also rename COMPILER_IMPLEMENTATION to ANGLE_TRANSLATOR_IMPLEMENTATION for better consistency in chromium. ANGLEBUG=477 R=zmo@chromium.org BUG= Review URL: https://codereview.appspot.com/14294046
-
- 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
-