128 Commits (2ed03c10e03bbd0f513d157c577f1c75ae9ede5b)

Author SHA1 Message Date
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 11 years ago
bunnei 4cb7a44d4e MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP. 11 years ago
bunnei f94d8f9603 GSP: Trigger GPU interrupts at more accurate locations. 11 years ago
bunnei 170123982d GPU: Fixed bug in command list size decoding. 11 years ago
Tony Wasserka 0305435edd Pica: Re-enable command names on MSVC. 11 years ago
Tony Wasserka 79bb403089 More coding style fixes. 11 years ago
Tony Wasserka 0cd27a511e Some code cleanup. 11 years ago
Tony Wasserka 2793619dce citra_qt: Add enhanced texture debugging widgets. 12 years ago
Tony Wasserka fd194d95b0 citra-qt: Add texture viewer to Pica command list. 12 years ago
Tony Wasserka 2c71ec7052 Pica/DebugUtils: Add breakpoint functionality. 11 years ago
Tony Wasserka 8db65723d2 Build fix for something which shouldn't have compiled successfully to begin with. 11 years ago
Tony Wasserka 4d4572c697 Integrate Boost into build system and perform a trivial cleanup in vertex_shader.cpp. 11 years ago
Rohit Nirmal 8a62423970 Change NULLs to nullptrs. 11 years ago
Rohit Nirmal f9b53c3e94 Silence a few -Wsign-compare warnings. 11 years ago
vaguilar 95b33ee0a7 Fixed viewport error caused by rounding 11 years ago
Emmanuel Gil Peyrot 739bb58c3a Remove tabs in all files except in skyeye imports and in generated GL code 11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
Tony Wasserka c5c6e095f0 OpenGL Renderer: Cleanup viewport extent calculation. 11 years ago
Tony Wasserka bd8f491e4c Fixup EmuWindow interface and implementations thereof. 11 years ago
Kevin Hartman 221a9b023d Viewport scaling and display density independence 12 years ago
Lioncash bd76783d91 vertex_shader: Fix control reaches end of function warning 11 years ago
Lioncash ac58b76e71 Fix two format strings. 11 years ago
Sean 9a012ff007 Fix some warnings 11 years ago
Gareth Poole 38df9e96dd Renamed souce files of services to match port names 11 years ago
Yuri Kunde Schlesner d72708c1f5 Add `override` keyword through the code. 11 years ago
Yuri Kunde Schlesner 15c59f3974 Only check OpenGL shader log if size is >1. 11 years ago
Yuri Kunde Schlesner 11642fd3a2 Rework OpenGL renderer. 12 years ago
Yuri Kunde Schlesner 5f598a5e2c OpenGL renderer: Shuffle initialization code around and rename functions. 12 years ago
Yuri Kunde Schlesner 787a1b047c Remove virtual inheritance from RendererOpenGL 12 years ago
Lioncash eb5054e6eb Fix warnings in video_core 11 years ago
Emmanuel Gil Peyrot 6b7b36a874 Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions. 11 years ago
Lioncash 6cc7c73b80 Core: Fix warnings in gpu.cpp 11 years ago
Kevin Hartman 02fd19b2f6 Added support for multiple input device types for KeyMap and connected Qt. 11 years ago
archshift 8fe5f2e2fe Moved common_types::Rect from common to Common namespace 11 years ago
archshift 81baa477b5 renderer_opengl.cpp: improved alignment for readability 11 years ago
archshift 1c02c03e32 Dead code removal: video_core.cpp, load_symbol_map.cpp 11 years ago
archshift 0167e9140e utils: cleaned up DumpTGA, removing redundancies 11 years ago
Yuri Kunde Schlesner c57de3e404 Remove hand-crafted Visual Studio solution. 11 years ago
Yuri Kunde Schlesner 45976da975 CMake cleanup 12 years ago
Yuri Kunde Schlesner 478289140d Replace GLEW with a glLoadGen loader. 12 years ago
Yuri Kunde Schlesner 9d172ab550 Downgrade GLSL version to 1.50 (compatible with GL 3.2) 12 years ago
bunnei 20d169e4a1 VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size. 12 years ago
Kevin Hartman cbfd6b6e52 Rewrite of OpenGL renderer, including OS X support 12 years ago
Tony Wasserka a79644c9ba Pica/Rasterizer: Clarify a TODO. 12 years ago
Tony Wasserka 697b50c3ff Pica/VertexShader: Fix a bug in the call stack handling. 12 years ago
Tony Wasserka b5b3aeb576 Math: Warning fixes. 12 years ago
Tony Wasserka 2f1c129f64 Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper. 12 years ago
Tony Wasserka 9679d231df Pica/Rasterizer: Add texturing support. 12 years ago
Tony Wasserka 34fa0b6d9c Pica/DebugUtils: Add convenient tev setup printer. 12 years ago
Tony Wasserka 27cab6477e Pica/Rasterizer: Add initial implementation of texture combiners. 12 years ago