summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-01CMake cleanupYuri Kunde Schlesner1-13/+26
Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers.
2014-09-01Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner1-0/+2
This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows.
2014-08-26Rewrite of OpenGL renderer, including OS X supportKevin Hartman1-4/+7
Screen contents are now displayed using textured quads. This can be updated to expose an FBO once an OpenGL backend for when Pica rendering is being worked on. That FBO's texture can then be applied to the quads. Previously, FBO blitting was used in order to display screen contents, which did not work on OS X. The new textured quad approach is less of a compatibility risk.
2014-08-25Pica: Add debug utility functions for dumping geometry data.Tony Wasserka1-0/+2
2014-08-12Pica: Add basic rasterizer.Tony Wasserka1-0/+2
2014-08-12Pica: Add triangle clipper.Tony Wasserka1-2/+4
2014-08-12Pica: Add primitive assembly stage.Tony Wasserka1-0/+2
2014-08-12Pica: Add vertex shader implementation.Tony Wasserka1-0/+2
2014-08-12Pica: Add command processor.Tony Wasserka1-2/+5
2014-08-12Video core: Add utility class for vector operations.Tony Wasserka1-1/+2
I wrote most of this for ppsspp, so I hold full copyright over it. In addition to the original release in ppsspp, this provides functionality to easily extend e.g. two-dimensional vectors to three-dimensional vectors.
2014-05-20CMakeLists: rename HEADS, improved commentsarchshift1-2/+2
Changes for clarity of comments, removed redundant compiler flags.
2014-04-29IT'S ALIVE!archshift1-1/+6
2014-04-10fixed a bunch of errors in CMakeListsbunnei1-3/+3
2014-04-10updated CMakeListsbunnei1-16/+2
2014-04-05added video_core project to solutionbunnei1-0/+19