index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineOpenGL
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed grammatic error plus few minor updates
Egor Yusov
2019-04-16
1
-1
/
+1
*
Updated ALLOCATE macros to make it more convenient
Egor Yusov
2019-04-13
1
-1
/
+1
*
Added DRAW_FLAG_VERIFY_DRAW_ATTRIBS, DRAW_FLAG_VERIFY_RENDER_TARGETS, and DRA...
Egor Yusov
2019-04-07
1
-1
/
+4
*
Made IShaderSourceInputStreamFactory derived from IObject (upgraded API Versi...
Egor Yusov
2019-04-06
5
-12
/
+20
*
Added API info query
Egor Yusov
2019-04-06
1
-2
/
+2
*
Replaced overloaded IShaderResourceBinding::GetVariable() with IShaderResourc...
Egor Yusov
2019-04-05
3
-6
/
+6
*
Replaced overloaded IPipelineState::GetStaticShaderVariable() with IPipelineS...
Egor Yusov
2019-04-05
2
-4
/
+4
*
Fixed default GL viewport size issue on iOS
Egor Yusov
2019-03-31
1
-13
/
+13
*
Binding null sampler handler when no sampler is assigned to texture SRV and n...
Egor Yusov
2019-03-24
1
-0
/
+4
*
Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGING
Egor Yusov
2019-03-18
2
-5
/
+5
*
Merge from master
Egor Yusov
2019-03-18
1
-10
/
+10
|
\
|
*
Few more readme updates
Egor Yusov
2019-03-12
1
-1
/
+1
|
*
Updated readme files for D3D11, D3D12 and GL backend
Egor Yusov
2019-03-12
1
-9
/
+9
*
|
Moved NumDeferredContexts parameter from factory functions to EngineCreateInf...
Egor Yusov
2019-03-18
1
-0
/
+10
|
/
*
Fixed Android build issues
Egor
2019-03-08
2
-8
/
+8
*
Added IShaderResourceVariableD3D interface plus fixed some include paths
Egor Yusov
2019-03-08
1
-1
/
+1
*
Repalced IShaderResourceVariable::GetArraySize() and GetName() with GetResour...
Egor Yusov
2019-03-08
1
-11
/
+1
*
A bunch of minor code improvements
Egor Yusov
2019-03-08
3
-28
/
+26
*
Improved buffer stride management in PSO
Egor Yusov
2019-03-07
1
-3
/
+2
*
Added GetShaderResourceTypeLiteralName accessory function plus fixed issue wi...
Egor Yusov
2019-03-07
1
-1
/
+6
*
Made engine factory interfaces derived from IObject (fixed https://github.com...
Egor Yusov
2019-03-07
2
-2
/
+14
*
Fixed issue with GLContextWindows
Egor Yusov
2019-03-07
1
-6
/
+7
*
Merged var_type_refactor into master
Egor Yusov
2019-03-07
38
-960
/
+1229
|
\
|
*
Removed unused m_ResourceLayout member from ShaderVariableManagerVk and Shade...
Egor Yusov
2019-03-06
1
-4
/
+4
|
*
Fixed few more clang warnings
Egor Yusov
2019-03-06
1
-2
/
+2
|
*
Removed debug code to disable separate programs in GL context
Egor Yusov
2019-03-06
1
-1
/
+1
|
*
Few improvements to managing static resources when sep programs are not suppo...
Egor Yusov
2019-03-06
3
-10
/
+31
|
*
Fixed clang compiler warnings
Egor Yusov
2019-03-06
1
-1
/
+0
|
*
Updated Shader resource binding GL implementation
Egor Yusov
2019-03-06
3
-49
/
+30
|
*
Reworked shader resource management in OpenGL
Egor Yusov
2019-03-06
9
-392
/
+866
|
*
Fixed swap chain build error on iOS
Egor Yusov
2019-03-06
3
-17
/
+15
|
*
Final changes to make GL backend compile
Egor Yusov
2019-03-06
10
-209
/
+190
|
*
Reworked GLProgramResources & GLProgram
Egor Yusov
2019-03-05
8
-280
/
+152
|
*
Updated QueryInterface declaration in GL backend
Egor Yusov
2019-03-05
6
-6
/
+6
|
*
Started updating GL backend to comply with the updated API
Egor Yusov
2019-03-05
28
-83
/
+77
|
*
Updated GL engine factory headers and structures
Egor Yusov
2019-03-05
4
-91
/
+41
*
|
Enabled using stencil in the swap chain in GL backend (fixed https://github.c...
Egor Yusov
2019-02-26
16
-79
/
+145
|
/
*
Implemented workaround to allow binding static resources when separate shader...
Egor Yusov
2019-02-22
5
-21
/
+165
*
Fixed SRBs with non-separable shaders in GL back-end
Egor Yusov
2019-02-21
9
-196
/
+264
*
Not accessing program pipeline when separate shaders are not supported in GL ...
Egor Yusov
2019-02-21
1
-94
/
+88
*
Updated supported texture format tests in GL backend
Egor Yusov
2019-02-20
1
-17
/
+41
*
Fixed typo
Egor Yusov
2019-02-19
1
-1
/
+1
*
Updated GL functions loading on Android
Egor
2019-02-16
2
-7
/
+85
*
Fixed GLES3.0 context on Android
Egor
2019-02-16
3
-72
/
+56
*
Fixed few debug checks
Egor Yusov
2019-02-09
2
-2
/
+1
*
Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...
Egor Yusov
2019-02-09
21
-327
/
+377
*
Updated HashMapStringKey to define Hasher in the struct rather than in std
Egor Yusov
2019-01-31
1
-3
/
+3
*
Fixed --whole-archive flag on Mac and iOS
Egor Yusov
2019-01-21
1
-9
/
+14
*
Fixed shared libaries on linux/mac/iOS
Egor Yusov
2019-01-21
2
-14
/
+18
*
Updated copyright notice
Egor Yusov
2019-01-06
2
-2
/
+2
[prev]
[next]