Jérôme Leclercq
|
3829f0a002
|
ShaderAstCloner: Improve code readability
|
2020-08-05 16:28:41 +02:00 |
|
Jérôme Leclercq
|
d6d452d43d
|
Add ShaderAstCloner
|
2020-08-05 15:30:23 +02:00 |
|
Jérôme Leclercq
|
74fb01af28
|
Rename a few classes
|
2020-08-04 15:31:47 +02:00 |
|
Jérôme Leclercq
|
7a5f91f740
|
SpivWriter WIP
We have debug label, annotations, types and constants. The big part missing is instructions
|
2020-08-04 01:35:30 +02:00 |
|
Jérôme Leclercq
|
7fd3264d08
|
Add FieldOffsets class
|
2020-08-04 01:33:52 +02:00 |
|
Jérôme Leclercq
|
7736312c2f
|
ShaderNodes: Replace union by std::variant
|
2020-08-04 01:33:31 +02:00 |
|
Lynix
|
50bd150345
|
WIP
|
2020-08-02 20:42:51 +02:00 |
|
Lynix
|
10860ed562
|
Improve code
|
2020-07-31 12:36:37 +02:00 |
|
Lynix
|
2271432748
|
Renderer/ShaderValidator: Use ShaderVarVisitor instead of switch
|
2020-07-29 14:39:34 +02:00 |
|
Lynix
|
a02dd3bf05
|
Renderer: Add ShaderRecursiveVisitor
|
2020-07-29 14:31:54 +02:00 |
|
Jérôme Leclercq
|
251810ca99
|
WIP SpirvWriter
|
2020-07-29 11:22:52 +02:00 |
|
Jérôme Leclercq
|
59add283cf
|
Add shader type
|
2020-07-27 18:52:58 +02:00 |
|
Lynix
|
aff617f147
|
Network: Replace some String by std::string
|
2020-07-25 14:32:53 +02:00 |
|
Jérôme Leclercq
|
063b7dd602
|
Renderer/GlslWriter: Add parenthesis where required (wip)
|
2020-07-22 14:48:15 +02:00 |
|
Jérôme Leclercq
|
b441bab218
|
Renderer/ShaderNodes: Fix BinOp expression type
|
2020-07-22 14:45:40 +02:00 |
|
Jérôme Leclercq
|
db945d11fb
|
Renderer/GlslWriter: Fix generation bugs
|
2020-07-22 14:45:19 +02:00 |
|
Jérôme Leclercq
|
f66758f99b
|
Renderer/ShaderSerializer: Fix AccessMember
|
2020-07-22 14:44:49 +02:00 |
|
Jérôme Leclercq
|
086f76fb97
|
Renderer/ShaderNodes: Add support for accessing struct fields
|
2020-07-19 21:05:46 +02:00 |
|
Jérôme Leclercq
|
1d2fb88198
|
Renderer: Rename enums
ExpressionType => BasicType
ShaderAst::Type => ShaderExpressionType
|
2020-07-16 18:34:58 +02:00 |
|
Jérôme Leclercq
|
fbba281d14
|
Renderer: Add support for struct and UBO
|
2020-07-14 21:59:49 +02:00 |
|
Jérôme Leclercq
|
cd01facd01
|
GlslWriter: Handle OpenGL ES precision qualifier
|
2020-07-08 22:52:33 +02:00 |
|
Jérôme Leclercq
|
b076a517c6
|
Merge branch 'vulkan' into shader-nodes
|
2020-07-08 22:38:24 +02:00 |
|
ImperatorS79
|
ee93680083
|
Fix arrayLayers not being correctly computed in VulkanTexture.cpp for ImageType_2D_array
|
2020-07-08 22:32:50 +02:00 |
|
Jérôme Leclercq
|
83cf358d02
|
Physics2D/RigidBody2D: Fix EnableSimulation
|
2020-07-03 16:27:14 +02:00 |
|
Lynix
|
4f671873c1
|
Renderer: Add NazaraBinary shader "language" and handle it in OpenGLRenderer
|
2020-06-18 20:05:22 +02:00 |
|
Lynix
|
74acf440fc
|
Minor fixes
|
2020-06-18 20:04:25 +02:00 |
|
Lynix
|
691de5b5c4
|
Renderer/ShaderSerialize: Use ByteStream instead of ByteArray
|
2020-06-18 20:03:56 +02:00 |
|
Lynix
|
bc490a2fe5
|
Renderer/GlslWriter: Fix double identifier bug
|
2020-06-18 20:03:33 +02:00 |
|
Lynix
|
66a98b234f
|
Renderer/GlslWriter: Add environment
|
2020-06-18 20:03:22 +02:00 |
|
Lynix
|
736ca1c409
|
Renderer/ShaderAst: Add serialization
|
2020-06-17 20:09:21 +02:00 |
|
Lynix
|
0ff10bf1e2
|
Improve GLSL output when using intrinsic
|
2020-06-17 16:07:58 +02:00 |
|
Lynix
|
f38bfdde8a
|
ShaderAst: Big refactor + add binding/location support
|
2020-06-17 16:00:03 +02:00 |
|
Lynix
|
9b911ac4bc
|
Renderer/ShaderAst: Minor fixes relative to float/vec multiplication
|
2020-06-16 17:44:54 +02:00 |
|
Lynix
|
2258a4f87f
|
Add ShaderValidator
|
2020-06-06 16:44:17 +02:00 |
|
Lynix
|
8467c79021
|
Renderer: Add shader serialization
|
2020-06-05 19:47:29 +02:00 |
|
Lynix
|
de1c64253e
|
Fix missing files
|
2020-06-04 18:31:43 +02:00 |
|
Lynix
|
25562a5856
|
Renderer/ShaderAst: Add BinaryFunc
|
2020-06-04 18:29:50 +02:00 |
|
Lynix
|
1b4199c0a7
|
Platform/SDL2: Don't SDL_PumpEvents when not owning Windows
This is a temporary fix
|
2020-06-02 16:40:08 +02:00 |
|
Lynix
|
a73251f2df
|
OpenGLRenderer: Fix version parsing
OpenGL ES 3.0 implementations don't seem to follow the spec, use GL_MAJOR_VERSION and GL_MINOR_VERSION instead
|
2020-06-01 17:11:34 +02:00 |
|
Lynix
|
8f04412a3f
|
OpenGLRenderer: Fix GLES context creation
core profile bit has not meaning to OpenGL ES
|
2020-06-01 16:17:04 +02:00 |
|
Lynix
|
960a5c2d05
|
OpenGLRenderer: Fix extension loading
|
2020-06-01 16:16:41 +02:00 |
|
Lynix
|
effd1b4552
|
ShaderNode: Handle vector component count at runtime
|
2020-05-31 18:39:28 +02:00 |
|
Lynix
|
2db78f5b10
|
Seriously
|
2020-05-28 00:22:54 +02:00 |
|
Lynix
|
f8779915d3
|
Update OpenGL.cpp
|
2020-05-28 00:10:40 +02:00 |
|
Lynix
|
0f36131d9d
|
Remove dependency to xcb_image
|
2020-05-28 00:00:48 +02:00 |
|
Lynix
|
a1d7bc49c2
|
Update ScopedXCB.cpp
|
2020-05-27 23:45:31 +02:00 |
|
Lynix
|
85a5e8eedd
|
Fix compilation
|
2020-05-27 22:57:32 +02:00 |
|
Lynix
|
89504de465
|
More commits for science
|
2020-05-27 21:24:56 +02:00 |
|
Lynix
|
3f5b041a81
|
Add some GLX files back
|
2020-05-27 21:16:59 +02:00 |
|
Lynix
|
4f9380da11
|
More Linux fixes
|
2020-05-27 21:01:14 +02:00 |
|