.. |
sdl
|
fc9d767256
report if SDL_CreateWindow is unable to create a window at all
|
před 4 roky |
tGL
|
1385b29f03
* Adjustment: Initial testing with extensions to load GPU VRAM.
|
před 4 roky |
util
|
dd08fd2e7d
Add OpenGL support.
|
před 11 roky |
win32
|
79c34c68db
Use strncpy instead of strcpy because again, buffer overflows
|
před 7 roky |
gfxGLAppleFence.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
před 13 roky |
gfxGLAppleFence.h
|
dd08fd2e7d
Add OpenGL support.
|
před 11 roky |
gfxGLCardProfiler.cpp
|
059d531b62
linux followup work by tim
|
před 6 roky |
gfxGLCardProfiler.h
|
7dbfe6994d
Engine directory for ticket #1
|
před 13 roky |
gfxGLCircularVolatileBuffer.h
|
b9c207765e
uninitialized variables-gfx
|
před 5 roky |
gfxGLCubemap.cpp
|
1b6b803a20
* BugFix: Clear a lot of warnings and correct a few actual programming errors along the way.
|
před 4 roky |
gfxGLCubemap.h
|
175f0eebb7
ongoing WIP of openGL cubemap arrays.
|
před 6 roky |
gfxGLDevice.cpp
|
90951b3cc8
Merge pull request #619 from Azaezel/alpha40/glcubefix
|
před 4 roky |
gfxGLDevice.h
|
5a933c00d3
Removed old fixed function code from GFX.
|
před 4 roky |
gfxGLDeviceProfiler.cpp
|
b9c207765e
uninitialized variables-gfx
|
před 5 roky |
gfxGLEnumTranslate.cpp
|
5a933c00d3
Removed old fixed function code from GFX.
|
před 4 roky |
gfxGLEnumTranslate.h
|
5a933c00d3
Removed old fixed function code from GFX.
|
před 4 roky |
gfxGLOcclusionQuery.cpp
|
b4a1d18f42
Core implementation of Physical Based Rendering.
|
před 7 roky |
gfxGLOcclusionQuery.h
|
b4a1d18f42
Core implementation of Physical Based Rendering.
|
před 7 roky |
gfxGLPrimitiveBuffer.cpp
|
b9c207765e
uninitialized variables-gfx
|
před 5 roky |
gfxGLPrimitiveBuffer.h
|
dd08fd2e7d
Add OpenGL support.
|
před 11 roky |
gfxGLShader.cpp
|
c523951e65
Merge branch 'Preview4_0' into alpha40/SGCleanups2
|
před 4 roky |
gfxGLShader.h
|
c8a5ccb191
* [OpenGL] BugFix: Correct shader errors being thrown during the load phase due to direct use of glUseProgram causing desync with GFXGLDevice.
|
před 4 roky |
gfxGLStateBlock.cpp
|
1b6b803a20
* BugFix: Clear a lot of warnings and correct a few actual programming errors along the way.
|
před 4 roky |
gfxGLStateBlock.h
|
5a933c00d3
Removed old fixed function code from GFX.
|
před 4 roky |
gfxGLStateCache.h
|
5a933c00d3
Removed old fixed function code from GFX.
|
před 4 roky |
gfxGLTextureArray.cpp
|
1b6b803a20
* BugFix: Clear a lot of warnings and correct a few actual programming errors along the way.
|
před 4 roky |
gfxGLTextureArray.h
|
1b6b803a20
* BugFix: Clear a lot of warnings and correct a few actual programming errors along the way.
|
před 4 roky |
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
|
před 8 roky |
gfxGLTextureManager.h
|
dd08fd2e7d
Add OpenGL support.
|
před 11 roky |
gfxGLTextureObject.cpp
|
1b6b803a20
* BugFix: Clear a lot of warnings and correct a few actual programming errors along the way.
|
před 4 roky |
gfxGLTextureObject.h
|
9150c7f5ab
OpenGL: Mipmaps for GFXGLCubemap.
|
před 10 roky |
gfxGLTextureTarget.cpp
|
1f7cf55204
Add cubemap arrays, as well as control for generation of MIPs on texture targets.
|
před 7 roky |
gfxGLTextureTarget.h
|
1f7cf55204
Add cubemap arrays, as well as control for generation of MIPs on texture targets.
|
před 7 roky |
gfxGLUtils.h
|
9caa08b7f0
Fix off-by-one in mip levels for OpenGL
|
před 4 roky |
gfxGLVertexAttribLocation.h
|
ace01a313c
Add a workaround for the 16 vertex attribute limit on nvidia gl
|
před 9 roky |
gfxGLVertexBuffer.cpp
|
fbfd3ed8ed
clang: constructor initialization order
|
před 9 roky |
gfxGLVertexBuffer.h
|
dd08fd2e7d
Add OpenGL support.
|
před 11 roky |
gfxGLVertexDecl.cpp
|
31d0eb16f8
Clean up MSVC warning [C4312] conversion from type to type * of greater size
|
před 6 roky |
gfxGLVertexDecl.h
|
b9c207765e
uninitialized variables-gfx
|
před 5 roky |
gfxGLWindowTarget.cpp
|
60a29777fa
WIP updated UI
|
před 6 roky |
gfxGLWindowTarget.h
|
60a29777fa
WIP updated UI
|
před 6 roky |
screenshotGL.cpp
|
e2bf5cb8fe
Implements missing _captureBackBuffer method for GL gfx layer.
|
před 5 roky |
screenshotGL.h
|
e2bf5cb8fe
Implements missing _captureBackBuffer method for GL gfx layer.
|
před 5 roky |