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
/
Plugins
/
Plugin_VideoSoftware
/
Src
/
SWRenderer.cpp
Age
Commit message (
Expand
)
Author
2013-09-02
Removal of my terrible idea.
Ryan Houdek
2013-09-02
Fix Non-GLES run path in videosoftware for the previous commit.
Ryan Houdek
2013-09-02
[Android] Make texture loading/deleting/drawing backend non-specific by makin...
Ryan Houdek
2013-04-17
New license header introduced to all Video based projects.
Lioncash
2013-04-14
Merge branch 'Android-trash' since it is no longer quite so trashy.
Ryan Houdek
2013-04-14
Merge remote-tracking branch 'origin/master' into Android-trash
Ryan Houdek
2013-04-14
Removes the Java ButtonManager for one in the C++ source so the OSD class can...
Ryan Houdek
2013-04-13
Clean up most (99.99%) of the tab/space mismatches in the VideoSoftware project.
Lioncash
2013-04-13
Merge remote-tracking branch 'origin/master' into Android-trash
Ryan Houdek
2013-04-13
Extend our OSD class to support callbacks on init, onframe, and shutdown.
Ryan Houdek
2013-04-07
Fix a few typos in the comments/logging in VideoDX9, VideoCommon, and VideoSo...
Lioncash
2013-03-26
revert RasterFont for VideoSoftware
degasus
2013-03-24
Big commit. Fix running the APK, I had missed a view in the manifest. Clean u...
Ryan Houdek
2013-03-19
Android mega commit of trash.
Ryan Houdek
2013-03-17
fix software backend
degasus
2013-01-24
Merge branch 'immediate-removal' into GLSL-master
degasus
2013-01-24
Revert "Revert 30dd9c2 e9d00bf db5f4c8 and bff0fae"
degasus
2013-01-19
Fix switching from the different rasterizers
Ryan Houdek
2013-01-19
Remove the dependency on rectangle textures in the software rasterizer. Also ...
Ryan Houdek
2013-01-09
Merge branch 'arb_framebuffer' into GLSL-master
degasus
2013-01-07
Revert 30dd9c2 e9d00bf db5f4c8 and bff0fae
Ryan Houdek
2012-12-30
Fix the last few warnings in Dolphin on my system.
Ryan Houdek
2012-12-30
This line in SWRenderer has been wrong ever since the beginning.
Ryan Houdek
2012-12-28
also use shaderCaches in rasterFont
degasus
2012-12-26
Merge Fail: Make sure we are using the interface file to get backbuffer dimen...
Ryan Houdek
2012-12-26
Merge branch 'GLES-software'
Ryan Houdek
2012-12-26
Beautify some tabs.
Ryan Houdek
2012-12-26
Rename another function...
Ryan Houdek
2012-12-24
Small bit of clean up in GLES-software.
Ryan Houdek
2012-12-17
Initial push of GLES and GLUtil file breakup.
Ryan Houdek
2012-12-13
initial release of new RasterFont without color support
degasus
2011-02-25
If video backend initialization fails, have the emulator die gracefully inste...
Glenn Rice
2011-02-07
Reach over for Plugin_VideoOGL's copy of GLUtil.
Soren Jorvang
2011-02-05
vs2010: fix videosoftware build by not requiring Cg dependency (through OGL...)
Shawn Hoffman
2011-02-04
In the SCons build, skip the generation of static libraries
Soren Jorvang
2011-02-03
Use brute force to link the software plugin.
Soren Jorvang