- 08 Feb, 2019 3 commits
-
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
Add missing support for gl_MeshViewCountNV/gl_MeshViewIndicesNV in task shaders
-
- 07 Feb, 2019 2 commits
-
-
Sahil Parmar authored
-
John Kessenich authored
Update SPIRV-Tools and tests expectations
-
- 06 Feb, 2019 2 commits
-
-
Alan Baker authored
-
Alan Baker authored
-
- 03 Feb, 2019 4 commits
-
-
John Kessenich authored
ParseHelper: don't assign xfb_offset for struct members
-
John Kessenich authored
Add 8-bit/16-bit transform feedback support for future use
-
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.
-
- 31 Jan, 2019 1 commit
-
-
Alejandro Piñeiro authored
This commit undoes the code on the commit "ParseHelper: assign xfb_offset for struct members too" (commit af8c1bdb), except the method renaming, and updates the tests. During the review of the implementation of Vulkan extension VK_EXT_transform_feedback for the Linux Intel driver, it was pointed that the Vulkan environment spec for SPIR-V only ever refers to block or block members being decorated. It would be strange to not do the same for OpenGL (ARB_gl_spirv). That would also fit better to what GLSL does, where setting explicit xfb offsets for struct members is not allowed. FWIW, the original patch was proposed based on the fact that ARB_gl_spirv is relying on OpenGL for how xfb offsets should be assigned to members, and it was not clear (at least to me) which is the responsible of such.
-
- 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 1 commit
-
-
Jamie Madill authored
This came up when trying to roll the new glslang into Chromium. ANGLE bug: 3088
-