gzdoom-gles/src/gl/system
2017-10-07 20:18:37 -04:00
..
gl_cvars.h - Add gl_shadowmap_quality cvar that controls the resolution of the 1D shadow map texture 2017-06-04 00:44:49 +02:00
gl_debug.cpp - The mandatory include compile error fix for unix 2017-06-03 18:28:12 +02:00
gl_debug.h Only use KHR_debug if available 2016-08-22 19:25:13 +02:00
gl_extlist.txt Added missing OpenGL extension for PowerPC Macs 2017-01-13 10:51:56 +02:00
gl_framebuffer.cpp - added vid_cropaspect. This cvar turns vid_aspect into a letterboxing function that will crop the unused sides of the screen away, instead of stretching it. Requires one of the non-legacy OpenGL framebuffers to work. 2017-10-07 20:18:37 -04:00
gl_framebuffer.h - Fix mouse position being wrong when vid_scalemode is active 2017-07-29 19:26:53 +02:00
gl_interface.cpp - fixed: I was using the wrong check to determine which renderer was in use. Ooops. It now checks for the actual (active) renderer rather than the state of vid_glswfb 2017-09-12 14:32:29 -04:00
gl_interface.h Add OpenGL ES support to Linux target and enable it for ARM devices 2017-01-25 07:18:26 +01:00
gl_load.c - Use SDL_GL_GetProcAddress on platforms where the SDL is being used. Since SDL initialized OpenGL for us, it is the only reliable way of retrieving proc addresses. 2017-04-06 23:33:56 -04:00
gl_load.h - remove Windows includes from gl_load.h 2017-03-09 13:03:49 +01:00
gl_menu.cpp - added a grayscale formula selector 2017-07-02 16:45:06 -04:00
gl_swframebuffer.cpp - added vid_cropaspect. This cvar turns vid_aspect into a letterboxing function that will crop the unused sides of the screen away, instead of stretching it. Requires one of the non-legacy OpenGL framebuffers to work. 2017-10-07 20:18:37 -04:00
gl_swframebuffer.h - Fix mouse position being wrong when vid_scalemode is active 2017-07-29 19:26:53 +02:00
gl_swwipe.cpp - Reduce the number of naked new/delete calls in OpenGLSWFrameBuffer 2017-05-27 02:31:15 +02:00
gl_system.h OpenBSD support 2017-07-25 07:56:19 -04:00
gl_threads.cpp
gl_wipe.cpp - did a bit of header cleanup to reduce the dependency on dobject.h. 2017-03-09 23:30:42 +01:00