Brian Roberts 86a8fb5854 Merge pull request #523 from Azaezel/alpha40/windowWonk vor 4 Jahren
..
sdl fc9d767256 report if SDL_CreateWindow is unable to create a window at all vor 4 Jahren
tGL 25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy vor 8 Jahren
util dd08fd2e7d Add OpenGL support. vor 11 Jahren
win32 79c34c68db Use strncpy instead of strcpy because again, buffer overflows vor 7 Jahren
gfxGLAppleFence.cpp 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
gfxGLAppleFence.h dd08fd2e7d Add OpenGL support. vor 11 Jahren
gfxGLCardProfiler.cpp 059d531b62 linux followup work by tim vor 6 Jahren
gfxGLCardProfiler.h 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
gfxGLCircularVolatileBuffer.h b9c207765e uninitialized variables-gfx vor 5 Jahren
gfxGLCubemap.cpp c57205b1f4 from @rextimmy: final fixes vor 5 Jahren
gfxGLCubemap.h 175f0eebb7 ongoing WIP of openGL cubemap arrays. vor 6 Jahren
gfxGLDevice.cpp 5a933c00d3 Removed old fixed function code from GFX. vor 5 Jahren
gfxGLDevice.h 5a933c00d3 Removed old fixed function code from GFX. vor 5 Jahren
gfxGLDeviceProfiler.cpp b9c207765e uninitialized variables-gfx vor 5 Jahren
gfxGLEnumTranslate.cpp 5a933c00d3 Removed old fixed function code from GFX. vor 5 Jahren
gfxGLEnumTranslate.h 5a933c00d3 Removed old fixed function code from GFX. vor 5 Jahren
gfxGLOcclusionQuery.cpp b4a1d18f42 Core implementation of Physical Based Rendering. vor 7 Jahren
gfxGLOcclusionQuery.h b4a1d18f42 Core implementation of Physical Based Rendering. vor 7 Jahren
gfxGLPrimitiveBuffer.cpp b9c207765e uninitialized variables-gfx vor 5 Jahren
gfxGLPrimitiveBuffer.h dd08fd2e7d Add OpenGL support. vor 11 Jahren
gfxGLShader.cpp a944b6435c give useful data when not finding a given shader var vor 4 Jahren
gfxGLShader.h 25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy vor 8 Jahren
gfxGLStateBlock.cpp 5a933c00d3 Removed old fixed function code from GFX. vor 5 Jahren
gfxGLStateBlock.h 5a933c00d3 Removed old fixed function code from GFX. vor 5 Jahren
gfxGLStateCache.h 5a933c00d3 Removed old fixed function code from GFX. vor 5 Jahren
gfxGLTextureArray.cpp 3c8d07a03e Cleanup and fixes vor 5 Jahren
gfxGLTextureArray.h 3c8d07a03e Cleanup and fixes vor 5 Jahren
gfxGLTextureManager.cpp 25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy vor 8 Jahren
gfxGLTextureManager.h dd08fd2e7d Add OpenGL support. vor 11 Jahren
gfxGLTextureObject.cpp e88b7a0783 minor cleanups: vor 5 Jahren
gfxGLTextureObject.h 9150c7f5ab OpenGL: Mipmaps for GFXGLCubemap. vor 11 Jahren
gfxGLTextureTarget.cpp 1f7cf55204 Add cubemap arrays, as well as control for generation of MIPs on texture targets. vor 7 Jahren
gfxGLTextureTarget.h 1f7cf55204 Add cubemap arrays, as well as control for generation of MIPs on texture targets. vor 7 Jahren
gfxGLUtils.h 9caa08b7f0 Fix off-by-one in mip levels for OpenGL vor 5 Jahren
gfxGLVertexAttribLocation.h ace01a313c Add a workaround for the 16 vertex attribute limit on nvidia gl vor 9 Jahren
gfxGLVertexBuffer.cpp fbfd3ed8ed clang: constructor initialization order vor 9 Jahren
gfxGLVertexBuffer.h dd08fd2e7d Add OpenGL support. vor 11 Jahren
gfxGLVertexDecl.cpp 31d0eb16f8 Clean up MSVC warning [C4312] conversion from type to type * of greater size vor 7 Jahren
gfxGLVertexDecl.h b9c207765e uninitialized variables-gfx vor 5 Jahren
gfxGLWindowTarget.cpp 60a29777fa WIP updated UI vor 6 Jahren
gfxGLWindowTarget.h 60a29777fa WIP updated UI vor 6 Jahren
screenshotGL.cpp e2bf5cb8fe Implements missing _captureBackBuffer method for GL gfx layer. vor 5 Jahren
screenshotGL.h e2bf5cb8fe Implements missing _captureBackBuffer method for GL gfx layer. vor 5 Jahren