Cleanup: Avoid duplicative defines for CPU textures, use the ones from util_texture.h

Also includes some further byte -> byte4 renaming, missed that in last commit.
This commit is contained in:
Thomas Dinges
2016-05-09 09:16:41 +02:00
parent e0e7d94f79
commit d6555d936c
4 changed files with 12 additions and 12 deletions

View File

@@ -27,6 +27,9 @@
#include "device.h"
#include "device_intern.h"
/* Texture limits and slot info */
#include "util_texture.h"
#include "kernel.h"
#include "kernel_compat_cpu.h"
#include "kernel_types.h"