citra/src/video_core/swrasterizer
James Rowe 13606a6d0b Memory: Remove count of cached pages and add InvalidateRegion
In a future commit, the count of cached pages will be reintroduced in
the actual surface cache. Also adds an Invalidate only to the cache
which marks a region as invalid in order to try to avoid a costly flush
from 3ds memory
2017-12-23 16:10:25 -07:00
..
clipper.cpp swrasterizer folder minor edit 2017-10-27 09:44:45 +08:00
clipper.h swrasterizer folder minor edit 2017-10-27 09:44:45 +08:00
framebuffer.cpp video_core: clean format warnings 2017-11-01 12:35:32 +02:00
framebuffer.h SWRasterizer: Move more framebuffer functions to file 2017-02-12 18:13:04 -08:00
lighting.cpp video_core: clean format warnings 2017-11-01 12:35:32 +02:00
lighting.h SwRasterizer/Lighting: implement bump mapping 2017-08-22 09:34:44 +03:00
proctex.cpp pica/swrasterizer: implement procedural texture 2017-05-20 13:50:50 +03:00
proctex.h pica/swrasterizer: implement procedural texture 2017-05-20 13:50:50 +03:00
rasterizer.cpp Round primary color inputs in software rasterizer 2017-11-29 16:30:18 -05:00
rasterizer.h swrasterizer folder minor edit 2017-10-27 09:44:45 +08:00
swrasterizer.cpp swrasterizer folder minor edit 2017-10-27 09:44:45 +08:00
swrasterizer.h Memory: Remove count of cached pages and add InvalidateRegion 2017-12-23 16:10:25 -07:00
texturing.cpp Warnings: Fixed a few missing-return warnings in video_core. 2017-08-26 11:58:22 -05:00
texturing.h SWRasterizer: Move texturing functions to their own file 2017-02-12 18:12:37 -08:00