summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed few GL build issues on Macassiduous2020-01-273-6/+6
* A bunch of final .h -> .hpp renamingsassiduous2020-01-278-7/+7
* Renamed platform headers .h -> .hppassiduous2020-01-272-2/+2
* More .h -> .hpp renamingsassiduous2020-01-2620-19/+19
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-2611-16/+16
* Renamed .h -> .hpp in GraphicsEngineNextGenBase and GraphicsEngineD3D12 projectsassiduous2020-01-2664-225/+225
* Renamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3...assiduous2020-01-2619-21/+21
* Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...assiduous2020-01-2611-11/+11
* Moved MapHelper to GraphicsToolsassiduous2020-01-261-1/+2
* Added query C interface testassiduous2020-01-261-0/+3
* Reworked IShader::GetResource to be compatible with C; renamed the method to ...assiduous2020-01-262-4/+2
* Reworked IShaderResourceVariable::GetResourceDesc() method to be compatible w...assiduous2020-01-261-2/+2
* Fixed issues with DeviceType on Mac and iOSassiduous2020-01-252-2/+2
* Fixed a couple of Linux and Android issuesassiduous2020-01-252-2/+2
* Reworked main headers to be compatible with cassiduous2020-01-2511-26/+26
* Updated handling of fatal errorsassiduous2020-01-241-15/+15
* Mnor update to DeviceContextGLImpl::WaitForIdleassiduous2020-01-141-0/+1
* Added query invalidation through IQuery::Invalidate and AutoInvalidate parame...assiduous2020-01-122-3/+8
* Updated factory functions to not throw exceptions, but return; fixed API vers...assiduous2020-01-081-2/+8
* Fixed some clang warningsassiduous2020-01-081-6/+7
* Finished reworking device feature reporting; removed EngineVkCreateInfo::Devi...assiduous2020-01-081-0/+13
* Improved device capabilities reportingassiduous2020-01-071-0/+13
* Improved reporting of device capabilities (fixed https://github.com/DiligentG...assiduous2020-01-072-23/+52
* Improved device feature reporting; added flags for query supportassiduous2020-01-079-87/+88
* Minor format correctionassiduous2020-01-031-1/+1
* Fixed iOS GLES build issueassiduous2020-01-033-8/+46
* Implemented queries in OpenGLassiduous2020-01-036-2/+144
* Added query interface; implemented queries in D3D11 and D3D12assiduous2020-01-039-1/+217
* Updated coyright noticeassiduous2020-01-0178-546/+858
* Fixed Linux build errorsassiduous2019-12-291-0/+3
* Reworked SwapChainIOS to use SwapChainGLBase; fixed few compiler issuesassiduous2019-12-283-60/+12
* Added SwapChainGLBase classassiduous2019-12-285-59/+117
* Fixed few more clang warnings; fixed iOS build errorassiduous2019-12-282-9/+38
* Added AdapterType member to DeviceCaps struct (API Version 240048)assiduous2019-12-281-0/+2
* Added IRenderDeviceGL::CreateDummyTexture method (API version 240047)assiduous2019-12-254-5/+24
* Minor formatting updatesassiduous2019-12-252-23/+23
* Added SetSwapChain method to IDeviceContextGL interfaceassiduous2019-12-242-1/+7
* Updated swap chain Present() to unbind back buffers from immediate contextassiduous2019-12-241-0/+8
* Reworked ClearRenderTarget and ClearDepthStencil methods to not take nullptrassiduous2019-12-241-44/+30
* Disabled SetRenderTarget(0, nullptr, nullptr) usage (fixed https://github.com...assiduous2019-12-244-34/+54
* OpenGL backend: fixed issue with copying default framebufferassiduous2019-12-231-4/+12
* Fixed issue with const PVoid not being the intended const void*assiduous2019-12-235-5/+5
* Renamed MAP_FLAG_DO_NOT_SYNCHRONIZE flag to MAP_FLAG_NO_OVERWRITE (API version )assiduous2019-12-231-1/+1
* Added compute shader testassiduous2019-12-201-0/+3
* Implemented staging textures in OpenGL backend; enabled draw command referenc...assiduous2019-12-1814-30/+263
* Unit tests: capturing debug output; fixed minor issue with viewport in Vk bac...assiduous2019-12-131-6/+6
* Reworked API Unit test to use run-time DLL loading to avoid apparent issue wi...Egor Yusov2019-12-071-43/+10
* Vulkan backend: fixed 32-bit buildEgor Yusov2019-11-291-1/+1
* clang-formatted GraphicsEngineOpenGL projectEgor Yusov2019-11-2489-6030/+6426
* clang-formatted DLLMainEgor Yusov2019-11-241-12/+12