summaryrefslogtreecommitdiff
path: root/src/graphicsmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08some more renamingrename_and_cleanupjak11-1/+1
2023-01-08added manaverse' copyright line to src/jak11-0/+1
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2022-12-18fix HWND reference for SDL 2 buildsJordan Irwin1-0/+8
2020-05-30Revert "Disable warning conditionally-supported for opengl function pointers"Andrei Karas1-9/+0
2020-05-30Disable warning conditionally-supported for opengl function pointersAndrei Karas1-0/+9
2020-04-23switch: enable opengles2 renderercpasjuste1-7/+11
2020-04-22switch: enable joystick and mousecpasjuste1-0/+3
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-114/+116
2018-04-01Fix formatting in graphicsmanager.cppAndrei Karas1-3/+7
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-13Add option to select any existing SDL renderer drivers for SDL2 default mode.Andrei Karas1-1/+1
2017-09-12Add option for enable high dpi mode in SDL 2.Andrei Karas1-3/+10
2017-09-07Fix possible reading wrong pixel sizes in SDL2.Andrei Karas1-2/+2
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-2/+2
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-6/+6
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+6
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-04-25Report into log OpenGL errors if enabled configure option --enable-openglerrors.Andrei Karas1-1/+1
2017-04-25Add option for enable/disable DSA OpenGL extension.Andrei Karas1-17/+25
2017-03-10Fix new style issue detected by mplint.Andrei Karas1-1/+1
2017-03-09Enable sound by default after auto detection tests.Andrei Karas1-0/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2017-01-03Remove LLVM from auto detection black list.Andrei Karas1-7/+0
2016-12-10Fix some issues without C++11 flags.Andrei Karas1-2/+2
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-2/+4
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-2/+2
2016-09-23Add missing comments into defines.Andrei Karas1-42/+54
2016-09-03Add option for create custom OpenGL context.Andrei Karas1-1/+1
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-2/+0
2016-05-31Fix compilation without OpenGL.Andrei Karas1-1/+5
2016-05-31Fix different include issues.Andrei Karas1-4/+2
2016-05-09Fix too long line.Andrei Karas1-1/+2
2016-05-09Fix issue with DSO.Andrei Karas1-8/+9
2016-05-09Black list Mesa 11.2 for DSO.Andrei Karas1-0/+1
2016-05-04Blacklist DSA for Mesa 11.1.3 look like it also broken :(Andrei Karas1-0/+1
2016-04-30Dont include GL/glx.h if x11 usage disabled.Andrei Karas1-0/+2
2016-04-21Add option for disable OpenGL version check and rollback to other renderer.Andrei Karas1-33/+36
2016-02-27Add Mesa 11.1.2 to black list. DSO here broken too.v1.6.2.27Andrei Karas1-0/+1
2016-02-13Add Mesa 11.1.1 to black list. Look like here DSO broken too.Andrei Karas1-0/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-9/+9
2016-01-15Fix code style.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-20Move OpenGL functions related files into opengl directory.Andrei Karas1-5/+6
2015-12-19Fix OpenGL rederers in Android.v1.5.12.19Andrei Karas1-1/+18
2015-12-18Fix code style.Andrei Karas1-1/+1
2015-12-16Add support for check is OpenGL ES present ot not. Also fix comparessions in ...Andrei Karas1-4/+13
2015-12-16Add mobileopenglscreenshothelper.Andrei Karas1-1/+2
2015-12-16Add sdl2softwarescreenshothelper.Andrei Karas1-2/+5