Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/intern/dds/FlipDXT.cpp
| Show All 28 Lines | |||||
| * | * | ||||
| * Copyright 2009, Google Inc. | * Copyright 2009, Google Inc. | ||||
| * All rights reserved. | * All rights reserved. | ||||
| */ | */ | ||||
| // This file comes from the chromium project, adapted to Blender to add DDS | // This file comes from the chromium project, adapted to Blender to add DDS | ||||
| // flipping to OpenGL convention for Blender | // flipping to OpenGL convention for Blender | ||||
| #include "BLI_compiler_compat.h" | |||||
| #include "IMB_imbuf_types.h" | #include "IMB_imbuf_types.h" | ||||
| #include <string.h> | #include <string.h> | ||||
| #include <Common.h> | #include <Common.h> | ||||
| #include <Stream.h> | #include <Stream.h> | ||||
| #include <ColorBlock.h> | #include <ColorBlock.h> | ||||
| #include <BlockDXT.h> | #include <BlockDXT.h> | ||||
| ▲ Show 20 Lines • Show All 213 Lines • Show Last 20 Lines | |||||