shader-packing
[mesa.git] / src / gallium / drivers / freedreno / freedreno_surface.h
index 2de37cee2dd17f42df895b4032edb82cf83b03f6..8898f890eda65a8268475c69e1e976fd6b2873ef 100644 (file)
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */
-
 /*
  * Copyright (C) 2012 Rob Clark <robclark@freedesktop.org>
  *
 
 struct fd_surface {
        struct pipe_surface base;
-       uint32_t offset;
-       uint32_t pitch;
-       uint32_t width;
-       uint16_t height;
-       uint16_t depth;
 };
 
 static inline struct fd_surface *