aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 611b9c1fe2add373ef5db3c194cb6780727a3da8 (plain)
1
2
3
4
5
6
7
Handle window close (window destroyed event, disconnected from server and socket becomes invalid (check select return?)).\
Bind texture and cache the bound texture to reduce calls to opengl.
Use gl triangle instead of quad.
Fix crash on exit.
Support using multiple textures in shaders by using glActiveTexture for each one and set the uniform sampler2D value for each as as the index.
Make sure clock is monotonic (there has been some issues with CLOCK\_MONOTONIC not being monotonic on linux).
Verify if using a separate glx context for every window is the correct approach.