summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add drmGetDeviceNameFromFd functionKristian Høgsberg2009-11-234-0/+87
* Fix build on *BSDKristian Høgsberg2009-11-232-10/+35
* Don't hardcore 'yes', use in configure.ac outputKristian Høgsberg2009-11-231-2/+4
* Output summary of enabled features at the end of configure.acKristian Høgsberg2009-11-231-0/+8
* Drop duplicated radeon_*.h files in include/drmKristian Høgsberg2009-11-235-609/+0
* Put mach64_drm.h back in to avoid breaking mesa buildKristian Høgsberg2009-11-202-1/+258
* Install kernel headers in ${includedir}/drmKristian Høgsberg2009-11-204-1/+41
* nouveau: fix DRM headersPekka Paalanen2009-11-212-57/+220
* Merge remote branch 'origin/master' into libdrmKristian Høgsberg2009-11-206-38/+206
|\
| * libdrm_radeon: add radeon_bo_is_referenced_by_cs functionMaciej Cencora2009-11-181-0/+14
| * nouveau: Update some nouveau_class.h definitions from renouveau.xml.Francisco Jerez2009-11-151-32/+154
| * intel: Export madviseChris Wilson2009-11-114-6/+38
* | Update READMEKristian Høgsberg2009-11-201-58/+27
* | Drop stale TODO and unused ChangeLogKristian Høgsberg2009-11-173-31/+1
* | Move libdrm/ up one levelKristian Høgsberg2009-11-1758-74/+58
* | Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg2009-11-17404-137098/+0
* | Use headers copied from kernel instead of shared-coreKristian Høgsberg2009-11-179-12/+8
* | Fix typo in i915 pipe_from_crtc_id ioctl struct nameKristian Høgsberg2009-11-171-1/+1
* | Copy headers from kernel v2.6.32-rc6-130-g5b8f0beKristian Høgsberg2009-11-1719-1/+5384
* | Add makefile rule to copy headers from kernel treeKristian Høgsberg2009-11-173-0/+14
|/
* Only install libdrm_intel.pc if we build libdrm_intelJulien Cristau2009-11-054-4/+6
* nouveau: turn another assertion into an errorBen Skeggs2009-11-041-1/+5
* nouveau: modify api slightly to allow caller to handle reloc failuresBen Skeggs2009-11-043-19/+90
* nouveau: add reloc refcnt to pending bo listBen Skeggs2009-11-043-7/+19
* nouveau: drop rendering on the floor rather than asserting if flush failsBen Skeggs2009-11-041-5/+2
* nouveau: update view of available aperture space after each flushBen Skeggs2009-11-043-5/+22
* radeon: fix allocationMathias Fröhlich2009-11-031-1/+2
* Add support for vblank eventsKristian Høgsberg2009-10-293-0/+90
* intel: Only call clock_gettime once per unreference_final.Eric Anholt2009-10-201-15/+32
* intel: Improve bo_references performance by skipping the tree walk.Eric Anholt2009-10-201-9/+15
* nouveau: retry if pushbuf ioctl interrupted by signalBen Skeggs2009-10-201-0/+6
* nouveau: function to return status of bo being referenced in pushbufBen Skeggs2009-10-192-0/+21
* nouveau: nv30: add render target logbase2 width,heightPatrice Mandin2009-10-131-0/+4
* intel: Add the defines for the kernel overlay support landing in 2.6.33.Eric Anholt2009-10-131-0/+71
* intel: Fallback to atomic-ops.h [libatomic-ops-dev]Chris Wilson2009-10-132-1/+26
* configure: Typo in error message.Chris Wilson2009-10-131-1/+1
* configure: Conditionally build libdrm_intelChris Wilson2009-10-121-5/+14
* Bump to 2.4.15 for release.2.4.15Eric Anholt2009-10-081-1/+1
* intel: Remove the asserts about the ignored alignment parameter.Eric Anholt2009-10-081-2/+0
* intel: Add a bo_alloc function for tiled BOs.Jesse Barnes2009-10-065-8/+178
* intel: Fix up some stale doxygen comments.Eric Anholt2009-10-062-5/+5
* intel: Reformat to the kernel coding style. Welcome to the 8-space future.Eric Anholt2009-10-068-2682/+2769
* intel: Don't allocate more relocation entries than the BO could support.Eric Anholt2009-10-061-2/+6
* tests: Disable intel-specific tests with --disable-intelChris Wilson2009-10-031-5/+18
* intel: Add a configure option to *disable* building libdrm-intelChris Wilson2009-10-032-16/+29
* intel: report errnoChris Wilson2009-10-031-2/+2
* libdrm_radeon: Update RADEON_TILING_* flags to what's in current kernels.Michel Dänzer2009-10-031-5/+6
* libdrm_radeon: Zero-initialize structures to silence valgrind warningsNicolai Hähnle2009-10-031-0/+8
* intel: Use atomic refcountersChris Wilson2009-10-024-64/+141
* intel: Mark cached bo as purgeableChris Wilson2009-10-022-2/+63