The branch, master has been updated
Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master
Summary of changes:
src/mesa/drivers/dri/i965/intel_pixel_copy.c | 319 +------------------------
src/mesa/drivers/dri/intel/intel_pixel_copy.c | 32 +--
2 files changed, 15 insertions(+), 336 deletions(-)
mode change 100644 => 120000 src/mesa/drivers/dri/i965/intel_pixel_copy.c
via 5174b85a0cb13b06779ea6fc0a8362c9fe57e2ea (commit)
via 9a0d773116c6e9d7a63a63644a12170b7486a86e (commit)
from 744357e29c6a51b9e1770e0340eee5105f6b5585 (commit)
- Commits -----------------------------------------------
commit 5174b85a0cb13b06779ea6fc0a8362c9fe57e2ea
Author: Eric Anholt <[EMAIL PROTECTED]>
Date: Tue Jun 24 14:04:11 2008 -0700
intel: Fix glCopyPixels when x or y are < 0 in hw coordinates.
Nothing would get drawn as the negative coordinates broke the rectangle
intersection code that used unsigned ints. Tested with copypix demo and
sliding the copy to the upper left.
commit 9a0d773116c6e9d7a63a63644a12170b7486a86e
Author: Eric Anholt <[EMAIL PROTECTED]>
Date: Tue Jun 24 13:18:40 2008 -0700
i965: Use the shared intel_pixel_copy.c.
This disables the textured copy implementation on 965, which didn't appear
to work (mesa copypix demo, disable the blit path, move so that regions
don't
overlap and textured is used, and you get garbage). If we resurrect this
for
i965, I'd rather it used the 915-style metaops instead. Current metaops
code
left in place so that whoever picks it up has a reference.
---------------------------------
_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit