Skip to content

Commit a54f361

Browse files
committed
rasterizer: Rename from overdrawanalyzer.cpp
This allows us to expose more rasterizer like functionality without the name becoming confusing.
1 parent ed27554 commit a54f361

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ set(SOURCES
2828
src/indexanalyzer.cpp
2929
src/indexcodec.cpp
3030
src/indexgenerator.cpp
31-
src/overdrawanalyzer.cpp
3231
src/overdrawoptimizer.cpp
3332
src/partition.cpp
3433
src/quantization.cpp
34+
src/rasterizer.cpp
3535
src/simplifier.cpp
3636
src/spatialorder.cpp
3737
src/stripifier.cpp
File renamed without changes.

0 commit comments

Comments
 (0)