summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-05-11Turn ShaderSetup into structJannik Vogel
2016-05-10Merge pull request #1621 from JayFoxRox/w-bufferbunnei
Implement W-buffer and fix depth-mapping
2016-05-10Merge pull request #1774 from lioncash/warnbunnei
gdbstub: Silence missing prototype warnings
2016-05-10gl_rasterizer: Fix compilation for debug buildsLioncash
2016-05-10gdbstub: Silence missing prototype warningsLioncash
2016-05-10OpenGL: Implement W-Buffers and fix depth-mappingJannik Vogel
2016-05-10Pica: Implement W-Buffer in SW rasterizerJannik Vogel
2016-05-10Merge pull request #1704 from JayFoxRox/pod-configlinkmauve
Pica: PicaShaderConfig is TC and cleared before use
2016-05-09Merge pull request #1771 from lioncash/userbunnei
dyncom: Reset the context into user mode correctly
2016-05-09dyncom: Reset the context into user mode correctlyLioncash
The other mode was system mode.
2016-05-09source: Fix missing logging argumentsLioncash
Silences two warnings on OSX.
2016-05-08swap: Get rid of pointer casting for swapping structsLioncash
These shouldn't haphazardly convert types
2016-05-08swap: Get rid of undefined behavior in swapf and swapdLioncash
This isn't well-defined in C++.
2016-05-08swap: Remove unused methodsLioncash
Also gets rid of pointer data variants as this prevents the use of the regular swapping routines as unary predicates in std lib functions. They also cast to stricter alignment types, which is undefined behavior.
2016-05-08Merge pull request #1766 from Subv/log_cpubunnei
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1)
2016-05-07Merge pull request #1718 from alex-laties/fixup-type-conversionsbunnei
fixup simple type conversions where possible
2016-05-07Merge pull request #1761 from Subv/applets_fbbunnei
HLE/Applets: Use the correct size for the framebuffer SharedMemory
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-05-07Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Subv
We do not currently implement any cores other than the AppCore (Core 0).
2016-05-07Merge pull request #1736 from MerryMage/sdl2-sinkbunnei
AudioCore: SDL2 Sink
2016-05-07HLE/Applets: Use the correct size for the framebuffer SharedMemory in the ↵Subv
swkbd and MiiSelector applets.
2016-05-07AudioCore: SDL2 SinkMerryMage
2016-05-07HLE: Fix recent DSP change for Visual Studio.bunnei
2016-05-07Merge pull request #1544 from linkmauve/move-glad-initbunnei
Move glad initialisation to the frontend
2016-05-06fix:return proper errorwwylele
2016-05-06Frontends, VideoCore: Move glad initialisation to the frontendEmmanuel Gil Peyrot
On SDL2 this allows it to use SDL_GL_GetProcAddress() instead of the default function loader, and fixes a crash when using apitrace with an EGL context. On Qt we will need to migrate from QGLWidget to QOpenGLWidget and QOpenGLContext before we can use gladLoadGLLoader() instead of gladLoadGL(), since the former doesn’t expose a function loader.
2016-05-05Merge pull request #1762 from bunnei/globalbunnei
hle: Get rid of direct global access to g_reschedule
2016-05-05HLE: Rename RescheduleIsPending to IsReschedulePending.bunnei
2016-05-05Merge pull request #1700 from wwylele/gamelist-iconbunnei
Qt: display game icon and title in the game list
2016-05-05Layout Mii parameters input/output, and return success as result of applet workmailwl
2016-05-05Merge pull request #1757 from JayFoxRox/rename-vertexloaded-bpbunnei
Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation
2016-05-04Merge pull request #1734 from MerryMage/dsp-hle-sourcebunnei
DSP/HLE: Implement Source processing
2016-05-04add missing headerwwylele
2016-05-04make the name column larger as defaultwwylele
2016-05-04add icon & title to game listwwylele
2016-05-04Pica: Rename VertexLoaded breakpoint to VertexShaderInvocationJannik Vogel
2016-05-03DSP/HLE: Implement Source processingMerryMage
2016-05-03Pica: Use a union for PicaShaderConfigJannik Vogel
2016-05-03Pica: Add TevStageConfigRaw to PicaShaderConfig (MSVC workaround)Jannik Vogel
2016-05-03Pica: Make PicaShaderConfig trivially_copyable and clear it before useJannik Vogel
2016-05-03OpenGL: Don't copy const_color (Reverts #1745)Jannik Vogel
2016-05-02Merge pull request #1750 from JayFoxRox/cleanup-shader-inputbunnei
Pica: Replace logic in shader.cpp with loop
2016-05-03Pica: Replace logic in shader.cpp with loopJannik Vogel
2016-05-02Merge pull request #1732 from wwylele/config00170000bunnei
add config block 0x00170000; remove duplicated content
2016-05-01Merge pull request #1741 from linkmauve/iwyu-video_corebunnei
Fix video_core includes (and dependencies) using include-what-you-use
2016-05-01OpenGL: Copy TevStageConfig using a loop. Fixes bug: const_color not copiedJannik Vogel
2016-05-01remove duplicated function declarationwwylele
2016-04-30OpenGL: border_color was never set. Fixed. (#1740)Jannik Vogel
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-30LCD: Remove unneeded #undef with no matching #define.Emmanuel Gil Peyrot