Tomasz Wlostowski 2c6e9778a1 GAL: OpenGL draw calls pooling/splitting
Improves rendering performance, esp. for large designs by:
- using a separate glDrawArrays calls() for large buffers of contiguous vertices (e.g. large zone fills)
- pooling smaller items into a small-sized index buffer held in system RAM (has to be DMAed to the GPU by the driver anyway)
2021-11-29 23:30:10 +01:00
..
2021-10-05 19:46:53 -07:00
2021-10-18 00:29:40 +01:00
2021-09-07 15:18:42 -04:00
2021-10-29 10:43:40 -04:00
2021-10-05 19:46:53 -07:00
2021-07-29 16:03:25 +01:00
2021-07-15 15:44:45 -04:00
2021-08-31 15:04:31 +01:00
2021-10-05 19:46:53 -07:00
2021-10-05 19:46:53 -07:00
2021-06-08 19:51:35 -04:00
2021-06-27 00:38:19 -04:00
2021-06-01 20:18:24 +00:00
2021-11-17 12:49:53 +00:00
2021-10-05 19:46:53 -07:00
2021-07-28 14:12:51 -04:00
2021-11-08 11:41:14 -08:00
2021-10-05 19:46:53 -07:00
2021-06-30 18:08:49 -04:00
2021-09-14 23:45:14 +01:00
2021-06-01 20:18:24 +00:00
2021-10-05 19:46:53 -07:00
2021-10-05 19:46:53 -07:00
2021-09-14 23:45:14 +01:00
2021-10-05 19:46:53 -07:00
2021-10-05 19:46:53 -07:00
2021-10-05 19:46:53 -07:00
2021-10-05 19:46:53 -07:00
2021-07-29 16:03:25 +01:00
2021-10-05 19:46:53 -07:00
2021-07-29 16:03:25 +01:00
2021-08-27 21:11:47 +00:00
2021-11-15 10:07:28 -08:00
2021-10-05 19:46:53 -07:00
2021-06-23 23:55:54 +01:00
2021-07-15 15:44:45 -04:00