This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 57a667d
committed
Refactor GL rendering to prepare for GTK4
- Remove FlGLArea - we can just use GtkGLArea directly
- Stop using gdk_cairo_draw_from_gl, it's not available in GTK4.
- Rename FlRendererGL to FlRendererGdk, this was implying that FlRenderer could
be something other than OpenGL which is not the case currently.
- Remove unnecessary virtual methods in FlRenderer, just implement them as
standard methods.1 parent 049d824 commit 57a667d
15 files changed
Lines changed: 564 additions & 626 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10926 | 10926 | | |
10927 | 10927 | | |
10928 | 10928 | | |
10929 | | - | |
10930 | | - | |
| 10929 | + | |
| 10930 | + | |
10931 | 10931 | | |
10932 | 10932 | | |
10933 | 10933 | | |
| |||
13787 | 13787 | | |
13788 | 13788 | | |
13789 | 13789 | | |
13790 | | - | |
13791 | | - | |
| 13790 | + | |
| 13791 | + | |
13792 | 13792 | | |
13793 | 13793 | | |
13794 | 13794 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| |||
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
130 | | - | |
| 129 | + | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
| |||
247 | 246 | | |
248 | 247 | | |
249 | 248 | | |
250 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
251 | 253 | | |
252 | 254 | | |
253 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
| 220 | + | |
| 221 | + | |
226 | 222 | | |
227 | 223 | | |
228 | 224 | | |
229 | 225 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
| 226 | + | |
| 227 | + | |
236 | 228 | | |
237 | 229 | | |
238 | 230 | | |
| |||
248 | 240 | | |
249 | 241 | | |
250 | 242 | | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
| 243 | + | |
| 244 | + | |
257 | 245 | | |
258 | 246 | | |
259 | 247 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments