Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-28 | intel-gem: Fix regression tests. | Eric Anholt | |
Main fix is an oops that was triggered by the gtt pwrite path when we don't have the gtt initialized. Also, settle on -EBADF for "bad object handle", and -EINVAL for "reading/writing beyond object boundary". | |||
2008-06-11 | [gem] Move potentially device-specific ioctls to the intel driver. | Eric Anholt | |
This is the create (may want location flags), pread/pwrite/mmap (performance tuning hints), and set_domain (will 32 bits be enough for everyone?) ioctls. Left in the generic set are just flink/open/close. The 2D driver must be updated for this change, and API but not ABI is broken for 3D. The driver version is bumped to mark this. | |||
2008-05-12 | [GEM] Update testcases for new API. | Eric Anholt | |
2008-05-07 | GEM: fix testcases for new ioctl args. | Eric Anholt | |
2008-05-01 | Update mm tests for GEM rename. | Eric Anholt | |
2008-04-29 | Remove the remainder of the mmfs device. | Eric Anholt | |
2008-04-29 | Move mmfs tests over to be drm tests. | Eric Anholt | |
2008-04-23 | Add mmap ioctl to mmfs. | Eric Anholt | |
2008-04-23 | Add pread/pwrite ioctls to mmfs. | Eric Anholt | |
2008-04-23 | Extend the mmfs basic test to do a couple of ioctls. | Eric Anholt | |
2008-04-23 | Move mmfs.h userland interface to shared-core. | Eric Anholt | |
2008-04-23 | Initial add of mmfs module. | Eric Anholt | |
2007-11-13 | Fix ttmtest. | Thomas Hellstrom | |
2007-10-17 | Bug #12838: Fix lock test client vs. server master race and misplaced closes. | Robert Noland | |
2007-10-17 | Fix a race in the auth test where client prevents server from being master. | Robert Noland | |
2007-08-15 | Add a set of tests for DRM locking, exposing issues on BSD. | Eric Anholt | |
2007-08-15 | Fix a bad error message in auth.c regression test. | Eric Anholt | |
2007-08-15 | Require master in setversion test, since it requires auth. | Eric Anholt | |
2007-08-15 | Add a regression test for the setversion interface. | Eric Anholt | |
2007-08-15 | Add simple regression test for getstats (does it not crash the kernel?). | Eric Anholt | |
2007-08-13 | Add a regression test for authentication. | Eric Anholt | |
2007-08-02 | Add libdrm source dir, to build tests from a different build dir | Patrice Mandin | |
2007-07-25 | Improve the drawable test to use multiple drawables. | Eric Anholt | |
2007-07-19 | Add a test for drawable add, remove, and update. | Eric Anholt | |
2007-07-19 | Fix the getclient test (Need this feature for future tests). | Eric Anholt | |
2007-07-19 | Add some trivial regression tests, one of which fails. | Eric Anholt | |
2007-02-07 | Checkpoint commit. | Thomas Hellstrom | |
Flag handling and memory type selection cleanup. glxgears won't start. | |||
2007-02-02 | Make vm handle buffer objects instead of ttm objects. | Thomas Hellstrom | |
Remove ttm objects. Make vm aware of PCI memory type buffer objects. (Only works for pre 2.6.16 kernels for now). | |||
2007-01-31 | Make the utility runnable also for normal users. | Thomas Hellstrom | |
2007-01-30 | Indent according to xorg rules. | Thomas Hellstrom | |
2007-01-30 | Add license header. | Thomas Hellstrom | |
2007-01-30 | Add some relevant tests for the new buffer object interface. | Thomas Hellstrom | |
2007-01-30 | Add the ttmtest test utility. | Thomas Hellstrom | |
2005-02-18 | Bug #2567: Fix reversed memset arguments. (David Krause) | Adam Jackson | |
2005-01-24 | use libdrm after it was updated | Dave Airlie | |
2004-10-10 | Forgot to add the new Makefile | Jon Smirl | |
2004-10-10 | Make the test programs build | Jon Smirl | |
2004-08-31 | Apply patch from Bryan Stine bugzilla #1227 | Dave Airlie | |
2003-04-25 | Targets for building dristat and drmstat. | David Dawes | |
2003-04-24 | Minor cleanups for dri/drmstat test progs (Both still need targets for new | Leif Delgass | |
Makefile) | |||
2003-04-24 | Remove #if 0'd code and some unused string functions | Keith Whitwell | |
2001-02-28 | Implement drmOpen* without /proc dependence (Fallback to /proc is included | Rik Faith | |
for backward compatibility.) Move statistic-gathering drm* calls from dristat.c to xf86drm.c | |||
2001-02-15 | Merge mga-1-0-0-branch into trunk. | Gareth Hughes | |
2000-06-08 | Merged glxmisc-3-0-0 | Brian Paul | |
2000-04-04 | Merged mga branch with trunk | Jeff Hartmann | |
2000-03-16 | Merge with 4.0 | Jeff Hartmann | |
2000-02-22 | Import of XFree86 3.9.18 | Kevin E Martin | |
2000-01-06 | Import of XFree86 3.9.17 | Rik Faith | |
1999-12-18 | Rename the device to be /dev/dri instead of /dev/dri to avoid a conflict. | Daryll Strauss | |
Rename proc entry from /proc/graphics to /proc/dri to be consistent. | |||
1999-12-07 | Move Mesa to xc/extras Update to the latest Mesa 3.2 code Fix the Q3Demo | Daryll Strauss | |
bugs (white railgun and texture mapping) Simplify driver texture mapping routines Fix device driver for 2.3 kernels Improve performance |