summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2014-12-09Build fix for something which shouldn't have compiled successfully to begin w...Tony Wasserka
2014-12-03Change NULLs to nullptrs.Rohit Nirmal
2014-12-03Merge pull request #236 from rohit-n/sign-comparebunnei
2014-11-30Silence a few -Wsign-compare warnings.Rohit Nirmal
2014-11-30Fixed viewport error caused by roundingvaguilar
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-18OpenGL Renderer: Cleanup viewport extent calculation.Tony Wasserka
2014-11-18Fixup EmuWindow interface and implementations thereof.Tony Wasserka
2014-11-18Viewport scaling and display density independenceKevin Hartman
2014-11-16Merge pull request #195 from lioncash/controlTony Wasserka
2014-11-16vertex_shader: Fix control reaches end of function warningLioncash
2014-11-14Fix two format strings.Lioncash
2014-10-29Merge pull request #162 from SeannyM/warning-fixesbunnei
2014-10-29Fix some warningsSean
2014-10-29Renamed souce files of services to match port namesGareth Poole
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-10-21Only check OpenGL shader log if size is >1.Yuri Kunde Schlesner
2014-10-12Rework OpenGL renderer.Yuri Kunde Schlesner
2014-10-12OpenGL renderer: Shuffle initialization code around and rename functions.Yuri Kunde Schlesner
2014-10-12Remove virtual inheritance from RendererOpenGLYuri Kunde Schlesner
2014-10-07Fix warnings in video_coreLioncash
2014-09-17Common: Rename the File namespace to FileUtil, to match the filename and prev...Emmanuel Gil Peyrot
2014-09-14Merge pull request #110 from lioncash/warningsbunnei
2014-09-13Merge pull request #97 from archshift/cleanupbunnei
2014-09-13Core: Fix warnings in gpu.cppLioncash
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-08Moved common_types::Rect from common to Common namespacearchshift
2014-09-07renderer_opengl.cpp: improved alignment for readabilityarchshift
2014-09-07Dead code removal: video_core.cpp, load_symbol_map.cpparchshift
2014-09-07utils: cleaned up DumpTGA, removing redundanciesarchshift
2014-09-01Remove hand-crafted Visual Studio solution.Yuri Kunde Schlesner
2014-09-01CMake cleanupYuri Kunde Schlesner
2014-09-01Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner
2014-08-28Downgrade GLSL version to 1.50 (compatible with GL 3.2)Yuri Kunde Schlesner
2014-08-26VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.bunnei
2014-08-25Rewrite of OpenGL renderer, including OS X supportKevin Hartman
2014-08-25Pica/Rasterizer: Clarify a TODO.Tony Wasserka
2014-08-25Pica/VertexShader: Fix a bug in the call stack handling.Tony Wasserka
2014-08-25Math: Warning fixes.Tony Wasserka
2014-08-25Pica: Consolidate the primitive assembly code in PrimitiveAssembly and Geomet...Tony Wasserka
2014-08-25Pica/Rasterizer: Add texturing support.Tony Wasserka
2014-08-25Pica/DebugUtils: Add convenient tev setup printer.Tony Wasserka
2014-08-25Pica/Rasterizer: Add initial implementation of texture combiners.Tony Wasserka
2014-08-25Pica: Add support for dumping textures.Tony Wasserka
2014-08-25Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified r...Tony Wasserka
2014-08-25Pica/VertexShader: Fix a bug in the bitfield definitions and add the "negate"...Tony Wasserka
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with...Tony Wasserka
2014-08-25Pica/CommandProcessor: Implement parameter masking.Tony Wasserka
2014-08-25Pica: Add debug utilities for dumping shaders.Tony Wasserka