index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
drm_drawable.c
Age
Commit message (
Expand
)
Author
2008-09-18
Rework the drm locking to be at least halfway sane. The freebsd code
Owain Ainsworth
2008-09-02
detypedef some more. No functional change.
Owain Ainsworth
2008-09-01
avoid loosing return value from copyin, and properly return it.
Charles Longeau
2008-08-16
Apply a light paddling with the knf stick. No binary change.
Owain Ainsworth
2008-08-13
Make sure that we don't sleep with a lock held, some small cleanup while
Owain Ainsworth
2008-08-13
Check for zero in drm_calloc() to prevent divide-by-zero. Also rearrange
Owain Ainsworth
2008-07-29
Switch all instances of malloc/free in the DRM to drm_alloc, drm_free
Owain Ainsworth
2008-06-26
Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use
Owain Ainsworth
2008-06-26
Kill the rest of the ifdef maze in drm_*.c
Owain Ainsworth
2008-04-12
just use an incremented int to calculate drawable ids. This is simpler
Owain Ainsworth
2008-04-12
Make sure that the drawables are properly freed when removed, and upon
Owain Ainsworth
2007-12-16
destatic the static functions, they only make debugging harder.
Owain Ainsworth
2007-11-28
Initial import of the DRM (direct rendering manager).
Owain Ainsworth