summaryrefslogtreecommitdiff
path: root/linux-core/i915_execbuf.c
AgeCommit message (Expand)Author
2008-04-28Merge branch 'master' into modesetting-101Thomas Hellstrom
2008-04-14Unlock the BO mutex while waiting for idle, unmapped, unfenced.Thomas Hellstrom
2008-04-14Fix up buffer manager locking.Thomas Hellstrom
2008-03-30[i915] Report buffer state _after_ fence submission to user-space.Thomas Hellstrom
2008-03-17Evict cached_mapped relocatee before applying reloc.Thomas Hellstrom
2008-03-12Merge branch 'intel-post-reloc'Thomas Hellstrom
2008-02-29Working revision.Thomas Hellstrom
2008-02-29More post-ioctl work.Thomas Hellstrom
2008-02-28Initial commit.Thomas Hellstrom
b">local result=$(compare_frames) test_complete $result } test_main() { local format for format in $formats ; do test_scale $format 640x640 640x480 test_scale $format 1024x768 640x480 test_scale $format 640x480 1024x768 done } test_init $0 "$features" test_run