summaryrefslogtreecommitdiffstats
path: root/externals (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-14getopt: Fix compilation settingsYuri Kunde Schlesner1-2/+2
INTERFACE doesn't define the symbol when compiling the library itself. PUBLIC should be used when the definition is needed both by the library and by the users.
2015-07-12Implement new argument parsing using getopt and add the corresponding library to externalsGreg Wicks3-0/+1110
2015-05-25Update bundled GLFW to 3.1.1Yuri Kunde Schlesner32-673/+1877
It may be necessary to fix the CMake paths manually for an exsting CMake cache after this change.
2015-05-10vertex_shader: Implement MADI instruction.bunnei1-0/+0
nihstro: Update submodule to latest upstream/master to support MADI instruction decoding.
2015-03-08Update nihstro submodule to the initial release version.archshift1-0/+0
Includes more opcodes to implement in the future.
2015-02-12Update ext-boost commit again which got reverted by #500Yuri Kunde Schlesner1-0/+0
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-0/+0
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
2015-02-02Update boost externalYuri Kunde Schlesner1-0/+0
2015-01-13Pica/VertexShader: Implement JMPC/JMPU/CALLC/CALLU.Tony Wasserka1-0/+0
2015-01-13Pica/VertexShader: Implement the MAD instruction.Tony Wasserka1-0/+0
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner1-0/+0
2014-12-29Clipper: Avoid dynamic allocationsYuri Kunde Schlesner1-0/+0
The triangle clipper was allocating its temporary input, output and work buffers using a std::vector. Since this is a hot path, it's desirable to use stack allocation instead.
2014-12-20Add nihstro (a 3DS shader tools suite) as a submodule.Tony Wasserka1-0/+0
2014-12-07externals: Add boost submodule.Tony Wasserka1-0/+0
2014-10-08Added configuration file system.archshift2-0/+11
Uses QSettings on citra-qt, and inih on citra-cli.
2014-09-01CMake cleanupYuri Kunde Schlesner1-6/+9
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-01Update GLFW to 3.0.4 and include x64 lib for MSVCYuri Kunde Schlesner28-61/+91
2014-09-01Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner23-21302/+0
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-23Remove documentation for external modules.Yuri Kunde Schlesner245-29154/+0
We don't need these and they clutter up the repository.
2014-08-19Add Qt5 option. Use Qt5 by default.Sacha3-5/+9
2014-08-18CMake CleanupSacha1-4/+6
2014-05-19Indent fixesarchshift1-29/+29
2014-05-17Added FindGLEW to cmake-modulesarchshift1-0/+47
2014-04-24fixes to scm_rev generation to make it conistent with windows buildbunnei1-0/+28
2014-04-24added scm rev generation on Linux/cmakebunnei2-0/+168
2013-08-30adding initial project layoutShizZy287-0/+55230