Areloch
|
8c807485b1
Reworks the $Core::commonShaderPath variable usage to be a static variable in ShaderGen for efficiency(only one getVariable when shadergen is initialized), as well as implements the ability to set a default value, and ensures that it tries to set a path even if the pref variable is missing which is important for ported projects from older builds.
|
před 8 roky |
Areloch
|
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 |
Areloch
|
1ed8b05169
Initial implementation of the new Base Game Template and some starting modules.
|
před 8 roky |
rextimmy
|
415f4a046e
OpenGL vsync fixes.
|
před 8 roky |
Jeff Hutchinson
|
15a10a78cc
suppress API_ID_REDUNDANT_FBO on the debug callbacks. This is a temporary fix so that glad can get pushed into devhead.
|
před 9 roky |
Jeff Hutchinson
|
0296e6d3fd
Fix merge conflict and add check for unix and not apple for glx
|
před 9 roky |
Azaezel
|
fbfd3ed8ed
clang: constructor initialization order
|
před 9 roky |
RexTimmy
|
dd64004eaf
MacOS platform support.
|
před 9 roky |
Jeff Hutchinson
|
11c3314f66
implement glad into torque.
|
před 9 roky |
James Urquhart
|
3496c549b5
Hardware Skinning Support
|
před 10 roky |
Azaezel
|
47366068c1
revised torque_nsight_workaround
|
před 9 roky |
Areloch
|
f66a14c6e1
Merge pull request #1599 from JeffProgrammer/glprofiling
|
před 9 roky |
Jeff Hutchinson
|
db6d91925d
Added profile blocks for GL.
|
před 9 roky |
Jeff Hutchinson
|
a50600afaa
tabs->spaces for TRON :)
|
před 9 roky |
Jeff Hutchinson
|
f9b2aa397f
cache OpenGL extensions that are not part of the 3.3 core profile, and that run more than initialization setup.
|
před 9 roky |
Jeff Hutchinson
|
a216b4515b
remove old legacy extensions that aren't being used.
|
před 9 roky |
Jeff Hutchinson
|
fddc00b39b
Merge branch 'development-gg' into epoxy
|
před 9 roky |
Jeff Hutchinson
|
6e692ea9cf
torque windows integration of epoxy
|
před 9 roky |
rextimmy
|
41e5caf22b
Direct3D11 Engine/source changes
|
před 9 roky |
Anis
|
740c999c19
compile fix
|
před 9 roky |
Anis
|
f39f7a80c8
Update gfxGLDevice.cpp
|
před 9 roky |
Dušan Jocić
|
28d303c5ea
Added immutable vertex and index buffers.
|
před 9 roky |
rextimmy
|
b5f8e9aa70
gfxGLDevice setShader fix.
|
před 10 roky |
Daniel Buckmaster
|
905dd50d36
Merge pull request #980 from Azaezel/gl_debug_callbacks
|
před 10 roky |
Luis Anton Rebollo
|
098fa19abb
Merge pull request #1014 from Lopuska/patch-1
|
před 10 roky |
Azaezel
|
43e0826308
reordered by request
|
před 10 roky |
Azaezel
|
02de4658e5
nvidia nsight debugger support.
|
před 10 roky |
LuisAntonRebollo
|
d000a1e7c5
OpenGL Intel - Workaround for warning spam or even crash with actual framebuffer code, remove when implemented TGL layer.
|
před 11 roky |
Anis
|
1a76341049
Update gfxGLDevice.cpp
|
před 11 roky |
Anis
|
b444cabe4d
vSync on opengl
|
před 11 roky |