DescriptionMove the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be.
LATC is a DXT-esque alpha compression format that goes by a few other names (RGTC, 3DC). It might be useful to investigate using it to compress the alpha masks that we get from software rasterization. This patch set adds enums for that and recognition whether or not the device can support it.
Committed: http://code.google.com/p/skia/source/detail?r=14991
Patch Set 1 #Patch Set 2 : Added LATC define #Patch Set 3 : Add LATC checks #
Total comments: 14
Patch Set 4 : Code review changes #Patch Set 5 : Add isConfigTexturable() #
Total comments: 2
Patch Set 6 : Remove some duplicated flags in (GL)DrawTargetCaps #
Total comments: 13
Patch Set 7 : A few more small fixes #Patch Set 8 : Only generate mipmaps for uncompressed textures. #
Messages
Total messages: 17 (0 generated)
|