diff options
author | Eric Anholt <[email protected]> | 2010-01-26 17:47:03 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-01-26 18:02:21 -0800 |
commit | 41f4d82ba8e2497d9fe27f55cb1b8707862fed46 (patch) | |
tree | ce374358caae3ae9f9e61afd4e64e2a675b29cc2 /src/mesa/drivers/dri/i965 | |
parent | a389d6bd566ba241a285c3a33039d5e964bc8f30 (diff) |
intel: Clean up stale comments about cliprects.
Diffstat (limited to 'src/mesa/drivers/dri/i965')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_sf_state.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_sf_state.c b/src/mesa/drivers/dri/i965/brw_sf_state.c index 8ebbd09e436..847c886279d 100644 --- a/src/mesa/drivers/dri/i965/brw_sf_state.c +++ b/src/mesa/drivers/dri/i965/brw_sf_state.c @@ -69,9 +69,9 @@ static void upload_sf_vp(struct brw_context *brw) * for DrawBuffer->_[XY]{min,max} */ - /* The scissor only needs to handle the intersection of drawable and - * scissor rect. Clipping to the boundaries of static shared buffers - * for front/back/depth is covered by looping over cliprects in brw_draw.c. + /* The scissor only needs to handle the intersection of drawable + * and scissor rect, since there are no longer cliprects for shared + * buffers with DRI2. * * Note that the hardware's coordinates are inclusive, while Mesa's min is * inclusive but max is exclusive. |