aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core
Commit message (Collapse)AuthorAge
* common_types: Changed BasicRect back to Rect, in the common namespaceGravatar archshift2014-05-19
| | | | Only Rect is in the namespace for now; the rest of common should be added in the future
* Improved clarity and whitespaceGravatar archshift2014-05-19
| | | | Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5.
* CMakeLists: rename HEADS, improved commentsGravatar archshift2014-05-19
| | | | Changes for clarity of comments, removed redundant compiler flags.
* Indent fixesGravatar archshift2014-05-19
|
* Merge remote-tracking branch 'upstream/master' into issue-7-fixGravatar archshift2014-05-16
|\
| * Update FlipFramebufferGravatar Sethpaien2014-05-08
| | | | | | Less calculations + fix
* | Fixed indentsGravatar archshift2014-04-30
| |
* | Reverse debugging changesGravatar archshift2014-04-30
| |
* | TGA dumps work, courtesy of @bunneiGravatar archshift2014-04-30
| |
* | OpenGL 3+ on OSX with GLFWGravatar archshift2014-04-30
| |
* | IT'S ALIVE!Gravatar archshift2014-04-28
| |
* | Xcode complains that the class name is redundant.Gravatar archshift2014-04-27
| |
* | Rect to BasicRectGravatar archshift2014-04-27
|/ | | | Somewhere along the line an OSX header had already taken the name Rect.
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-27
|
* fixed renderer to use correct framebuffer locationGravatar bunnei2014-04-27
|
* fixed GL context acquire (applies to Qt GUI only)Gravatar bunnei2014-04-21
|
* renamed hw_lcd module to just lcdGravatar bunnei2014-04-17
|
* fixed framebuffer color orderGravatar bunnei2014-04-17
|
* removed hard-coded framebuffer addresses from renderer_opengl.cppGravatar bunnei2014-04-16
|
* cleaned up some logging messagesGravatar bunnei2014-04-10
|
* fixed a bunch of errors in CMakeListsGravatar bunnei2014-04-09
|
* updated CMakeListsGravatar bunnei2014-04-09
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08
|
* fixed license header in video_coreGravatar bunnei2014-04-08
|
* - removed lots of unused code from gekkoGravatar bunnei2014-04-08
| | | | - updated code style/naming conventions
* added support for renderering the external framebuffersGravatar bunnei2014-04-07
|
* added external framebuffer GL handlesGravatar bunnei2014-04-06
|
* added initial renderer codeGravatar bunnei2014-04-06
|
* added video_core project to solutionGravatar bunnei2014-04-05