From 908b7b940e3ef296836bc94680ebb8ab67650e31 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 12 May 2008 12:06:33 -0400 Subject: Replace CARD{8,16,32} with uint{8,16,32}_t As has been done with xf86-video-intel, replace all CARD* datatypes with uint*_t datatypes available from stdint.h. --- src/radeon_reg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/radeon_reg.h') diff --git a/src/radeon_reg.h b/src/radeon_reg.h index 815bcaac..fb9f97fb 100644 --- a/src/radeon_reg.h +++ b/src/radeon_reg.h @@ -4466,7 +4466,7 @@ # define R300_ALU_RGB_ADDR0(x) (x << 0) # define R300_ALU_RGB_ADDR1(x) (x << 6) # define R300_ALU_RGB_ADDR2(x) (x << 12) -/* ADDRD - where on the pixle stack the result of this instruction +/* ADDRD - where on the pixel stack the result of this instruction will be written */ # define R300_ALU_RGB_ADDRD(x) (x << 18) # define R300_ALU_RGB_WMASK(x) (x << 23) @@ -4558,7 +4558,7 @@ # define R300_ALU_ALPHA_ADDR0(x) (x << 0) # define R300_ALU_ALPHA_ADDR1(x) (x << 6) # define R300_ALU_ALPHA_ADDR2(x) (x << 12) -/* ADDRD - where on the pixle stack the result of this instruction +/* ADDRD - where on the pixel stack the result of this instruction will be written */ # define R300_ALU_ALPHA_ADDRD(x) (x << 18) # define R300_ALU_ALPHA_WMASK(x) (x << 23) -- cgit v1.2.3