OSDN Git Service

android-x86/external-libdrm.git
2010-01-28 Jakob Bornecrantzlibkms: Rework interface to not duplicate fields from...
2010-01-27 Marcin Kościelnickinouveau: Update nouveau_drm.h
2010-01-23 Jakob Bornecrantzlibkms: Fix return value in vmwgfx_bo_create
2010-01-21 Ben Skeggsnouveau: fail channel creation if pushbuf init fails
2010-01-20 Chris Wilsonintel: Add pkg-config dependency on libdrm.so using...
2010-01-17 Alan CoopersmithSupport gcc's __FUNCTION__ for people using other compilers
2010-01-17 Alan CoopersmithAdd support for Solaris libc atomic operations
2010-01-17 Alan CoopersmithInclude alloca.h in tests/drmstat.c when configure...
2010-01-15 Marcin Slusarznouveau: disable flush_notify on channel_free
2010-01-15 Marcin Slusarznouveau: fix memory leak in nouveau_channel_free
2010-01-15 Jakob Bornecrantzlibkms: Fix multiple map unmap in vmwgfx and add commen...
2010-01-14 Jerome Glisseradeon: get device id from the kernel, use it in cs_print
2010-01-14 Jerome Glisseradeon: simpler cs print function
2010-01-14 Jerome Glisseradeon: indentation + trailing space cleanup
2010-01-14 Jerome Glisseradeon: indentation & trailing space cleanup
2010-01-14 Jerome Glisseradeon: indentation + trailing space cleanup
2010-01-12 Jakob Bornecrantztests: Update kmstest a bit
2010-01-12 Jakob Bornecrantzlibkms: Use sysfs instead of udev to find driver
2010-01-08 Jakob Bornecrantztests: Add a very small libkms test
2010-01-08 Jakob Bornecrantzlibkms/intel: Don't fail to create bo if we fail to...
2010-01-08 Francisco Jereznouveau: Update nouveau_class.h.
2010-01-08 Jakob Bornecrantzlibkms: Add intel backend
2010-01-08 Jakob Bornecrantzlibkms: Pick driver backend via pci id that we get...
2010-01-06 Peter Cliftonmodes: Retry GETCONNECTOR if a hotplug event occurs...
2010-01-06 Chris Wilsonmodes: Fix previous commit for potential legal NULLs
2010-01-06 Chris Wilsonmodes: Free local resources after allocation failure...
2010-01-06 Chris Wilsonmodes: Retry GETRESOURCES if a hotplug event occurs...
2010-01-05 Jakob Bornecrantzlibkms: Make vmwgfx optional
2010-01-05 Jakob Bornecrantzlibkms: Remove duped vmwgfx_drm.h header
2010-01-05 Jakob BornecrantzMerge branch 'master' into libkms-master
2010-01-05 Jakob Bornecrantzlibkms: Disable by default
2010-01-05 Jakob Bornecrantzvmwgfx: Add experimental vmwgfx kernel header
2009-12-30 Marcin Slusarznouveau: add BEGIN_RING_NI
2009-12-28 Younes Mantonnouveau: Unreference pushbuf objects on channel destruc...
2009-12-28 Francisco Jereznouveau: Update some object definitions from renouveau...
2009-12-28 Marcin Kościelnickinouveau: Update nouveau_class.h with new renouveau...
2009-12-21 Dave Airlielibdrm 2.4.17
2009-12-21 Dave Airlieradeon: fix BO null check, should be in higher level fn
2009-12-20 Dave Airlieradeon: straighten out the API insanity.
2009-12-17 Ben Skeggsnouveau: remove delayed kernel bo creation
2009-12-15 Kristian HøgsbergBe less chatty in drmSetMaster/drmDropMaster
2009-12-15 Kristian Høgsbergmodetest: Error out if pageflipping is requested but...
2009-12-14 Jakob Bornecrantzvmwgfx: Fetch the latest header
2009-12-09 Ben Skeggsnouveau: Use drmIoctl so we restart ioctl on EINTR...
2009-12-09 Ben Skeggsnouveau: move reloc code down, nothing to see here
2009-12-08 Chris Wilsonintel: Clear virtual after failing to mmap_gtt.
2009-12-04 Jakob Bornecrantzlibkms: Change destroy api a bit
2009-12-04 Jakob Bornecrantzlibkms: Add libkms
2009-12-04 Jakob BornecrantzIgnore config.h.in
2009-12-07 Jerome Glisseradeon: Use drmIoctl so we restart ioctl on EINTR or...
2009-12-05 Chris Wilsonintel: Expect caller to guarantee thread-safety of...
2009-12-04 Jesse Barnesmodetest: fix build error due to page_flip_handler...
2009-12-02 Jakob BornecrantzMerge branch 'modesetting-dirty-libdrm'
2009-12-03 Kristian HøgsbergAdd RELEASING to document the release process
2009-12-03 Jesse BarnesBump event context structure version for page flipping
2009-12-03 Jesse BarnesMerge branch 'pageflip' of git://people.freedesktop...
2009-12-03 Kristian HøgsbergBump to 2.4.16 for release
2009-12-03 Kristian HøgsbergEnable experimental APIs for distcheck
2009-12-02 Jakob BornecrantzChange the number on the dirty ioctl to match upstream
2009-12-02 Chris Wilsonintel: Free memory before inserting bo into cache.
2009-12-02 Chris Wilsonintel: Check and propagate errors from building reloc...
2009-12-02 Chris Wilsonintel: Repeat execbuffer after EINTR
2009-12-02 Chris Wilsonintel: Review use of errno.
2009-12-02 Chris Wilsonintel: Make bo_reference() inline for internal use.
2009-12-02 Chris Wilsonintel: Remove the extra reference while validating...
2009-12-01 Chris Wilsonintel: Wrap a few more syscalls with EINTR protection
2009-11-30 Chris Wilsonintel: Clear bo->used_as_reloc_target flag on destroy
2009-11-30 Chris Wilsonintel: Apply pessimistic alignment to in-aperture buffe...
2009-11-30 Chris Wilsonintel: Only store a buffer in the cache if it is retained.
2009-11-30 Jakob BornecrantzChange the dirty ioctl a bit and comment it
2009-11-26 Jakob BornecrantzBring dirty code from old branch
2009-11-25 Robert NolandCorrectly set DRM_MAX_MINOR for all platforms.
2009-11-24 Alex DeucherAdd missing DRM_MAX_MINOR define
2009-11-24 Robert NolandMore fixups to allow mesa to build
2009-11-24 Robert NolandFinish fixing the build on FreeBSD
2009-11-24 Kristian HøgsbergAdd drmGetDeviceNameFromFd function
2009-11-23 Kristian HøgsbergFix build on *BSD
2009-11-23 Kristian HøgsbergDon't hardcore 'yes', use in configure.ac output
2009-11-23 Kristian HøgsbergOutput summary of enabled features at the end of config...
2009-11-23 Kristian HøgsbergDrop duplicated radeon_*.h files in include/drm
2009-11-21 Kristian HøgsbergPut mach64_drm.h back in to avoid breaking mesa build
2009-11-21 Kristian HøgsbergInstall kernel headers in ${includedir}/drm
2009-11-20 Pekka Paalanennouveau: fix DRM headers
2009-11-20 Jesse BarnesBump libdrm version to 2.4.16 for page flipping
2009-11-20 Kristian Høgsbergmodetest: add pageflip test case to modetest
2009-11-20 Kristian Høgsberglibdrm: add libdrm support for page flip ioctl
2009-11-20 Kristian HøgsbergMerge remote branch 'origin/master' into libdrm
2009-11-20 Kristian HøgsbergUpdate README
2009-11-18 Maciej Cencoralibdrm_radeon: add radeon_bo_is_referenced_by_cs function
2009-11-17 Jesse Barnesdrm/i915: add GETPARAM request for page flipping
2009-11-17 Kristian HøgsbergDrop stale TODO and unused ChangeLog
2009-11-17 Kristian HøgsbergMove libdrm/ up one level
2009-11-17 Kristian HøgsbergDrop shared-core, bsd-core, linux-core and scripts...
2009-11-17 Kristian HøgsbergUse headers copied from kernel instead of shared-core
2009-11-17 Kristian HøgsbergFix typo in i915 pipe_from_crtc_id ioctl struct name
2009-11-17 Kristian HøgsbergCopy headers from kernel v2.6.32-rc6-130-g5b8f0be
2009-11-17 Kristian HøgsbergAdd makefile rule to copy headers from kernel tree
2009-11-15 Francisco Jereznouveau: Update some nouveau_class.h definitions from...
2009-11-11 Chris Wilsonintel: Export madvise
2009-11-05 Julien CristauOnly install libdrm_intel.pc if we build libdrm_intel
next