1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
GLideN64/src/Graphics/OpenGLContext
2017-03-18 19:14:21 +07:00
..
GLSL Fix GL_ARB_compute_shader statement 2017-03-18 19:14:21 +07:00
GraphicBufferPrivateApi Implemented Async buffer copies for GLES2 using EGLImage 2017-02-14 00:10:49 -05:00
mupen64plus Fix viewport set in DisplayWindowMupen64plus::_swapBuffers() 2017-03-09 13:11:59 +07:00
windows Implement vsync for Zilmar-specs build. 2017-02-20 15:56:46 +07:00
GLFunctions.cpp Fix compile and link on MAC_OS_X 2017-03-03 17:41:18 +07:00
GLFunctions.h Fix compile and link on MAC_OS_X 2017-03-03 17:41:18 +07:00
opengl_Attributes.cpp Replace rectAttrib::color by uniform. 2017-02-28 15:48:14 +07:00
opengl_Attributes.h Disable texcoord attribs for fillrect. 2017-03-11 12:46:40 +07:00
opengl_BufferedDrawer.cpp Rewrite polygons drawing in N64 depth compare mode. 2017-03-16 14:56:20 +07:00
opengl_BufferedDrawer.h Make compatible with apitrace in Debug mode 2017-02-08 12:33:38 +07:00
opengl_BufferManipulationObjectFactory.cpp Code refactor: replace graphics::ObjectHandle() by graphics::ObjectHandle::null 2017-02-22 16:45:27 +07:00
opengl_BufferManipulationObjectFactory.h Remove OpenGL from DepthBufferToRDRAM 2017-01-23 21:20:36 +07:00
opengl_CachedFunctions.cpp Add compiler macro to produce backtrace on GL Error for all GL functions 2017-02-14 09:57:08 +07:00
opengl_CachedFunctions.h Add compiler macro to produce backtrace on GL Error for all GL functions 2017-02-14 09:57:08 +07:00
opengl_ColorBufferReaderWithBufferStorage.cpp Revert "Rename opengl_ColorBufferReaderWithBUfferStorage.h/cpp" 2017-03-11 13:20:59 +07:00
opengl_ColorBufferReaderWithBufferStorage.h Revert "Rename opengl_ColorBufferReaderWithBUfferStorage.h/cpp" 2017-03-11 13:20:59 +07:00
opengl_ColorBufferReaderWithEGLImage.cpp Implemented Async buffer copies for GLES2 using EGLImage 2017-02-14 00:10:49 -05:00
opengl_ColorBufferReaderWithEGLImage.h Common implementation of N64 depth compare for Full GL and GLES 2017-02-17 15:54:13 +07:00
opengl_ColorBufferReaderWithPixelBuffer.cpp Code refactor: replace graphics::ObjectHandle() by graphics::ObjectHandle::null 2017-02-22 16:45:27 +07:00
opengl_ColorBufferReaderWithPixelBuffer.h ColorBufferReader: move m_pixelData to base class. Code cleanup. 2017-01-26 19:54:39 +07:00
opengl_ColorBufferReaderWithReadPixels.cpp Implement generic copy color to RDRAM for GLES2 devices 2017-02-12 14:40:01 +07:00
opengl_ColorBufferReaderWithReadPixels.h Implement generic copy color to RDRAM for GLES2 devices 2017-02-12 14:40:01 +07:00
opengl_ContextImpl.cpp Revert "Rename opengl_ColorBufferReaderWithBUfferStorage.h/cpp" 2017-03-11 13:20:59 +07:00
opengl_ContextImpl.h Refactor TexrectDrawer. 2017-02-12 22:21:20 +07:00
opengl_GLInfo.cpp Hacky fix for RPi depth issues 2017-02-28 12:11:06 -07:00
opengl_GLInfo.h Hacky fix for RPi depth issues 2017-02-28 12:11:06 -07:00
opengl_GraphicsDrawer.h Move GraphicsDrawer and TextDrawer interfaces to OpenGLContext 2017-01-12 22:22:53 +07:00
opengl_Parameters.cpp Invert y coordinate to align image origin with frame origin. 2017-03-16 18:50:14 +07:00
opengl_TextureManipulationObjectFactory.cpp Add compiler macro to produce backtrace on GL Error for all GL functions 2017-02-14 09:57:08 +07:00
opengl_TextureManipulationObjectFactory.h Rewrite NoiseTexture 2017-01-08 17:49:42 +07:00
opengl_UnbufferedDrawer.cpp Rewrite polygons drawing in N64 depth compare mode. 2017-03-16 14:56:20 +07:00
opengl_UnbufferedDrawer.h Move GraphicsDrawer and TextDrawer interfaces to OpenGLContext 2017-01-12 22:22:53 +07:00
opengl_Utils.cpp Fix compile and link on MAC_OS_X 2017-03-03 17:41:18 +07:00
opengl_Utils.h Don't use macro to determine if GL_NUM_EXTENSIONS exists 2017-02-05 20:07:02 +07:00