Commit e99312e
committed
opengl: Limit texture size to 4k on Intel
Intel/Mesa has GL_MAX_RECTANGLE_TEXTURE_SIZE=4096, but this was
asking for 424*10.
Drop the 10th frame which seems useless now, so the texture size
works for Intel/Mesa.1 parent 0ad9230 commit e99312e
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
282 | 290 | | |
283 | 291 | | |
284 | 292 | | |
| |||
459 | 467 | | |
460 | 468 | | |
461 | 469 | | |
462 | | - | |
| 470 | + | |
463 | 471 | | |
464 | 472 | | |
465 | 473 | | |
| |||
942 | 950 | | |
943 | 951 | | |
944 | 952 | | |
945 | | - | |
| 953 | + | |
946 | 954 | | |
947 | 955 | | |
948 | 956 | | |
| |||
0 commit comments