index
:
~olv/drm_gralloc
master
Android gralloc HAL for DRM
olv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-27
add support for YUV formats
HEAD
master
Chia-I Wu
5
-14
/
+62
2011-09-08
remove an unnecessary include
Chia-I Wu
1
-1
/
+0
2011-09-08
log connector info
Chia-I Wu
1
-0
/
+22
2011-08-29
remove outdated BOARD_USES_*
Chia-I Wu
1
-26
/
+1
2011-08-29
remove first drm_kms_wait_for_post call
Chia-I Wu
1
-1
/
+0
2011-08-29
fix build errors
Chia-I Wu
3
-3
/
+3
2011-08-24
vmwgfx: assorted fixes
Chia-I Wu
4
-6
/
+24
2011-08-24
update pci_ids
Chia-I Wu
3
-0
/
+10
2011-08-10
radeon: use a table to detect chip family
Chia-I Wu
3
-19
/
+622
2011-08-03
drop the 'c' suffix from i915c/i965c
Chia-I Wu
1
-3
/
+3
2011-07-31
revise gralloc_drm bo interface
Chia-I Wu
3
-78
/
+81
2011-07-31
add more functions to gralloc_drm kms interface
Chia-I Wu
2
-12
/
+50
2011-07-30
add support for debug.drm.mode
Chia-I Wu
5
-18
/
+101
2011-07-30
protect against NULL handle
Chia-I Wu
2
-5
/
+8
2011-07-30
make sure the driver is initialized before registering
Chia-I Wu
1
-0
/
+10
2011-07-30
allow FB to be mapped
Chia-I Wu
1
-2
/
+5
2011-07-29
map a bo only when it is locked for CPU access
Chia-I Wu
4
-13
/
+51
2011-07-29
close bo on unregister()
Chia-I Wu
3
-19
/
+49
2011-07-22
android: use BOARD_GPU_DRIVERS
Chia-I Wu
1
-22
/
+66
2011-07-18
radeon: zero the newly allocated bo
Chia-I Wu
1
-0
/
+13
2011-07-18
radeon: refactor bo allocation
Chia-I Wu
1
-50
/
+58
2011-07-18
radeon: verbose debug messages on errors
Chia-I Wu
1
-6
/
+16
2011-07-18
improve bo validation a little bit
Chia-I Wu
1
-1
/
+4
2011-07-18
radeon: enable tiling
Chia-I Wu
1
-10
/
+19
2011-07-15
radeon: detect chip family
Chia-I Wu
1
-115
/
+247
2011-07-11
support other drivers in pipe
Chia-I Wu
10
-16
/
+810
2011-07-11
let drivers decide the fb format
Chia-I Wu
6
-11
/
+10
2011-06-13
add (untested) copy support to pipe
Chia-I Wu
1
-0
/
+54
2011-06-13
add (untested) pipe support
Chia-I Wu
4
-5
/
+379
2011-06-13
add nouveau support
Chia-I Wu
4
-0
/
+387
2011-06-12
initial commit
Chia-I Wu
10
-0
/
+2629