There was an error fetching the commit references. Please try again later.
pica/swrasterizer: implement procedural texture
Showing
- src/common/vector_math.h 10 additions, 0 deletionssrc/common/vector_math.h
- src/video_core/CMakeLists.txt 2 additions, 0 deletionssrc/video_core/CMakeLists.txt
- src/video_core/command_processor.cpp 31 additions, 0 deletionssrc/video_core/command_processor.cpp
- src/video_core/pica_state.h 54 additions, 0 deletionssrc/video_core/pica_state.h
- src/video_core/regs.h 7 additions, 0 deletionssrc/video_core/regs.h
- src/video_core/regs_texturing.h 93 additions, 3 deletionssrc/video_core/regs_texturing.h
- src/video_core/swrasterizer/proctex.cpp 223 additions, 0 deletionssrc/video_core/swrasterizer/proctex.cpp
- src/video_core/swrasterizer/proctex.h 16 additions, 0 deletionssrc/video_core/swrasterizer/proctex.h
- src/video_core/swrasterizer/rasterizer.cpp 12 additions, 1 deletionsrc/video_core/swrasterizer/rasterizer.cpp
Loading
Please register or sign in to comment