summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-28tests/modetest: Don't get_props on a connector after freeing it.Marcin Kościelnicki1-2/+2
2010-02-28tests: vrefresh is actually not * 1000.Marcin Kościelnicki3-5/+5
2010-02-28tests: Add nouveau to list of supported modules.Marcin Kościelnicki2-1/+2
2010-02-28libkms/nouveau: Add supportMarcin Kościelnicki4-0/+230
2010-02-28libkms/intel: Throw out unused intel_bo fields.Marcin Kościelnicki1-2/+0
2010-02-28Add config.h macro HAVE_NOUVEAUMarcin Kościelnicki1-0/+3
2010-02-25intel: Add initial support for Sandybridge, and clean up the #defines.Eric Anholt2-38/+63
2010-02-25nouveau: Update nouveau_class.h.Francisco Jerez1-43/+36
2010-02-20nv30: update for 8 texture unitsPatrice Mandin1-9/+9
2010-02-20nv30: update for front/back stencil inversionPatrice Mandin1-48/+48
2010-02-18libkms: Use a standard version numberJakob Bornecrantz1-1/+1
2010-02-18libkms: Enable by defaultJakob Bornecrantz1-3/+3
2010-02-18libkms: Add missing include file to libkms sourceJakob Bornecrantz1-0/+1
2010-02-18vmwgfx: Update kernel headerJakob Bornecrantz1-46/+17
2010-02-18radeon: add square-tiling flagMarek Olšák2-0/+2
2010-02-16Increment version to 2.4.18 for release.2.4.18Carl Worth1-1/+1
2010-02-16nouveau: bump MAX_PUSH to 512Ben Skeggs1-1/+1
2010-02-16nouveau: interface changes for 0.0.16 DRMLuca Barbieri11-404/+376
2010-02-10drm: a some new connector types from the kernelAlex Deucher1-0/+2
2010-02-10intel: Handle resetting of input params after EINTR during SET_TILINGChris Wilson1-7/+4
2010-02-09intel: Account for potential pinned buffers hogging fencesChris Wilson1-0/+13
2010-02-04Tidy up compile warnings by cleaning up types.Matthew W. S. Bell5-30/+26
2010-02-04libdrm/radeon: Fix section size mismatch to reset the section.Pauli Nieminen1-1/+4
2010-02-02radeon: enable by default now that kms is out of stagingDave Airlie2-5/+6
2010-02-02intel: check return value for callocDave Airlie1-0/+3
2010-02-01nouveau: Regenerate nouveau_class.h.Francisco Jerez1-491/+541
2010-01-31nouveau: add nouveau_resource_destroyMarcin Slusarz2-0/+12
2010-01-28libkms: Rework interface to not duplicate fields from kms and make formats ex...Jakob Bornecrantz5-69/+31
2010-01-27nouveau: Update nouveau_drm.hMarcin Kościelnicki1-0/+1
2010-01-23libkms: Fix return value in vmwgfx_bo_createJakob Bornecrantz1-1/+1
2010-01-21nouveau: fail channel creation if pushbuf init failsBen Skeggs1-1/+5
2010-01-20intel: Add pkg-config dependency on libdrm.so using 'Requires'Chris Wilson1-1/+2
2010-01-16Support gcc's __FUNCTION__ for people using other compilersAlan Coopersmith2-0/+10
2010-01-16Add support for Solaris libc atomic operationsAlan Coopersmith2-0/+21
2010-01-16Include alloca.h in tests/drmstat.c when configure detects itAlan Coopersmith2-0/+6
2010-01-15nouveau: disable flush_notify on channel_freeMarcin Slusarz1-0/+1
2010-01-15nouveau: fix memory leak in nouveau_channel_freeMarcin Slusarz1-0/+4
2010-01-15libkms: Fix multiple map unmap in vmwgfx and add comment in intelJakob Bornecrantz2-10/+15
2010-01-14radeon: get device id from the kernel, use it in cs_printJerome Glisse1-6/+27
2010-01-14radeon: simpler cs print functionJerome Glisse1-93/+4
2010-01-14radeon: indentation + trailing space cleanupJerome Glisse1-20/+18
2010-01-14radeon: indentation & trailing space cleanupJerome Glisse8-165/+189
2010-01-14radeon: indentation + trailing space cleanupJerome Glisse1-11/+11
2010-01-12tests: Update kmstest a bitJakob Bornecrantz1-4/+12
2010-01-12libkms: Use sysfs instead of udev to find driverJakob Bornecrantz4-31/+135
2010-01-08tests: Add a very small libkms testJakob Bornecrantz5-0/+105
2010-01-08libkms/intel: Don't fail to create bo if we fail to tileJakob Bornecrantz1-4/+6
2010-01-08nouveau: Update nouveau_class.h.Francisco Jerez1-31/+22
2010-01-08libkms: Add intel backendJakob Bornecrantz4-0/+260
2010-01-08libkms: Pick driver backend via pci id that we get from udevJakob Bornecrantz4-5/+118