summaryrefslogtreecommitdiff
path: root/src/tbm_bufmgr_dumb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tbm_bufmgr_dumb.c')
-rw-r--r--src/tbm_bufmgr_dumb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbm_bufmgr_dumb.c b/src/tbm_bufmgr_dumb.c
index f57a78d..d1d1d7b 100644
--- a/src/tbm_bufmgr_dumb.c
+++ b/src/tbm_bufmgr_dumb.c
@@ -107,7 +107,7 @@ char* target_name()
#define SIZE_ALIGN( value, base ) (((value) + ((base) - 1)) & ~((base) - 1))
#define TBM_SURFACE_ALIGNMENT_PLANE (64)
-#define TBM_SURFACE_ALIGNMENT_PITCH_RGB (64)
+#define TBM_SURFACE_ALIGNMENT_PITCH_RGB (128)
#define TBM_SURFACE_ALIGNMENT_PITCH_YUV (16)