aboutsummaryrefslogtreecommitdiff
path: root/src/OpenGLSupport.cpp
Commit message (Collapse)AuthorAge
* Introduce `Platform::Log` (#1640)Jesse Talavera-Greenberg2023-03-23
| | | | | | | | | | | | | * Add Platform::Log and Platform::LogLevel * Replace most printf calls with Platform::Log calls * Move a brace down * Move some log entries to one Log call - Some implementations of Log may assume a full line * Log the MAC address as LogLevel::Info
* update copyright headersArisotura2022-01-09
|
* update copyright year and add missing GPL headersRSDuck2021-03-12
|
* detach and delete shaders directly after linkingRSDuck2021-02-11
|
* Use libepoxy to load in OpenGL functions (#960)WaluigiWare642021-01-26
| | | | | | | | | | | * Use libepoxy to load in OpenGL functions Prevents having to load them in manually * Install libepoxy in the CI * Do not link OpenGL libraries, libepoxy opens them itself * Add libepoxy to build instructions
* get the OpenGL renderer going.Arisotura2020-05-25
| | | | | | sorta. (also make the blackmagic_II branch obsolete in the process)
* update copyright yearsArisotura2020-02-14
|
* do binding of VS inputs and FS outputs before linking shader programs, as ↵Arisotura2019-05-31
| | | | | | per OpenGL standard. should fix the rendering issues with strict drivers (AMD, Intel).
* Linux: start getting somewhere with the whole OpenGL shitoStapleButter2019-05-28
|
* fix oudated CMake compile settings, add OpenGL dependency for LinuxPoroCYon2019-05-26
|
* feeble, miserable little attempt at emulating fogArisotura2019-05-25
|
* preliminary, shitty, code for drawing the main window with OpenGLArisotura2019-05-16
|
* botch GL support.Arisotura2019-05-15