OSDN Git Service

android-x86/external-libdrm.git
2015-09-21 Emil VelikovFix SunOS/NetBSD atomic macro
2015-09-21 Emil Velikovtests/drmdevice: add drm{Get,Free}Device() example
2015-09-21 Emil Velikovxf86drm: add drm{Get,Free}Device
2015-09-21 Emil Velikovxf86drm: split out drmProcessPciDevice and drmFoldDupli...
2015-09-21 Emil Velikovxf86drm: warn on missing drmGetMinorNameForFD implement...
2015-09-21 Emil Velikovxf86drm: move ifdef __linux__ guards where needed
2015-09-21 Emil Velikovxf86drm: rework drmGetDevices()
2015-09-21 Emil Velikovutil_math: add MAX3 macro
2015-09-21 Emil Velikovxf86drm: rename drmSameDevice to drmCompareBusInfo
2015-09-21 Emil Velikovxf86drm: move the final linux specific bits out of...
2015-09-21 Emil Velikovxf86drm: move platform details to drmParsePciDeviceInfo()
2015-09-21 Emil Velikovxf86drm: flex platform specifics into drmParsePciBusInfo
2015-09-21 Emil Velikovtests/drmdevice: add new 'test'
2015-09-21 Emil Velikovxf86drmMode: smoke-test the atomic API
2015-09-21 Emil Velikovautomake: set --enable-valgrind during make distcheck
2015-09-19 Rob Clarkfreedreno: debug msg cleanup
2015-09-19 Rob Clarkfreedreno: drop exported dmabuf fd tracking
2015-09-19 Rob Clarkfreedreno: don't reuse exported buffers
2015-09-16 Rob ClarkBump version for release
2015-09-12 Alan CoopersmithInclude <alloca.h> when needed before calling alloca
2015-09-09 Tvrtko Ursulinlibdrm: Add framebuffer modifiers uapi
2015-09-09 Michel Dänzertests: Add -lm to LDADD for dristat
2015-09-04 Emil Velikovconfigure: remove -Wno-missing-field-initializers
2015-09-04 Emil Velikovintel: ignore missing-field-initializers warnings
2015-09-04 Emil Velikovnouveau: use designated initializers
2015-09-04 Emil Velikovtests/amdgpu: ensure tests work by using c99 initializers
2015-09-04 Emil Velikovtests/amdgpu: annotate (most of) the vce templates...
2015-09-04 Emil Velikovtests/amdgpu: annotate the uvd message templates as...
2015-09-04 Emil Velikovtests/amdgpu: reference the correct variable for memcpy
2015-09-04 Emil Velikovfreedreno: annotate the device/bo/pipe/ringbuffer funcs...
2015-09-04 Emil Velikovradeon: cleanup bo/cs func tables
2015-09-04 Emil Velikovlibkms: use static const for good measure
2015-09-04 Emil Velikovmodetest: annotate const data as such for good measure
2015-09-04 Emil Velikovamdgpu: remove unneeded -Wno-switch-enum flag
2015-09-04 Emil Velikovconfigure: enable -Wshadow when available
2015-09-04 Emil Velikovintel: introduce to_bo_gem() helper
2015-09-04 Emil Velikovintel: error out on has_error in exec2
2015-09-04 Emil Velikovintel: resolve shadowing warnings
2015-09-04 Emil Velikovmodetest: fix shadowing warnings
2015-09-04 Emil Velikovvbltest: fix variable shadowing warning
2015-09-04 Rob Clarkfreedreno: add API to get drm fd from fd_device
2015-09-04 Rob Clarkdrm: make individual drm_server_info fxns optional
2015-09-03 Rob Clarkfreedreno: don't take ownership of the dmabuf fd on...
2015-09-02 Jonathan Grayamdgpu: use EINVAL instead of EBADMSG in amdgpu_bo_cpu_...
2015-09-02 monk.liuamdgpu: fix missing deinit on vamgr_32
2015-08-31 Varad Gautamfreedreno: serialize drmPrimeFDToHandle under table_lock
2015-08-31 Varad Gautamfreedreno: use drmPrime wrappers to import/export prime...
2015-08-26 Thierry Redingomap: Initialize DMA BUF file descriptor to -1
2015-08-25 Christian Königamdgpu: serialize drmPrimeFDToHandle
2015-08-25 Christian Königamdgpu: remove sequence mutex
2015-08-24 Emil VelikovMove -lm link flag to LIBADD
2015-08-24 Jérôme Glissedrm: Add -lm to libdrm ldflags to fix build failure.
2015-08-24 Emil Velikovdrm: add interface to get drm devices on the system v3
2015-08-24 Mathias Tillmandrm: fix the usage after free
2015-08-23 Varad Gautamfreedreno: get bo size for imported dma-buf
2015-08-23 Varad Gautamfreedreno: fill bo->fd when importing
2015-08-23 Varad Gautamfreedreno: fix a bo cache segfault with imported bo's
2015-08-21 Rafał Sapałaintel: Serialize drmPrimeFDToHandle with struct_mutex
2015-08-20 Hyungwon Hwangmodetest: remove the trailing white spaces
2015-08-20 Hyungwon Hwangxf86drmMode: remove the trailing white spaces
2015-08-20 Mauro Rossiamdgpu: add Android build support
2015-08-20 Mauro Rossiamdgpu: add Makefile.sources
2015-08-18 Rob ClarkBump version for release
2015-08-18 Rob Clarkfreedreno: update freedreno-symbol-check
2015-08-18 Thierry Redinglibdrm: Make indentation consistent
2015-08-18 Thierry Redinglibdrm: Remove gratuitous blank lines
2015-08-17 Jammy Zhouamdgpu: make vamgr per device v2
2015-08-17 Jammy Zhouamdgpu: add flag to support 32bit VA address v4
2015-08-17 Jammy Zhouamdgpu: improve amdgpu_vamgr_init
2015-08-17 Rob Clarkfreedreno: add fd_pipe_wait_timeout()
2015-08-17 Rob Clarkfreedreno/msm: dump out submit info on error
2015-08-17 Rob Clarkfreedreno/msm: fix issue where same bo is on multiple...
2015-08-17 Rob Clarkfreedreno/msm: reorg ringbuffer struct
2015-08-17 Michel Dänzertests/amdgpu: Remove unused local variable 'i'
2015-08-17 Michel Dänzertests/amdgpu: Include config.h first
2015-08-15 Thierry Redingtests: modetest: Accept connector names in addition...
2015-08-14 Marek OlšákBump version for release
2015-08-13 Emil Velikovamdgpu: add symbols check test
2015-08-13 Emil Velikovamdgpu: hide the final internal functions from global...
2015-08-13 Emil Velikovamdgpu/amdgpu_vamgr: hide private symbols from global...
2015-08-13 Emil Velikovamdgpu: squash trivial documentation typo
2015-08-13 Emil Velikovamdgpu: cosmetic chances in license boilerplate
2015-08-13 Emil Velikovamdgpu: add a bunch of missing config.h includes
2015-08-13 Emil Velikovamdgpu/util_hash_table: hide private symbols from globa...
2015-08-13 Emil Velikovamdgpu/util_hash: hide private symbols from global...
2015-08-13 Emil VelikovForce enable amdgpu for the dist build/check.
2015-08-10 Alex Deucherradeon: add new OLAND pci id
2015-08-10 Tapani Pällimodeprint: cleanup, remove compile warnings
2015-08-10 Tapani Pälliintel: wrap intel_bufmgr.h C code for C++ compilation...
2015-08-10 Tapani Pälliremove usage of 'c_plusplus' preprocessor macro
2015-08-06 Alex Deucheradd a note about which version of cunit is fixed for...
2015-08-06 Alex Deuchermove up cunit workaround for ubuntu/debian
2015-08-06 Alex Deucherfix amdgpu cunit configure test harder
2015-08-06 Alex Deucherfix configuration when amdgpu is disabled
2015-08-05 Michel Dänzeramdgpu: Remove unused local variables bo_size/offset...
2015-08-05 Jammy Zhouamdgpu: expose the PCI revision ID
2015-08-05 Mario Kleinerlibdrm/amdgpu: Use private fd for amdgpu_device and...
2015-08-05 Alexandr Akulichlibdrm/amdgpu: Fixed drm.h include.
2015-08-05 Michel Dänzeramdgpu/tests: Cast CPU map argument of amdgpu_bo_alloc_...
2015-08-05 Michel Dänzeramdgpu/tests: Use buf_handle in amdgpu_bo_alloc_and_map...
next