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
/
TextureSampler.cpp
Age
Commit message (
Expand
)
Author
2024-04-20
VideoCommon: Use GetSpanForAddress safely in texture decoding
JosJuice
2024-04-20
Memmap: Replace GetPointer with GetSpanForAddress
JosJuice
2022-12-03
HW/Memmap: Refactor Memory to class, move to Core::System.
Admiral H. Curtiss
2021-11-17
Eliminate SamplerCommon::AreBpTexMode0MipmapsEnabled
Pokechu22
2021-10-10
BPMemory: Refactor/consolidate TexUnit Addressing
Scott Mansell
2021-07-20
Software: Handle texture wrapping more accurately
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-06
Convert BPMemory to BitField and enum class
Pokechu22
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2017-09-11
Software/TextureSampler: const correctness
Lioncash
2017-08-03
Video: Clearly separate Texture and EFB Copy formats
N.E.C
2016-09-24
Software: Clean out unnecessary includes/fwd decls
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-03-24
VideoCommon: Refactor TexMode0 mipmaps disabled test into a helper function
EmptyChaos
2016-01-06
VideoSW: Use more VideoCommon
degasus
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-10-21
Add missing includes where headers depend on other headers having been includ...
comex
2014-10-02
Change a bunch of reference function arguments to pointers.
comex
2014-09-19
Fix build failing when disabling precompiled headers.
Rohit Nirmal
2014-09-04
TextureDecoder: Pass the TLUT address straight into the texture decoder
Jasper St. Pierre
2014-09-04
TextureDecoder: Add an enum for the TLUT formats
Jasper St. Pierre
2014-08-10
Software: Apply static to some functions
Lioncash
2014-05-29
Remove the min/max functions in CommonFuncs.
Lioncash
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
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
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre