diff options
author | Oliver McFadden <z3ro.geek@gmail.com> | 2007-05-27 21:45:19 +0000 |
---|---|---|
committer | Oliver McFadden <z3ro.geek@gmail.com> | 2007-05-30 03:19:26 +0000 |
commit | b8813572ae8dc4ec75122945088e40382e2826bf (patch) | |
tree | 9037790e06d33d1ef6a02369b2099a9e882c1647 | |
parent | 6a2ef09918deb4b4b4bd56380040a5bed1c0d589 (diff) |
r300: Added a comment in r300VAPInputCntl0.
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_emit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_emit.c b/src/mesa/drivers/dri/r300/r300_emit.c index 2390d9be65..c1b795f814 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; } |