Mesa (master): i965: Don' t use GL types in files shared with intel-gpu-tools.

Kenneth Graunke kwg at kemper.freedesktop.org
Thu Dec 5 21:58:21 UTC 2013


Module: Mesa
Branch: master
Commit: 11d9af7c0ab76c551e676c5ce0f0f369d7fc9f97
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=11d9af7c0ab76c551e676c5ce0f0f369d7fc9f97

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Mon Nov 25 15:51:24 2013 -0800

i965: Don't use GL types in files shared with intel-gpu-tools.

sed -i -e 's/GLuint/unsigned/g' -e 's/GLint/int/g' \
       -e 's/GLfloat/float/g' -e 's/GLubyte/uint8_t/g' \
       -e 's/GLshort/int16_t/g' \
       brw_eu* brw_disasm.c brw_structs.h

Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/i965/brw_disasm.c  |   82 +-
 src/mesa/drivers/dri/i965/brw_eu.c      |   18 +-
 src/mesa/drivers/dri/i965/brw_eu.h      |  156 ++--
 src/mesa/drivers/dri/i965/brw_eu_emit.c |  172 ++--
 src/mesa/drivers/dri/i965/brw_eu_util.c |   24 +-
 src/mesa/drivers/dri/i965/brw_structs.h | 1618 +++++++++++++++---------------
 6 files changed, 1035 insertions(+), 1035 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=11d9af7c0ab76c551e676c5ce0f0f369d7fc9f97



More information about the mesa-commit mailing list