summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
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
2014-08-25Pica: Add debug utility functions for dumping geometry data.Tony Wasserka
2014-08-25Fix the threading for GL Context in Qt5.Sacha
2014-08-13Merge pull request #42 from archshift/glexpbunnei
2014-08-13float24: Remove private default constructorarchshift
2014-08-12Use glewExperimental on Linux in order to fix GLFW-modearchshift
2014-08-12Pica: Add basic rasterizer.Tony Wasserka
2014-08-12Pica: Add triangle clipper.Tony Wasserka
2014-08-12Pica: Add primitive assembly stage.Tony Wasserka
2014-08-12Pica: Add vertex shader implementation.Tony Wasserka
2014-08-12Pica: Implement vertex loading.Tony Wasserka
2014-08-12Pica: Add register definition for vertex loading and rendering.Tony Wasserka
2014-08-12Pica: Add command processor.Tony Wasserka
2014-08-12Pica: Add float24 structure.Tony Wasserka