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