There was an error fetching the commit references. Please try again later.
Merge pull request #2822 from wwylele/sw_lighting-2
Implement fragment lighting in the sw renderer (take 2)
No related branches found
No related tags found
Showing
- src/common/quaternion.h 5 additions, 0 deletionssrc/common/quaternion.h
- src/common/vector_math.h 3 additions, 4 deletionssrc/common/vector_math.h
- src/video_core/CMakeLists.txt 2 additions, 0 deletionssrc/video_core/CMakeLists.txt
- src/video_core/pica_state.h 1 addition, 1 deletionsrc/video_core/pica_state.h
- src/video_core/swrasterizer/clipper.cpp 11 additions, 0 deletionssrc/video_core/swrasterizer/clipper.cpp
- src/video_core/swrasterizer/lighting.cpp 250 additions, 0 deletionssrc/video_core/swrasterizer/lighting.cpp
- src/video_core/swrasterizer/lighting.h 18 additions, 0 deletionssrc/video_core/swrasterizer/lighting.h
- src/video_core/swrasterizer/rasterizer.cpp 25 additions, 4 deletionssrc/video_core/swrasterizer/rasterizer.cpp
Loading
Please register or sign in to comment