- 03 Feb, 2019 2 commits
-
-
Rex Xu authored
-
John Kessenich authored
Use relative include paths in StandAlone/ResourceLimits.h
-
- 02 Feb, 2019 1 commit
-
-
BinaryRK authored
-
- 01 Feb, 2019 6 commits
-
-
John Kessenich authored
Switched to std::string for TReflection and TObjectReflection
-
John Kessenich authored
-
John Kessenich authored
Port Unix/ossource.cpp to Fuchsia
-
John Kessenich authored
Fix a couple of warnings clang found
-
John Kessenich authored
Disable Clang extra semicolon warning.
-
Matthew Albrecht authored
In MSVC 2017 Debug mode when a reflection is deleted (when a shader goes out of scope) xutility will fail to clear the children due to the TString allocator implementation. By switching to std::string xutility no longer throws the error.
-
- 30 Jan, 2019 5 commits
-
-
Michael Spang authored
Fuchsia has pthreads but doesn't have sys/resource.h and doesn't implement pthread_cleanup_push(). ANGLE bug: 2475
-
baldurk authored
-
baldurk authored
-
Jamie Madill authored
Usually this warning is disabled by default. But when turned on Clang complains about extra semicolons in Glslang headers. Turn this off for now. See http://crbug.com/926235
-
John Kessenich authored
Add support for GL_EXT_YUV_target
-
- 29 Jan, 2019 6 commits
-
-
John Kessenich authored
Hopefully, this fixes the sudden new breakage with the bots.
-
John Kessenich authored
Reflection consistency changes & bugfixes
-
nicebyte authored
-
baldurk authored
* Previously the offset was only updated with EOpIndexDirectStruct, but we also need to update it for the other index types into arrays, and when expanding an aggregate reached after dereferencing.
-
baldurk authored
-
John Kessenich authored
-
- 25 Jan, 2019 4 commits
-
-
John Kessenich authored
Update spirv-tools known-good.
-
Greg Fischer authored
-
John Kessenich authored
build: Do not cache debug library suffix
-
Nuno Subtil authored
For nested project builds, writing CMAKE_DEBUG_POSTFIX into the cache ends up affecting other projects. Caching this value doesn't seem to be required in practice, so this change removes the cache tag.
-
- 24 Jan, 2019 5 commits
-
-
John Kessenich authored
Suppress a MSVC cast warning in GN.
-
Jamie Madill authored
Also came up when using the BUILD.gn file with ANGLE. ANGLE bug: 3088
-
John Kessenich authored
Add extension checks for NV block member builtins
-
John Kessenich authored
Suppress inconsistent override warning in GN.
-
Sahil Parmar authored
-
- 23 Jan, 2019 2 commits
-
-
Jamie Madill authored
This came up when trying to roll the new glslang into Chromium. ANGLE bug: 3088
-
John Kessenich authored
Infrastructure: Generalize and broaden per-variable extension checking.
-
- 22 Jan, 2019 2 commits
-
-
John Kessenich authored
Fix a few GN build issues.
-
Hodgman authored
-
- 20 Jan, 2019 2 commits
-
-
John Kessenich authored
More precisely check for the qualifiers that enable the vulkan memory model for buffer references.
-
Jeff Bolz authored
Not all memory qualifiers necessarily need the vulkan memory model, e.g. volatile/restrict that correspond to core SPIR-V features do not.
-
- 18 Jan, 2019 2 commits
-
-
Jamie Madill authored
* adds a source set for default resource limits to mirror CMake * adds a target executable for the standalone validator * fixes a missing warning Allows ANGLE to use the integrated BUILD.gn instead of a custom one. ANGLE bug: 3088
-
John Kessenich authored
Fix xfb_stride incorrectness(#1654)
-
- 16 Jan, 2019 3 commits
-
-
John Kessenich authored
HLSL: Avoid leaking a shadow sampler struct
-
John Kessenich authored
Avoid leaking name for counter buffer
-
David Neto authored
-