Skip to content
Snippets Groups Projects
Select Git revision
  • test default
1 result
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.06Jul43230Jun29282624231917161514131211109826May252220191816151311876330Apr2927179832131Mar3024437Jan21Dec201117Nov528Oct1786128Sep18128525Aug241918151413121110929Jul281027Jun23185327May1412111086129Apr242214231Mar28261716141211824Feb19181312331Jan282726232221111087631Dec3020181716131211109765432127Nov2623222120191514131211109875131Oct3029282423222120181716151411975432128Sep26242017864331Aug30292713986543131Jul229862128Jun262524212019171413121110763230May2928177526Apr2517151413121110975321Mar13129874128Feb272625222120171413121186431Jan292824111021Dec191312Front-end: move to rational internal array-of-array interfaces and design. (A-of-A is not yet implemented though.)docs: Update missing features listglslang -> SPIR-V: smear scalars for integer (scalar * vector). OpVectorTimesScalar is only for floats.Use E_ prefix instead of _ for distinguishing extension strings from glext.hMerge pull request #2 from nwnk/glext-compatibilityMerge pull request #3 from fkaa/include-fixFix include directive depending on root folder nameFix incompatibility with <GL/glext.h>Make double underscore "__" an error for ES 300, but a warning for 310.Building README: Update to CMake information.Merge pull request #1 from antiagainst/markdown-readmeFormat README using markdown.Final round for line endings.Second round line ending clean up, from fresh round trip.Add .gitattributes and normalize a few stray file's line endingsMake the "switch-label not followed by statement" warning an error, depending on version.Add +x to two more scripts.Add +x to two executables.Make smoother use in GitHubglslang build: force the use of -std=c++11 when building with Clang. David Neto <dneto@google.com>.glslang front-end: Implement AEP *_point_size extensions.glslang front-end: Full turn-on of AEP tessellation semantics.glslang: Finish turn on of AEP geometry shaders for ES 3.1.glslang front-end: Don't emit blank lines for empty info logs. From Andrew Woloszyn <awoloszyn@google.com>.glslang testing: Remove dependence on testfiles from LunarGLASS.fix linux ^M issues with previous check-inglslang preprocessing: Add -E option to print out preprocessed GLSL, and do the work needed to generate a preprocessed stream. From Andrew Woloszyn <awoloszyn@google.com>.glslang front-end: Added a callback mechanism for #line/#pragma/#version/#extension. From Andrew Woloszyn <awoloszyn@google.com>.glslang front-end: track column numbers (they don't go anywhere yet, just get tracked). Andrew Woloszyn <awoloszyn@google.com>.glslang: Add API override of version and profile for testing purposes. From Lei Zhang <antiagainst@google.com>.glslang tests: Fix error propagation. From David Neto <dneto@google.com>.glslang AEP: Full semantics for *_shader_io_blocks.glslang AEP: Geometry shader features nominally working. (Full semantic check and turn on pending.) Also picked up partial tessellation shader interface, shader_io_blocks, and mirrored OES set of extensions functionality.glslang -> SPV: swap arguments as needed for OpVectorTimesScalar and OpMatrixTimesScalar, and check for correct types for those as well as OpMatrixTimesVector, OpVectorTimesMatrix, and OpMatrixTimesMatrix.glslang -> SPV: fix degenerate switch topologies (bug 14118).glslang ES reference: Don't allow std430 on uniform blocks (bug 14095).glslang AEP: The extension scheme, extension-enabled stage-existence testing, and compute-shader interface. Still needs in/out blocks, unsized arrays, etc. before real testing can be done.glslang front-end: Support relaxed error checking for bug 13724 "...initializer must be a constant expression..." because that change breaks existing shipping applications. (Normal validation for portability testing still gives an error.)glslang portability: Fixed a slew of OSX compilation warnings (but not all).glslang portability: Resolve OSX errors, some other OS warnings.
Loading