aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/libui/unix/gl.c
Commit message (Collapse)AuthorAge
* OpenGL: disable vsync, atleast under WindowsArisotura2019-06-20
|
* also, properly delete glarea framebuffers on exitStapleButter2019-05-30
|
* Linux: fix uiGLGetProcAddress()StapleButter2019-06-01
|
* fix the whole mutex shitoStapleButter2019-05-31
| | | | fixes potential crash when resizing window
* try to fix fog consecutively to the Intel fix. still not perfect for ↵StapleButter2019-05-31
| | | | | | whatever reason also clean up more code
* attempt at fixing THE FLICKERING without making everything shitty. also, ↵StapleButter2019-05-31
| | | | clean up code
* clean up code, attempt at shitStapleButter2019-05-31
|
* fix cleanup of libui objects when closing melonDSStapleButter2019-05-30
| | | | | fixes to Cmake shito attempt shit
* Linux: start getting somewhere with the whole OpenGL shitoStapleButter2019-05-28
|
* 'port' libui GL stuff to LinuxPoroCYon2019-05-26
Only implemented the functions needed by melonDS, and only tested using a very recent mesa+libglvnd+nouveau. Will most likely bork using proprietary nvidia or old(er) drivers (see gl.c)