| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
It is unlikely we will ever use this without first doing a Cast to a signed type.
Fixes 9 "unary minus operator applied to unsigned type, result still unsigned" warnings on MSVC2017.3
|
|\
| |
| | |
PICA: implement custom clip plane
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
SwRasterizer/Lighting: implement bump mapping
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Warnings: Fixed a few missing-return warnings in video_core.
|
| |/ |
|
| |
| |
| |
| | |
This function is called in clipping, before the pespective divide, and is not used in later rasterization. Thus it doesn't need perspective correction.
|
|/
|
|
| |
hwtested. Current implementation is the correct behavior
|
|\
| |
| | |
SwRasterizer/Lighting: implement geometric factor
|
| | |
|
|/ |
|
|
|
|
| |
implicit tuple constructor is a c++17 thing, which is not supported by some not-so-old libraries. Play safe for now
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
merging similar pattern. Also makes the code more similar to the gl one
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
pica/rasterizer: implement/stub texture wrap mode 4-7
|
| | |
|
|/ |
|
|\
| |
| | |
Implemented Procedural Texture (Texture Unit 3)
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|