summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
* common_types: Changed BasicRect back to Rect, in the common namespaceGravatar archshift2014-05-192-3/+3
* Improved clarity and whitespaceGravatar archshift2014-05-192-3/+4
* CMakeLists: rename HEADS, improved commentsGravatar archshift2014-05-191-2/+2
* Indent fixesGravatar archshift2014-05-191-31/+31
* Merge remote-tracking branch 'upstream/master' into issue-7-fixGravatar archshift2014-05-161-7/+6
|\
| * Update FlipFramebufferGravatar Sethpaien2014-05-081-7/+6
* | Fixed indentsGravatar archshift2014-04-302-37/+35
* | Reverse debugging changesGravatar archshift2014-04-301-2/+0
* | TGA dumps work, courtesy of @bunneiGravatar archshift2014-04-302-36/+38
* | OpenGL 3+ on OSX with GLFWGravatar archshift2014-04-301-0/+2
* | IT'S ALIVE!Gravatar archshift2014-04-281-1/+6
* | Xcode complains that the class name is redundant.Gravatar archshift2014-04-271-1/+1
* | Rect to BasicRectGravatar archshift2014-04-272-3/+3
|/
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-272-4/+1
* fixed renderer to use correct framebuffer locationGravatar bunnei2014-04-272-8/+7
* fixed GL context acquire (applies to Qt GUI only)Gravatar bunnei2014-04-211-0/+2
* renamed hw_lcd module to just lcdGravatar bunnei2014-04-171-1/+1
* fixed framebuffer color orderGravatar bunnei2014-04-171-1/+1
* removed hard-coded framebuffer addresses from renderer_opengl.cppGravatar bunnei2014-04-161-2/+4
* cleaned up some logging messagesGravatar bunnei2014-04-101-1/+2
* fixed a bunch of errors in CMakeListsGravatar bunnei2014-04-091-3/+3
* updated CMakeListsGravatar bunnei2014-04-091-16/+2
* fixed project includes to use new directory structureGravatar bunnei2014-04-089-38/+39
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-087-0/+0
* fixed license header in video_coreGravatar bunnei2014-04-087-182/+23
* - removed lots of unused code from gekkoGravatar bunnei2014-04-083-367/+110
* added support for renderering the external framebuffersGravatar bunnei2014-04-072-20/+147
* added external framebuffer GL handlesGravatar bunnei2014-04-061-2/+11
* added initial renderer codeGravatar bunnei2014-04-067-19/+534
* added video_core project to solutionGravatar bunnei2014-04-058-0/+567