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
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
Age
Commit message (
Expand
)
Author
2018-05-28
BPMemory: Silence a -Wmissing-braces warning
Lioncash
2018-05-28
Merge pull request #6965 from stenzek/d3d-feature-level-10
Markus Wick
2018-05-27
VertexLoaderArm: Fix 565 color format.
degasus
2018-05-26
ShaderGen: Don't emit integer outputs when logic op is unsupported
Stenzek
2018-05-26
ShaderCache: Remove unused UID bits before inserting into shader map
Stenzek
2018-05-26
VideoConfig: Add a field for indicating logic op support in the backend
Stenzek
2018-05-22
HiresTextures: Do not load compressed textures with unaligned dimensions
Stenzek
2018-05-22
EFB2RAM: Apply copy filter as a float coefficient after sampling
Stenzek
2018-05-21
PostProcessing: Make GetShader() return by constant reference
Lioncash
2018-05-21
PostProcessing: Make member functions const qualified where applicable
Lioncash
2018-05-21
PostProcessing: Replace typedef with a using alias
Lioncash
2018-05-21
PostProcessing: Default constructor and destructor of PostProcessingShaderCon...
Lioncash
2018-05-20
VideoBackendBase: Include parameter names in member function declarations
Lioncash
2018-05-20
Remove SOIL altogether from the project.
Emmanuel Gil Peyrot
2018-05-20
VideoCommon: Remove a workaround mutex used for SOIL
Emmanuel Gil Peyrot
2018-05-20
VideoCommon: Replace SOIL with libpng for hires textures
Emmanuel Gil Peyrot
2018-05-18
BPMemory: Use Common::BitCast where applicable
Lioncash
2018-05-17
Merge pull request #6743 from stenzek/faster-disabled-copy-filter
Markus Wick
2018-05-16
Common/Hash: Namespace code under the Common namespace
Lioncash
2018-05-13
Merge pull request #6786 from stenzek/crop-negative-y
Markus Wick
2018-05-12
Config: Add support for enums
Léo Lam
2018-05-11
VideoCommon/RenderBase: Refactor OSD messages
spycrab
2018-05-10
CommonFuncs: Convert ROUND_UP_POW2 macro to a function
Lioncash
2018-05-09
RenderBase: Remove unused PixelPerfQuery enum
Lioncash
2018-05-08
RenderBase: Ensure the draw size does not exceed the window size
Stenzek
2018-05-04
Merge pull request #6744 from stenzek/ui-disable-vram-copies
Stenzek
2018-05-03
TextureCacheBase: Make "disable vram copies" part of the active config
Stenzek
2018-05-03
TextureConversionShader: Don't sample from adjacent rows when not needed
Stenzek
2018-05-03
TextureConversionShader: Fix more implicit conversion errors
Stenzek
2018-05-02
TextureConversionShader: Fix compile errors in OpenGL ES
Stenzek
2018-04-29
Implement EFB copy filter and gamma in hardware backends
Stenzek
2018-04-29
VideoSoftware: Implement xfb copy filter (Deflickering/Brightness)
Scott Mansell
2018-04-13
Remove leftovers of projection hack support
JosJuice
2018-04-12
Reformat all the things!
spycrab
2018-04-06
[AVIDump] fix compilation issues on Linux
Anthony
2018-04-04
Merge pull request #6578 from JosJuice/remove-projection-hacks
Markus Wick
2018-04-03
HiresTexture: Correct texture hashes
Lioncash
2018-04-03
Merge pull request #6573 from stenzek/bad-shader-uid-cache
Stenzek
2018-04-01
AsyncRequests: In-class initialize class members
Lioncash
2018-04-01
Remove support for projection hacks
JosJuice
2018-04-02
Renderer: Only recreate frame dump texture if dimensions differ
Stenzek
2018-04-02
ShaderCache: Write currently-known UIDs to cache when re-creating file
Stenzek
2018-04-02
ShaderCache: Fix issue where shader cache wasn't recreated when invalid
Stenzek
2018-03-29
Put a "last changed in PR" comment next to UID cache version
JosJuice
2018-03-28
VideoCommon/Vulkan: Explicitly link in xxhash
Lioncash
2018-03-28
VideoCommon/CMakeLists: Migrate off add_dolphin_library
Lioncash
2018-03-28
Merge pull request #6547 from lioncash/dead
Markus Wick
2018-03-27
PixelShaderGen: Invert conditional in WriteColor()
Lioncash
2018-03-27
PixelShaderGen: Remove dead code in WriteColor()
Lioncash
2018-03-27
HiresTextures: Use std::minmax or std::minmax_element where applicable in Gen...
Lioncash
[next]