diff options
author | Dave Airlie <airlied@linux.ie> | 2004-07-05 12:10:25 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-07-05 12:10:25 +0000 |
commit | f3527e9256ab6494e3bffebfa29d870891266c4c (patch) | |
tree | ad02a6c1a25aedc1537daad9c9eea64c67132406 | |
parent | 3c9fb37e655f5556c9c002535f1a85c4f248fb2c (diff) |
align with kernel
-rw-r--r-- | shared/radeon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/radeon.h b/shared/radeon.h index c9bdaee5d..eb857daf3 100644 --- a/shared/radeon.h +++ b/shared/radeon.h @@ -84,7 +84,7 @@ * 1.10- Add SETPARAM ioctl; first parameter to set is FB_LOCATION, which * clients use to tell the DRM where they think the framebuffer is * located in the card's address space - * 1.11 Add packet R200_EMIT_RB3D_BLENDCOLOR to support GL_EXT_blend_color + * 1.11- Add packet R200_EMIT_RB3D_BLENDCOLOR to support GL_EXT_blend_color * and GL_EXT_blend_[func|equation]_separate on r200 */ #define DRIVER_IOCTLS \ |