Age | Commit message (Expand) | Author |
2012-06-05 | radeon: add new pci ids | Alex Deucher |
2012-05-16 | radeon: Add Southern Islands PCI IDs. | Michel Dänzer |
2012-05-12 | libdrm: add exynos drm support | Inki Dae |
2012-05-10 | configure: Bump version for 2.4.34. | Paul Berry |
2012-05-10 | intel: Add the ability to supply annotations for .aub files. | Paul Berry |
2012-05-10 | radeon: Add new R600 PCI ids for surface manager | Anisse Astier |
2012-05-03 | modetest: print more about our properties | Paulo Zanoni |
2012-05-03 | modetest: call drmModeFreePlaneResources | Paulo Zanoni |
2012-05-03 | modetest: fix drmModeGetConnector memory leak | Paulo Zanoni |
2012-05-03 | modetest: fix some compiler warnings | Paulo Zanoni |
2012-05-02 | nouveau: fix channel closing | Marcin Slusarz |
2012-04-24 | nouveau: expose notifier handle on nvc0 as well | Christoph Bumiller |
2012-04-24 | nouveau: remove unnecessary EAGAIN loops | Marcin Slusarz |
2012-04-17 | nouveau: init nvc0 channel alloc req structure fully | Ben Skeggs |
2012-04-14 | nouveau: pull in major libdrm rewrite | Ben Skeggs |
2012-04-14 | lists: add nicer+unsafe foreach, and list join macros | Ben Skeggs |
2012-04-11 | omap: add dmabuf support | Rob Clark |
2012-04-11 | libdrm: update drm headers from kernel for prime/dmabuf | Rob Clark |
2012-04-11 | modetest: fix typo | Rob Clark |
2012-04-03 | modetest: add AR15/XR15 (RGB-1555) formats | Rob Clark |
2012-04-03 | mode/*
* Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sub license,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice (including the
* next paragraph) shall be included in all copies or substantial portions
* of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
* VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
| radeon: add TN surface support | Alex Deucher |
2012-03-16 | configure: Bump version for 2.4.32. | Eric Anholt |
2012-03-13 | intel: Quiet two more valgrind complaints with recent changes. | Eric Anholt |
2012-03-10 | intel: Add per-dword decode of gen7 3DPRIMITIVE. | Eric Anholt |
2012-03-10 | intel: Move the gen4-6 3DPRIMITIVE handling out of the switch statement. | Eric Anholt |
2012-03-10 | intel: Add support for (possibly) unsynchronized maps. | Eric Anholt |
2012-03-09 | intel: Fix error check for I915_PARAM_HAS_LLC. | Eric Anholt |
2012-03-09 | intel: Bump the copyright dates on the bufmgr files. | Eric Anholt |
2012-03-09 | intel: Add .aub file output support. | Eric Anholt |
2012-03-09 | intel: Add support for overriding the PCI ID via an environment variable | Kenneth Graunke |
2012-03-09 | xf86drmMode.h: Add header protection | David Herrman |
2012-03-05 | Make drm/drm_fourcc.h portable to non-linux platforms | Alan Coopersmith |
2012-03-02 | Don't require pciaccess if Intel is disabled | Matt Turner |
2012-02-22 | intel: Import a new b
if (!dev_priv->mmio) {
DRM_ERROR("could not find mmio region!\n");
dev->dev_private = (void *)dev_priv;
via_do_cleanup_map(dev);
return -EINVAL;
}
'>2012-02-15 | intel: Detect cache domain inconsistency with valgrind | Chris Wilson |
2012-02-13 | radeon: fix pitch alignment for scanout buffer | Jerome Glisse |
2012-02-13 | configure: Fix pkg-config test in absence of valgrind | Chris Wilson |
2012-02-11 | intel: Mark up with valgrind intrinsics to reduce false positives | Chris Wilson |