i965: Don't use GL types in files shared with intel-gpu-tools.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 25 Nov 2013 23:51:24 +0000 (15:51 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 5 Dec 2013 21:59:18 +0000 (13:59 -0800)
commit11d9af7c0ab76c551e676c5ce0f0f369d7fc9f97
tree5d7a77b467fcce69afd473985416f5b98e6c686f
parenta7bdd4cba8ddcab8dff59ecaaa7efbd436c6c307
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@whitecape.org>
src/mesa/drivers/dri/i965/brw_disasm.c
src/mesa/drivers/dri/i965/brw_eu.c
src/mesa/drivers/dri/i965/brw_eu.h
src/mesa/drivers/dri/i965/brw_eu_emit.c
src/mesa/drivers/dri/i965/brw_eu_util.c
src/mesa/drivers/dri/i965/brw_structs.h