AzaezelX
|
280ce94cfc
misc opengl cleanups
|
há 3 meses atrás |
marauder2k7
|
ab36fe24ec
fixes for opengl uniform buffer loading
|
há 4 meses atrás |
marauder2k7
|
11d8604d8e
ogl device buffer creation
|
há 1 ano atrás |
marauder2k7
|
9dc5ae833b
opengl ubo setup
|
há 1 ano atrás |
AtomicWalrus
|
c64c2212ad
Fix for MacOS OGL 4.1 support
|
há 2 anos atrás |
AtomicWalrus
|
75625dc679
Reverse depth & 32F buffer format
|
há 2 anos atrás |
Areloch
|
cd82186231
Fixes setter issue for image/shape/material custom inspector fields where it was not correctly passing through the changed value from the Asset Browser select
|
há 3 anos atrás |
rextimmy
|
e1398895b3
fix opengl device not returning the correct anisotropic value
|
há 3 anos atrás |
Jeff Hutchinson
|
90951b3cc8
Merge pull request #619 from Azaezel/alpha40/glcubefix
|
há 4 anos atrás |
AzaezelX
|
bce14ab63f
fix opengl cubemap display
|
há 4 anos atrás |
Robert MacGregor
|
1385b29f03
* Adjustment: Initial testing with extensions to load GPU VRAM.
|
há 4 anos atrás |
Jeff Hutchinson
|
a458c97217
Implement more extensions to get graphics card memory for OpenGL on windows and Linux.
|
há 4 anos atrás |
Robert MacGregor
|
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 |
rextimmy
|
5a933c00d3
Removed old fixed function code from GFX.
|
há 4 anos atrás |
Lukas Aldershaab
|
87dd7ffc4a
Implement Singlepass Terrain Render
|
há 4 anos atrás |
Brian Roberts
|
d86c6aff35
Merge pull request #238 from Azaezel/alpha40_gl_cubemapWipwork
|
há 5 anos atrás |
AzaezelX
|
c57205b1f4
from @rextimmy: final fixes
|
há 5 anos atrás |
chaigler
|
e2bf5cb8fe
Implements missing _captureBackBuffer method for GL gfx layer.
|
há 5 anos atrás |
AzaezelX
|
ce2b05e0e2
a) grab the source mipmap levels not the dest ones for copy. b) lets rely less on trusting sizeof*4 when we've gor a size per pixel lookup already there
|
há 5 anos atrás |
AzaezelX
|
24e6d8c73c
partial followup to #202.
|
há 5 anos atrás |
AzaezelX
|
4223a26f05
no message
|
há 5 anos atrás |
AzaezelX
|
b9c207765e
uninitialized variables-gfx
|
há 5 anos atrás |
AzaezelX
|
059d531b62
linux followup work by tim
|
há 6 anos atrás |
Areloch
|
000c7b2263
GL work
|
há 6 anos atrás |
Azaezel
|
1eed979a9c
Merge branch 'method_Unmangle' into PBR_PR
|
há 6 anos atrás |
Areloch
|
1f7cf55204
Add cubemap arrays, as well as control for generation of MIPs on texture targets.
|
há 7 anos atrás |
Lukas Joergensen
|
2bbc716db6
Eliminate unnecessary uses of ConsoleFunction
|
há 7 anos atrás |
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.
|
há 8 anos atrás |
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
|
há 8 anos atrás |
Areloch
|
1ed8b05169
Initial implementation of the new Base Game Template and some starting modules.
|
há 8 anos atrás |