summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-24nouveau: remove unnecessary EAGAIN loopsMarcin Slusarz
2012-04-17nouveau: init nvc0 channel alloc req structure fullyBen Skeggs
2012-04-14nouveau: pull in major libdrm rewriteBen Skeggs
2012-04-14lists: add nicer+unsafe foreach, and list join macrosBen Skeggs
2012-04-11omap: add dmabuf supportRob Clark
2012-04-11libdrm: update drm headers from kernel for prime/dmabufRob Clark
2012-04-11modetest: fix typoRob Clark
2012-04-03modetest: add AR15/XR15 (RGB-1555) formatsRob Clark
2012-04-03modetest: add YUV and multi-planar supportRob Clark
2012-04-03modetest: add drm_plane supportRob Clark
2012-04-03omap: fix compiler warningVíctor Manuel Jáquez Leal
2012-04-03omap: fix license headerRob Clark
2012-04-02intel/decode: decode MI_WAIT_FOR_EVENTDaniel Vetter
2012-04-01intel: add Ivy Bridge GT2 server variantEugeni Dodonov
2012-03-28configure: Bump version for 2.4.33Alex Deucher
2012-03-28omap: add omapdrm supportRob Clark
2012-03-22intel: Add some PCI IDs for Haswell.Kenneth Graunke
2012-03-20radeon: add TN surface supportAlex Deucher
2012-03-16configure: Bump version for 2.4.32.Eric Anholt
2012-03-13intel: Quiet two more valgrind complaints with recent changes.Eric Anholt
2012-03-10intel: Add per-dword decode of gen7 3DPRIMITIVE.Eric Anholt
2012-03-10intel: Move the gen4-6 3DPRIMITIVE handling out of the switch statement.Eric Anholt
2012-03-10intel: Add support for (possibly) unsynchronized maps.Eric Anholt
2012-03-09intel: Fix error check for I915_PARAM_HAS_LLC.Eric Anholt
2012-03-09intel: Bump the copyright dates on the bufmgr files.Eric Anholt
2012-03-09intel: Add .aub file output support.Eric Anholt
2012-03-09intel: Add support for overriding the PCI ID via an environment variableKenneth Graunke
2012-03-09xf86drmMode.h: Add header protectionDavid Herrman
2012-03-05Make drm/drm_fourcc.h portable to non-linux platformsAlan Coopersmith
2012-03-02Don't require pciaccess if Intel is disabledMatt Turner
2012-02-22intel: Import a new batchbuffer for the gen7 test.Eric Anholt
2012-02-22intel: Add decode for gen7 HIER_DEPTH_BUFFER.Eric Anholt
2012-02-22intel: Add decode for gen7 3DSTATE_WM.Eric Anholt
2012-02-22intel: Fix a typo in decode error message.Eric Anholt
2012-02-15intel: Detect cache domain inconsistency with valgrindChris Wilson
2012-02-13radeon: fix pitch alignment for scanout bufferJerome Glisse
2012-02-13configure: Fix pkg-config test in absence of valgrindChris Wilson
2012-02-11intel: Mark up with valgrind intrinsics to reduce false positivesChris Wilson
2012-02-08radeon_cs_setup_bo: Fix accounting if caller specified write and read domains.Michel Dänzer
2012-02-06configure: Bump version for 2.4.31Jerome Glisse
2012-02-06radeon: add r600_pci_ids.h to header fileJerome Glisse
2012-02-03radeon: fix surface API for good before anyone start relying on itJerome Glisse
2012-02-02radeon: surface fix macro -> micro tile fallbackJerome Glisse
2012-02-02Using sizeof() on a function parameter with an array type does notVille Syrjälä
2012-02-02This function was missing.Ville Syrjälä
2012-02-02drmModeFreeResources() always leaked some memory.Ville Syrjälä
2012-02-01radeon: add surface allocator helper v10Jerome Glisse
2012-02-01intel: query for LLC supportEugeni Dodonov
2012-01-31intel: Fix build of Intel DRM on x86 systemsPaul Berry
2012-01-30Don't build Intel DRM if $CHOST is not i?86-* or x86_64-*Jeremy Huddleston