summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/Tev.cpp
AgeCommit message (Expand)Author
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2020-03-25Remove warnings of -Wsign-compareJun Su
2019-12-05VideoCommon/BoundingBox: Make interface for querying bounding box dataLioncash
2019-07-16VideoCommon: Remove unused MathUtil.h include from VideoCommon.hLioncash
2019-07-10VideoCommon/Statistics: Rename stats global to g_statsLioncash
2019-07-10VideoCommon/Statistics: Normalize statistic variable namesLioncash
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2018-10-09VideoCommon: remove unnecessary floor()Tillmann Karras
2018-10-05VideoSoftware: make use of Clamp()Tillmann Karras
2018-04-12Reformat all the things!spycrab
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-02-01BPMemory: Handle fog configuration where both A and C are infinity/NaNStenzek
2017-09-03Software/Tev: const correctnessLioncash
2017-07-30BPMemory: Convert a number of unions to BitFieldsScott Mansell
2016-09-02VideoSoftware: Fix unsigned overflow bug in fogScott Mansell
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-03-06VideoSW: Drop SetTevReg for colors.degasus
2016-01-18Merge pull request #3523 from lioncash/videoPierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-15PixelShaderGen: Use bitwise AND for wrapping indirect texture coordinatesStenzek
2016-01-06VideoSW: Use more VideoCommondegasus
2015-09-30Tev: Don't savestate Zero16Lioncash
2015-09-30ChunkFile: Provide additional helpers for C-style arraysLioncash
2015-09-17VideoSW: Drop SW bbox codedegasus
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-12-11Silence some -Wswitch-default warnings.Rohit Nirmal
2014-10-10Reimplement Bounding Box calculation using the software renderer.crudelios
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-10Software: Apply static to some functionsLioncash
2014-08-10Software: Fix various brace styling errorsLioncash
2014-07-29Convert some more header inclusions into forward declarationsLioncash
2014-05-17Merge pull request #269 from magumagu/swbackend-xfregistersTony Wasserka
2014-05-16Video backends: mass-replace "xfregs" with "xfmem".magumagu
2014-05-16Video backends: unify xfregs/xfmem structures.magumagu
2014-05-16Video backends: fix behavior of "konst" TEV inputs.magumagu
2014-04-15Software backend: don't skip red component in TEV.magumagu
2014-04-15Software backend: make TEV rounding match hardware.magumagu
2014-03-29Software backend: Delete forked PixelEngine.magumagu
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-26Software renderer: Properly calculate tev combiner output.Tony Wasserka
2014-03-26Software renderer: Use color combiner configuration for alpha combiner compar...Tony Wasserka
2014-03-25BPMemory: Make use of BitField in a number of structures.Tony Wasserka
2014-03-14PixelShaderGen: Treat UV coordinates like S17.7 integers (they're still store...Tony Wasserka
2014-03-14PixelShaderGen: Change indirect texture matrix uniforms to use integers.Tony Wasserka
2014-03-14PixelShaderGen: Use integer math for indirect tev stage texcoord calculation.Tony Wasserka
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -loop-convertTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash