Age | Commit message (Expand) | Author |
2011-02-17 | tests/modeprint: Output masks as hex numbers | Benjamin Franzke |
2011-02-17 | tests/modeprint: Remove needless dependency on drm_intel | Benjamin Franzke |
2011-02-17 | modetest: Create buffers using libkms | Benjamin Franzke |
2011-02-17 | configure.ac: ac_define HAVE_RADEON | Benjamin Franzke |
2011-02-17 | libkms/radeon: Add backend | nobled |
2011-02-14 | intel: Remember named bo | Chris Wilson |
2011-02-14 | intel: Set the public handle after opening by name | Chris Wilson |
2011-01-12 | intel: compile fix for previous commit after rebasing | Chris Wilson |
2011-01-12 | intel: Fallback to old exec if no mrb_exec is available | Chris Wilson |
2010-12-21 | nouveau: fix up reloc_emit() to accept NULL target buffer | Ben Skeggs |
2010-12-21 | nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0 | Ben Skeggs |
2010-12-21 | nouveau: nvc0 drm has no concept of "notifier block" | Ben Skeggs |
2010-12-19 | intel: Export CONSTANT_BUFFER addressing mode | Chris Wilson |
2010-12-10 | configure: Bump version to 2.4.23 | Chris Wilson |
2010-12-10 | tests: Update for ENOENT returns from unknown handles | Chris Wilson |
2010-12-07 | intel: Reorder need_fence vs fenced_command to avoid fences on gen4 | Chris Wilson |
2010-12-07 | drm: don't do the create the node ourselves if we have udev. | Dave Airlie |
2010-12-03 | intel: If the command is fenced inform the kernel | Chris Wilson |
2010-12-02 | radeon: silence valgrind warnings by zeroing memory | Marek Olšák |
2010-11-25 | intel: Add a forward declaration of struct drm_clip_rect | Chris Wilson |
2010-11-22 | intel: Compute in-aperture size for relaxed fenced objects | Chris Wilson |
2010-11-22 | nouveau: Add implicit pushbuf flush before gpuobj destruction. | Francisco Jerez |
2010-11-09 | intel: Fix drm_intel_gem_bo_wait_rendering to wait for read-only usage too. | Eric Anholt |
2010-11-07 | intel: initialize bufmgr.bo_mrb_exec unconditionally | Albert Damen |
2010-11-02 | intel: Drop silly asserts on mappings present at unmap time. | Eric Anholt |
2010-11-02 | intel: Remove gratuitous assert on bo_reference. | Eric Anholt |
2010-11-01 | intel: Shove the fake bufmgr subdata implementation into the fake bufmgr. | Eric Anholt |
2010-11-01 | intel: Remove stale comment. | Eric Anholt |
2010-10-31 | nouveau: Avoid unnecessary call to CPU_FINI. | Francisco Jerez |
2010-10-29 | intel: enable relaxed fence allocation for i915 | Chris Wilson |
2010-10-27 | s/drmStrdup/strdup/ | Adam Jackson |
2010-10-26 | intel: Prepare for BLT ring split. | Chris Wilson |
2010-10-21 | nouveau: Define the HAS_PAGEFLIP getparam. | Francisco Jerez |
2010-10-12 | nouveau: Let the user choose the push buffer size. | Francisco Jerez |
2010-10-12 | nouveau: Define buffer object usage flags. | Francisco Jerez |
2010-10-01 | intel: Downgrade error warnings to debug | Chris Wilson |
2010-09-28 | Increment version to 2.4.22 | Carl Worth |
2010-09-25 | intel: Replace open-coded drmIoctl with calls to drmIoctl() | Chris Wilson |
2010-09-21 | nouveau: fix drm version check some more | Ben Skeggs |
2010-09-20 | nouveau: fix thinko in drm version check | Ben Skeggs |
2010-09-09 | modetest: Fix drawing routines to use stride. | Chris Wilson |
2010-09-09 | modetest: align fb pitch to 64 bytes | Jesse Barnes |
2010-09-07 | modetest: add edp and TV connector names to the connector name array | Jesse Barnes |
2010-08-26 | Avoid use of c++ reserved keyword "virtual" when using a C++ compiler. | Eric Anholt |
2010-08-24 | Free the property blob along the error path. | Chris Wilson |
2010-08-18 | nouveau: accept both 0.0.16 and 1.x.x | Ben Skeggs |
2010-08-06 | libdrm: Fix PCI domain domain support | Benjamin Herrenschmidt |
2010-08-04 | Copy headers from kernel drm-core-next | Dave Airlie |
2010-07-01 | drm mode: Return -errno on drmIoctl() failure | Chris Wilson |
2010-07-01 | Purge macro NEED_REPLIES | Fernando Carrijo |