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
Age
Commit message (
Expand
)
Author
2021-04-24
VideoCommon: Fix scissorOffset, handle negative value correctly
ezio1900
2021-03-06
Convert BPMemory to BitField and enum class
Pokechu22
2021-03-06
Convert XFMemory to BitField and enum class
Pokechu22
2021-03-06
Convert CPMemory to BitField and enum class
Pokechu22
2021-02-13
Software: Implement points
Pokechu22
2021-02-13
Software: Fix line-width effects
Pokechu22
2021-02-12
Software: Always divide the texture coordinates by q.
Pokechu22
2021-02-11
Merge pull request #9424 from Pokechu22/sw-no-special-case
Léo Lam
2021-01-27
msbuild: bundle all dolphin "core" code into single library
Shawn Hoffman
2021-01-03
Software: Remove normalization special case
Pokechu22
2020-12-16
Core: Remove ImageWrite and get rid of -Wmissing-declarations warnings
Léo Lam
2020-12-16
Fix -Wclass-memaccess warnings
Léo Lam
2020-12-02
General: Convert PanicAlerts over to fmt equivalent
Lioncash
2020-11-20
Software: Use same logic for colors as hardware backends
Stenzek
2020-11-09
Software: Migrate logging over to fmt
Lioncash
2020-09-06
Make default graphics backend not show up as empty
JosJuice
2020-08-22
msbuild: re-enable standalone vcxproj processing
Shawn Hoffman
2020-08-22
msbuild: refactor stuff out of project files (for dolphin)
Shawn Hoffman
2020-07-18
Use range loop (if possible)
Filip Gawin
2020-05-24
FramebufferManager: Copy to color format for depth readbacks on GLES
Stenzek
2020-03-25
Remove warnings of -Wsign-compare
Jun Su
2019-12-28
Add an ARM64 target to Visual Studio projects
Stenzek
2019-12-07
Merge pull request #8513 from lioncash/bounding-box
Anthony
2019-12-05
VideoCommon/BoundingBox: Make interface for querying bounding box data
Lioncash
2019-12-05
VideoCommon/IndexGenerator: Eliminate static state
Lioncash
2019-11-30
Update VS projects/solutions to VS2019
Stenzek
2019-07-26
Factorize software renderer backend switching warning to be fetched from a ne...
Silent
2019-07-16
VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
Lioncash
2019-07-10
VideoCommon/Statistics: Rename stats global to g_stats
Lioncash
2019-07-10
VideoCommon/Statistics: Normalize statistic variable names
Lioncash
2019-06-20
VideoCommon/Statistics: Use std::array for projection values
Lioncash
2019-06-08
Merge pull request #8049 from stenzek/crop
Connor McLaughlin
2019-05-31
VideoSoftware/CMakeLists: Specify headers in target sources
Lioncash
2019-05-30
VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()
Lioncash
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2019-05-04
Replace MathUtil::Clamp with std::clamp
Léo Lam
2019-05-04
Merge pull request #7839 from ShFil119/impr/redundant
Léo Lam
2019-04-30
Remove redundant initialization
Filip Gawin
2019-04-28
Renderer: Adjust target rectangle in the base class
Stenzek
2019-04-28
Turn EFB_WIDTH/EFB_HEIGHT into constexpr
JosJuice
2019-04-21
Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle
Stenzek
2019-04-21
TextureCache: Use linear filtering on y-scaled and >1xIR VRAM copies
Stenzek
2019-04-16
AbstractPipeline: Support returning "cache data"
Stenzek
2019-03-09
VideoConfig: Add SupportsPartialDepthCopies to backend info
Stenzek
2019-02-19
Move most backend functionality to VideoCommon
Stenzek
2019-01-25
Decouple XFB scanout from presentation
Stenzek
2019-01-25
VideoBackends: Store a backbuffer 'scale'
Stenzek
2019-01-25
Remove old RasterFont classes
Stenzek
2019-01-25
Renderer: Use imgui for drawing debug text and OSD
Stenzek
2018-12-04
Use main buffers for utility draws
Stenzek
[next]