OSDN Git Service

android-x86/external-libdrm.git
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-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 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 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
2009-11-04 Ben Skeggsnouveau: turn another assertion into an error
2009-11-04 Ben Skeggsnouveau: modify api slightly to allow caller to handle...
2009-11-04 Ben Skeggsnouveau: add reloc refcnt to pending bo list
2009-11-04 Ben Skeggsnouveau: drop rendering on the floor rather than assert...
2009-11-04 Ben Skeggsnouveau: update view of available aperture space after...
2009-11-03 Mathias Fröhlichradeon: fix allocation
2009-10-30 Kristian HøgsbergAdd support for vblank events
2009-10-20 Eric Anholtintel: Only call clock_gettime once per unreference_final.
2009-10-20 Eric Anholtintel: Improve bo_references performance by skipping...
2009-10-20 Ben Skeggsnouveau: retry if pushbuf ioctl interrupted by signal
2009-10-18 Ben Skeggsnouveau: function to return status of bo being referenc...
2009-10-13 Patrice Mandinnouveau: nv30: add render target logbase2 width,height
2009-10-13 Eric Anholtintel: Add the defines for the kernel overlay support...
2009-10-13 Chris Wilsonintel: Fallback to atomic-ops.h [libatomic-ops-dev]
2009-10-13 Chris Wilsonconfigure: Typo in error message.
2009-10-12 Chris Wilsonconfigure: Conditionally build libdrm_intel
2009-10-08 Eric AnholtBump to 2.4.15 for release.
2009-10-08 Eric Anholtintel: Remove the asserts about the ignored alignment...
2009-10-06 Jesse Barnesintel: Add a bo_alloc function for tiled BOs.
2009-10-06 Eric Anholtintel: Fix up some stale doxygen comments.
2009-10-06 Eric Anholtintel: Reformat to the kernel coding style. Welcome...
2009-10-06 Eric Anholtintel: Don't allocate more relocation entries than...
2009-10-03 Chris Wilsontests: Disable intel-specific tests with --disable...
2009-10-03 Chris Wilsonintel: Add a configure option to *disable* building...
2009-10-03 Chris Wilsonintel: report errno
2009-10-03 Michel Dänzerlibdrm_radeon: Update RADEON_TILING_* flags to what...
2009-10-03 Nicolai Hähnlelibdrm_radeon: Zero-initialize structures to silence...
2009-10-02 Chris Wilsonintel: Use atomic refcounters
2009-10-02 Chris Wilsonintel: Mark cached bo as purgeable
2009-10-02 Eric Anholtintel: Don't free the reloc list when putting a freed...
2009-10-02 Eric Anholtintel: Add a new function to check if a BO's reloc...
2009-09-21 Eric AnholtBump to 2.4.14 for release.
2009-09-21 Eric Anholtintel: Remove the max_entries stuff that complicated...
2009-09-21 Eric Anholtintel: Remove the old swrast flag for reducing cache...
2009-09-18 Keith PackarddrmModeFreeConnector: free encoders and properties
2009-09-14 Dave Airlieradeon: fix 32/64 bit issue with sign extension
2009-09-07 Zhenyu Wanglibdrm_intel: include B43 chipset check
2009-09-04 Zhenyu Wanglibdrm_intel: add new pci ids
2009-08-28 Eric AnholtBump to version 2.4.13 for release.
2009-08-28 Eric AnholtAdd drm_intel_bo_busy to query whether mapping a BO...
2009-08-28 Michel DänzerRevert "libdrm_radeon: Always wait for BO idle in bo_map."
2009-08-27 Michel Dänzerlibdrm_radeon: Always wait for BO idle in bo_map.
2009-08-25 Jakob BornecrantzKill last remnant of replacefb ioctl
2009-08-24 Alex Deucherradeon: pull in z pipe changes from kernel
2009-08-22 Pauli Nieminenradeon: add support for busy/domain check interface.
2009-08-19 Ben Skeggsnouveau: fix a thinko in copyless pushbuf ioctl
2009-08-18 Pauli Nieminenlibdrm_radeon: Optimize copy of table to cs buffer...
2009-08-18 Pauli Nieminenlibdrm_radeon: Fix loops so that compiler can optimize...
2009-08-18 Pauli Nieminenlibdrm/radeon: Update head of linked list not to point...
2009-08-18 Ben Skeggsnouveau: support for copy-less pushbuf ioctl
2009-08-18 Ben Skeggsnouveau: for the moment, assert if we exceed some reloc...
2009-08-17 Dave Airlieradeon: fix bo wait at map time.
2009-08-16 Christoph BrillFilter radeon pkgconfig file as do intel and nouveau
2009-08-15 Dave Airlieradeon: fix GTT writing space check
2009-08-05 Anssi Hannulalink libdrm_intel with -lrt for new use of clock_gettime().
2009-08-01 Dave Airlielibdrm_radeon: add tiling support
2009-08-01 Dave Airlieradeon: don't map/unmap explicitly.
2009-07-28 Ben Skeggsnouveau: don't overwrite user-specified bo size needlessly
2009-07-28 Ben Skeggsnouveau: user buffers need to be mappable
2009-07-28 Ben Skeggsnouveau: drm api 0.0.15, update object header, remove...
2009-07-27 Maarten Maathuislibdrm/nouveau: unmap before ufree means nvbo->sysmem...
2009-07-15 Alex DeucherAdd RADEON_INIT_R600_CP too
2009-07-15 Alex DeucherAdd R600_SCRATCH_REG_OFFSET to radeon_drm.h
2009-07-15 Eric AnholtBump to version 2.4.12 for release.
2009-07-10 Eric Anholtintel: Free buffers in the BO cache that haven't been...
2009-07-09 Dave Airlieconfigure: move AC_USE_SYSTEM_EXTENSIONS up higher
2009-07-09 Ben Skeggsnouveau: fix pin for buffers created with bo_wrap
2009-07-06 Ian Romanicks/AC_USE_SYSTEM_MACROS/AC_USE_SYSTEM_EXTENSIONS/
2009-07-06 Pauli Nieminenlibdrm: Make chown check for return value
2009-07-06 Ian Romanicklibdrm: Set _XOPEN_SOURCE and _GNU_SOURCE
2009-07-06 Eric Anholtintel: Fix up math errors when allocating very large...
2009-07-06 Edward O'Callaghanintel: fix compiler warning about returning a void...
2009-07-06 Pauli Nieminenlibdrm: Fix pci id numbers to unsigned so code won...
next