Leon Styhre
|
11bf8046d8
|
Added screen resolution modifiers to get proper high resolution scaling.
|
2021-01-13 19:42:06 +01:00 |
|
Leon Styhre
|
0365e9c572
|
Fixed some MSVC compiler warnings.
|
2020-12-29 11:06:01 +01:00 |
|
Leon Styhre
|
0cce86beca
|
Created a common pixel conversion function for both renderers.
|
2020-12-18 16:49:11 +01:00 |
|
Leon Styhre
|
debf072a0e
|
Rewrote some code from C to C++
|
2020-12-16 23:59:00 +01:00 |
|
Leon Styhre
|
2a852170a8
|
(Windows) Fixed some build issues and got the OpenGL shaders to work.
Also some additional code cleanup.
|
2020-09-16 22:14:35 +02:00 |
|
Leon Styhre
|
a34bc45e56
|
Added an opacity shader.
|
2020-09-12 19:17:26 +02:00 |
|
Leon Styhre
|
3643c08caf
|
Updates to the OpenGL shader handling.
|
2020-09-12 12:14:48 +02:00 |
|
Leon Styhre
|
fd10aba815
|
Updated the GLSL shader logic and added a postprocessing function.
|
2020-09-04 18:59:19 +02:00 |
|
Leon Styhre
|
d512c2b11d
|
Implemented OpenGL GLSL shader support.
|
2020-08-30 22:19:37 +02:00 |
|
Leon Styhre
|
e4fdd1e20d
|
Code cleanup and code documentation update.
As of this commit, the initial code cleanup and code documentation has been completed for the entire application.
|
2020-06-28 18:39:18 +02:00 |
|
Leon Styhre
|
1f74723533
|
Another code cleanup and code documentation update.
|
2020-06-26 17:17:35 +02:00 |
|
Tomas Jakobsson
|
489d7de096
|
Eliminate drawRect that takes int's and make sure everything uses the float version properly, this way everything is rounded the same way
Only round the transforms when setting them on the GPU, to make sure everything is rounded the same, but only at the final moment
|
2019-08-31 17:58:36 +02:00 |
|
John Rassa
|
fc58af98fd
|
support for color gradients in drawRect and ImageComponent
|
2019-08-29 19:47:16 -04:00 |
|
Tomas Jakobsson
|
9de16045c9
|
whitespace cleanup
fix faulty line endings
silence warnings on windows
|
2019-08-25 17:23:02 +02:00 |
|
Tomas Jakobsson
|
a02a747c50
|
Redid the entire Renderer
Made all components render using triangle strips
|
2019-08-25 15:45:22 +02:00 |
|