- 17 Oct, 2013 30 commits
-
-
Jamie Madill authored
TRAC #23846 Signed-off-by: Shannon Woods Signed-off-by: Geoff Lang
-
Jamie Madill authored
TRAC #23845 Signed-off-by: Geoff Lang Signed-off-by: Shannon Woods
-
Jamie Madill authored
TRAC #23844 Signed-off-by: Geoff Lang Signed-off-by: Shannon Woods
-
Jamie Madill authored
Refactor direct buffer storage to only create two backing buffers, for constant buffers and all other bindings. This simplifies the logic used in retrieving the ID3D11Buffer. TRAC #23844 Signed-off-by: Geoff Lang Signed-off-by: Shannon Woods
-
Jamie Madill authored
TRAC #23844 Signed-off-by: Geoff Lang Signed-off-by: Shannon Woods
-
Jamie Madill authored
TRAC #23844 Signed-off-by: Geoff Lang Signed-off-by: Shannon Woods
-
Jamie Madill authored
Refactor the fast path for pixel unpack buffers, and fix a few validation gaps with texture completeness. TRAC #23997 Signed-off-by: Geoff Lang Signed-off-by: Shannon Woods
-
Jamie Madill authored
TRAC #23997 Signed-off-by: Geoff Lang Signed-off-by: Shannon Woods
-
Jamie Madill authored
TRAC #24002 Signed-off-by: Shannon Woods Signed-off-by: Geoff Lang
-
Jamie Madill authored
TRAC #23989 Signed-off-by: Geoff Lang Signed-off-by: Shannon Woods
-
Jamie Madill authored
Previously was only exposed in ESSL 1.00. TRAC #23990 Signed-off-by: Geoff Lang Signed-off-by: Shannon Woods
-
Geoff Lang authored
-
Geoff Lang authored
TRAC #24017 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods
-
Geoff Lang authored
-
Geoff Lang authored
-
Geoff Lang authored
Use ANGLE_TRANSLATOR_STATIC to enforce a static build of the translator in chromium. 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=
-
Geoff Lang 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
-
Geoff Lang authored
Fix a typo introduced in "GCC Compiler Fixes". ANGLEBUG=478 BUG= R=shannonwoods@chromium.org Review URL: https://codereview.appspot.com/14155043
-
Geoff Lang authored
Fix compiler test initialization issues. 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
-
Geoff Lang authored
Create a static translator project and allow the previous translator project to be used in component builds.
-
Geoff Lang authored
-
Geoff Lang authored
-
Geoff Lang authored
-
Geoff Lang authored
-
Geoff Lang authored
Added a define that removes d3d includes from the common directory so that d3d9 headers are not included in the translator project.
-
Geoff Lang authored
-
Geoff Lang authored
-
Geoff Lang authored
Moved the gyp libGLESv2 and libEGL projects into their own gyp files. Renamed build_angle.gpy* to angle.gyp* but kept build_angle.gyp for chrome compatability.
-
Geoff Lang authored
Moved the compiler source files into directories based on their project and added a compiler.gypi to generate the compiler projects.
-
Geoff Lang authored
Split the d3d9 and d3d11 backends into folders and updated the gyp file to use a python script to generate the file lists for the libGLESv2 and libEGL projects.
-
- 16 Oct, 2013 1 commit
-
-
Geoff Lang authored
not. R=jmadill@chromium.org,shannonwoods@chromium.org Review URL: https://codereview.appspot.com/14737043
-
- 10 Oct, 2013 2 commits
-
-
Jamie Madill authored
This assert could trigger false positives on sampler types. We should eventually replace our uniform handling logic with something more consistent with D3D11's "everything is a constant buffer" model. TRAC #23749 Signed-off-by: Shannon Woods Signed-off-by: Nicolas Capens
-
Geoff Lang authored
R=shannonwoods@chromium.org,zmo@chromium.org,jmadill@chromium.org Review URL: https://codereview.appspot.com/14540050
-
- 09 Oct, 2013 7 commits
-
-
Jamie Madill authored
Do not dereference a NULL pointer when retrieving the base level image of an empty 2D array texture. TRAC #23957 Signed-off-by: Geoff Lang Signed-off-by: Shannon Woods
-
Shannon Woods authored
This fixes mipmapping for renderable cube textures in D3D11. Signed-off-by: Geoff Lang Signed-off-by: Jamie Madill
-
Geoff Lang authored
TRAC #23973 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods
-
Geoff Lang authored
TRAC #23913 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods
-
Geoff Lang authored
TRAC #23913 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods
-
Geoff Lang authored
TRAC #23948 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods
-
Geoff Lang authored
Add missing ES3 unsized internal formats and properly return 1 for alpha in integer formats with no alpha channel. TRAC #23949 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods
-