aboutsummaryrefslogtreecommitdiffhomepage
path: root/externals
Commit message (Collapse)AuthorAge
* Update nihstro to latest masterGravatar Yuri Kunde Schlesner2015-07-26
|
* getopt: Fix macro redefinition warningGravatar Yuri Kunde Schlesner2015-07-13
| | | | We already define _CRT_SECURE_NO_WARNINGS
* getopt: Fix compilation settingsGravatar Yuri Kunde Schlesner2015-07-13
| | | | | | 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.
* Implement new argument parsing using getopt and add the corresponding ↵Gravatar Greg Wicks2015-07-12
| | | | library to externals
* Update bundled GLFW to 3.1.1Gravatar Yuri Kunde Schlesner2015-05-25
| | | | | It may be necessary to fix the CMake paths manually for an exsting CMake cache after this change.
* vertex_shader: Implement MADI instruction.Gravatar bunnei2015-05-09
| | | | nihstro: Update submodule to latest upstream/master to support MADI instruction decoding.
* Update nihstro submodule to the initial release version.Gravatar archshift2015-03-08
| | | | Includes more opcodes to implement in the future.
* Update ext-boost commit again which got reverted by #500Gravatar Yuri Kunde Schlesner2015-02-12
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | 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.
* Update boost externalGravatar Yuri Kunde Schlesner2015-02-02
|
* Pica/VertexShader: Implement JMPC/JMPU/CALLC/CALLU.Gravatar Tony Wasserka2015-01-12
|
* Kernel: Start using boost::intrusive_ptr for lifetime managementGravatar Yuri Kunde Schlesner2015-01-09
|
* Clipper: Avoid dynamic allocationsGravatar Yuri Kunde Schlesner2014-12-29
| | | | | | 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.
* Add nihstro (a 3DS shader tools suite) as a submodule.Gravatar Tony Wasserka2014-12-20
|
* externals: Add boost submodule.Gravatar Tony Wasserka2014-12-07
|
* Added configuration file system.Gravatar archshift2014-10-07
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* CMake cleanupGravatar Yuri Kunde Schlesner2014-09-01
| | | | | | | | 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.
* Update GLFW to 3.0.4 and include x64 lib for MSVCGravatar Yuri Kunde Schlesner2014-09-01
|
* Replace GLEW with a glLoadGen loader.Gravatar Yuri Kunde Schlesner2014-09-01
| | | | | | | | | 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.
* Remove documentation for external modules.Gravatar Yuri Kunde Schlesner2014-08-23
| | | | We don't need these and they clutter up the repository.
* Add Qt5 option. Use Qt5 by default.Gravatar Sacha2014-08-19
|
* CMake CleanupGravatar Sacha2014-08-18
|
* Indent fixesGravatar archshift2014-05-19
|
* Added FindGLEW to cmake-modulesGravatar archshift2014-05-16
|
* fixes to scm_rev generation to make it conistent with windows buildGravatar bunnei2014-04-23
|
* added scm rev generation on Linux/cmakeGravatar bunnei2014-04-23
|
* adding initial project layoutGravatar ShizZy2013-08-29