blob: c6aa895dc28e014f0720d31c56215af732f14ede (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
libdrm-armada (2.0.3-1) unstable; urgency=low
* Add drm_armada_bo_create_size()
* Add drm_armada_cache_reap()
-- Russell King <rmk_cubox@arm.linux.org.uk> Sat, 12 Oct 2014 19:31:04 +0100
libdrm-armada (2.0.2-1) unstable; urgency=low
* Updates for kernel ABI changes.
* Add DRM prime support.
* Remove drm_armada_bo_phys() and drm_armada_bo_create_phys().
* Add hashtables to allow the buffer manager to cache buffer objects.
-- Russell King <rmk_cubox@arm.linux.org.uk> Tue, 2 Nov 2013 11:19:57 +0100
libdrm-armada (2.0.1-1) unstable; urgency=low
* Rename to Armada as this covers more devices than just the Armada 510
Dove.
-- Russell King <rmk_cubox@arm.linux.org.uk> Tue, 21 May 2013 10:54:58 +0100
libdrm-dove (2.0.0-1) unstable; urgency=low
* Re-vamp API to allow a buffer manager object, stop passing fd into
every function.
* Add caching support
-- Russell King <rmk_cubox@arm.linux.org.uk> Sun, 5 May 2013 13:47:28 +0100
libdrm-dove (1.0.1-1) unstable; urgency=low
* Add drm_dove_bo_create_from_name()
* Add drm_dove_bo_flink()
-- Russell King <rmk_cubox@arm.linux.org.uk> Tue, 23 Oct 2012 17:28:17 +0100
libdrm-dove (1.0.0-1) unstable; urgency=low
* Initial release.
-- Russell King <rmk_cubox@arm.linux.org.uk> Tue, 9 Oct 2012 00:36:54 +0100
|