From: Oliver McFadden Date: Sun, 27 May 2007 21:45:19 +0000 (+0000) Subject: r300: Added a comment in r300VAPInputCntl0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8813572ae8dc4ec75122945088e40382e2826bf;p=mesa.git r300: Added a comment in r300VAPInputCntl0. --- diff --git a/src/mesa/drivers/dri/r300/r300_emit.c b/src/mesa/drivers/dri/r300/r300_emit.c index 2390d9be653..c1b795f8149 100644 --- a/src/mesa/drivers/dri/r300/r300_emit.c +++ b/src/mesa/drivers/dri/r300/r300_emit.c @@ -257,7 +257,8 @@ static GLuint r300VAPInputRoute1(uint32_t * dst, int swizzle[][4], GLuint nr) static GLuint r300VAPInputCntl0(GLcontext * ctx, GLuint InputsRead) { - /* Hard coded value, no idea what it means */ + /* No idea what this value means. I have seen other values written to + * this register... */ return 0x5555; }