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
/
Tev.cpp
Age
Commit message (
Expand
)
Author
2021-03-06
Convert BPMemory to BitField and enum class
Pokechu22
2020-12-02
General: Convert PanicAlerts over to fmt equivalent
Lioncash
2020-03-25
Remove warnings of -Wsign-compare
Jun Su
2019-12-05
VideoCommon/BoundingBox: Make interface for querying bounding box data
Lioncash
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-05-04
Replace MathUtil::Clamp with std::clamp
Léo Lam
2018-10-09
VideoCommon: remove unnecessary floor()
Tillmann Karras
2018-10-05
VideoSoftware: make use of Clamp()
Tillmann Karras
2018-04-12
Reformat all the things!
spycrab
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2018-02-01
BPMemory: Handle fog configuration where both A and C are infinity/NaN
Stenzek
2017-09-03
Software/Tev: const correctness
Lioncash
2017-07-30
BPMemory: Convert a number of unions to BitFields
Scott Mansell
2016-09-02
VideoSoftware: Fix unsigned overflow bug in fog
Scott Mansell
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-03-06
VideoSW: Drop SetTevReg for colors.
degasus
2016-01-18
Merge pull request #3523 from lioncash/video
Pierre Bourdon
2016-01-17
VideoCommon: Header cleanup
Lioncash
2016-01-15
PixelShaderGen: Use bitwise AND for wrapping indirect texture coordinates
Stenzek
2016-01-06
VideoSW: Use more VideoCommon
degasus
2015-09-30
Tev: Don't savestate Zero16
Lioncash
2015-09-30
ChunkFile: Provide additional helpers for C-style arrays
Lioncash
2015-09-17
VideoSW: Drop SW bbox code
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-12-11
Silence some -Wswitch-default warnings.
Rohit Nirmal
2014-10-10
Reimplement Bounding Box calculation using the software renderer.
crudelios
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-08-10
Software: Apply static to some functions
Lioncash
2014-08-10
Software: Fix various brace styling errors
Lioncash
2014-07-29
Convert some more header inclusions into forward declarations
Lioncash
2014-05-17
Merge pull request #269 from magumagu/swbackend-xfregisters
Tony Wasserka
2014-05-16
Video backends: mass-replace "xfregs" with "xfmem".
magumagu
2014-05-16
Video backends: unify xfregs/xfmem structures.
magumagu
2014-05-16
Video backends: fix behavior of "konst" TEV inputs.
magumagu
2014-04-15
Software backend: don't skip red component in TEV.
magumagu
2014-04-15
Software backend: make TEV rounding match hardware.
magumagu
2014-03-29
Software backend: Delete forked PixelEngine.
magumagu
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-26
Software renderer: Properly calculate tev combiner output.
Tony Wasserka
2014-03-26
Software renderer: Use color combiner configuration for alpha combiner compar...
Tony Wasserka
2014-03-25
BPMemory: Make use of BitField in a number of structures.
Tony Wasserka
2014-03-14
PixelShaderGen: Treat UV coordinates like S17.7 integers (they're still store...
Tony Wasserka
2014-03-14
PixelShaderGen: Change indirect texture matrix uniforms to use integers.
Tony Wasserka
2014-03-14
PixelShaderGen: Use integer math for indirect tev stage texcoord calculation.
Tony Wasserka
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -loop-convert
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
[next]