index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoBackends
/
Software
/
SWmain.cpp
Age
Commit message (
Expand
)
Author
2015-09-23
Merge pull request #3066 from degasus/master
flacs
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-14
Software: Convert most volatile variables to atomics
Lioncash
2015-04-06
Fifo: rewrite sync on idle skipping hack
degasus
2015-02-01
VideoBackends: set GLInterface to zero after deleting it
degasus
2015-01-31
OGL: Fix a memory leak that would occur every time a game is launched
Lioncash
2014-11-17
OGL: implement bounding box support with ssbo
degasus
2014-09-28
Mechanical changes to move most CP state to a struct rather than separate glo...
comex
2014-09-19
Add a comment to the software renderer that stride should be implemented
Ryan Houdek
2014-09-19
WIP XFB scaling.
magumagu
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-08-30
Get rid of C-style empty function parameter indicators
Lioncash
2014-08-19
Core: Remove UpdateFPSDisplay
Jasper St. Pierre
2014-08-19
Core: Don't pass through a reference to the window handle
Jasper St. Pierre
2014-08-10
Software: Get rid of an unnecessary format string in SWmain.cpp
Lioncash
2014-08-03
Isolate D3D and Software Renderer from wxWidgets code
Lioncash
2014-08-02
Move GLInterface around to remove VideoBackends dependency on DolphinWX
Pierre Bourdon
2014-07-17
SW: Call OnFrameEnd in the FifoPlayer XFB hack. Required to dump DFF frames.
Pierre Bourdon
2014-07-17
Fixed Frame dumping in VideoSoftware.
Scott Mansell
2014-07-13
Fix warnings unearthed by #579
Tillmann Karras
2014-07-11
avoid the extern keyword in .cpp files
degasus
2014-07-11
mark all local functions as static
degasus
2014-06-25
Centralize the logging code into its own folder in Common.
Lioncash
2014-06-01
Video backends: remove dead code.
magumagu
2014-05-16
Video backends: mass-replace "xfregs" with "xfmem".
magumagu
2014-05-16
Video backend: merge global var xfmem into xfregs.
magumagu
2014-05-16
Video backends: unify xfregs/xfmem structures.
magumagu
2014-04-12
VideoSoftware: remove const memory usage of DebugUtil
degasus
2014-03-29
Software backend: Delete forked PixelEngine.
magumagu
2014-03-17
More range-based loops and overrides
Tillmann Karras
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-06
SW renderer: add missing ClearCurrent()
Tillmann Karras
2014-03-03
videosoftware: More coding style fixes.
Tony Wasserka
2014-03-01
videosoftware: Added hack to bypass xfb just so fifoplayer works.
Scott Mansell
2014-02-20
Fix more header sorting issues in VideoBackends/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-16
Remove the old MMIO access "interface".
Pierre Bourdon
2014-02-16
MMIO: Port the SW CP/PE MMIOs to the new interface.
Pierre Bourdon
2014-02-16
MMIO: Port the VideoCommon CP MMIOs to the new interface (and provide framewo...
Pierre Bourdon
2014-02-09
Clean up some struct indentations
Lioncash
2014-01-21
Finally Merge branch 'videosoftware-xfb'
Scott Mansell
2014-01-18
Merge of GL-AutoChoose.
Ryan Houdek
2014-01-17
[GLExtensions] Make sure to initialize our function pointers with VideoSoftwa...
Ryan Houdek
2014-01-17
[GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely f...
Ryan Houdek
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre