glslang-zig/glslang
Roy.li 08328fea5a
Fix xfb stride limit issue (#2088)
* Fix xfb_stride limit issue

Unsized array can't apply to transform trace. layout qualifier "offset" require GL_ARB_enhanced_layouts enable or glsl core version > 440.

* Add negative test for xfb limit

* update case result

* Fix compile information issue

Fix compile information issue and test comment issue.

* remove es profile condition, use profileRequires to limit.

* Fix xfb_stride limit issue

Unsized array can't apply to transform trace. layout qualifier "offset" require GL_ARB_enhanced_layouts enable or glsl core version > 440.
Add negative test for xfb limit

* Move es profile check out of version number check

* Adjust error information and related cases

remove the new version check, refine original version check.

* Revert condition for vulkan, and remove redundant test code.
2020-06-09 02:30:14 -06:00
..
CInterface Add support for GLSL_EXT_ray_tracing 2020-03-17 20:42:47 -04:00
GenericCodeGen Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
Include Add Shared/Std140 SSBO process & top-level array elements related (#2231) 2020-06-04 01:47:18 -06:00
MachineIndependent Fix xfb stride limit issue (#2088) 2020-06-09 02:30:14 -06:00
OSDependent Add support for es extension GL_EXT_blend_func_extended 2020-04-30 23:21:14 -07:00
Public Add Shared/Std140 SSBO process & top-level array elements related (#2231) 2020-06-04 01:47:18 -06:00
CMakeLists.txt Split "is emscripten" config from "enable glslang.js" 2020-02-06 14:06:20 -08:00
updateGrammar Separate GLSLANG_WEB (min-size build) and Emscripten options 2019-09-17 23:18:03 -07:00