Leon Styhre
|
496b60fa7d
|
Added support for clipping to the core GLSL shader.
|
2022-08-30 19:42:37 +02:00 |
|
Leon Styhre
|
97da2df0a4
|
Found a better solution to the single-pixel alignment rendering issue.
|
2022-04-27 18:40:28 +02:00 |
|
Leon Styhre
|
1798b96cf8
|
Added reflections support to CarouselComponent.
|
2022-04-18 21:37:58 +02:00 |
|
Leon Styhre
|
63e7b58ec0
|
Fixed a renderer heisenbug that caused multiple single-pixel alignment issues.
|
2022-04-18 10:17:05 +02:00 |
|
Leon Styhre
|
008fa23d5f
|
Added a setting to define the OpenGL version to use.
|
2022-04-10 14:54:21 +02:00 |
|
Leon Styhre
|
5de2855d60
|
Added theme support for defining color saturation for the image, video and animation components.
|
2022-03-17 19:33:09 +01:00 |
|
Leon Styhre
|
65d79edb54
|
Miniscule optimization in RendererOpenGL.
|
2022-03-16 20:26:13 +01:00 |
|
Leon Styhre
|
e5ed25ed5f
|
Removed an OpenGL initialization workaround that doesn't seem to be needed any longer.
|
2022-03-15 17:44:15 +01:00 |
|
Leon Styhre
|
2fe11bd827
|
A few fixes for the Emscripten WebAssembly build.
|
2022-03-15 17:17:56 +01:00 |
|
Leon Styhre
|
29501af68f
|
Changed some variables names and debug logging info for the OpenGL renderer.
Also simplified a pixel conversion in the core.glsl shader.
|
2022-03-15 17:14:55 +01:00 |
|
Leon Styhre
|
06a037d8cf
|
Shader flags are now sent as bit masks instead of via discreet values.
Also changed the shader flags to enums.
|
2022-03-14 22:30:24 +01:00 |
|
Leon Styhre
|
6ff0ff1c47
|
Renamed Renderer_GL21 and Shader_GL21 to RendererOpenGL and ShaderOpenGL.
|
2022-03-14 20:14:18 +01:00 |
|