mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 02:51:01 +00:00
According to the spec, pointers to client data need to be dereferenced immediately when adding calls such as `glDrawElements` or `glArrayElement` to a display list. We were trying to support display lists for these calls but since they only invoke _other_ calls that also support display lists, we can simply defer the display list functionality to them. This fixes the rendering of the ClassiCube port by cflip. |
||
|---|---|---|
| .. | ||
| 0001_simple_triangle.qoi | ||
| 0002_quad_color_interpolation.qoi | ||
| 0003_rect_w_coordinate_regression.qoi | ||
| 0004_points.qoi | ||
| 0005_lines.qoi | ||
| 0006_test_rgb565_texture.qoi | ||
| 0007_test_rgba_to_rgb_texture.qoi | ||
| 0008_test_pop_matrix_regression.qoi | ||
| 0009_test_draw_elements_in_display_list.qoi | ||