index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-core
/
savage_state.c
Age
Commit message (
Expand
)
Author
2007-11-22
drm: major whitespace/coding style realignment with kernel
Dave Airlie
2007-11-05
drm: remove lots of spurious whitespace.
Dave Airlie
2007-07-20
Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
2007-07-20
Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
2007-07-20
Remove DRM_ERR OS macro.
Eric Anholt
2007-07-16
drm: remove drm_buf_t
Dave Airlie
2007-07-16
drm: remove drmP.h internal typedefs
Dave Airlie
2007-07-16
drm: detypedef drm.h and fixup all problems
Dave Airlie
2006-12-19
fix missing DRM_ERR from kernel
Dave Airlie
2006-01-02
whitespace cleanup/aligment with kernel
Dave Airlie
2005-11-08
Correct a LOR issue on FreeBSD by allocating temporary space and doing a
Eric Anholt
2005-06-04
Remove warnings about code mixed with declerations..
Dave Airlie
2005-04-26
Clean up some const qualifier cast warnings.
Eric Anholt
2005-03-06
Added support for command DMA on Savage4-based hardware. Unfortunately
Felix Kuehling
2005-01-20
Corrected some confusion of vb_stride and vtx_size
Felix Kuehling
2005-01-16
Fixed a bug that prevented the driver from ever emitting triangle strips or
Felix Kuehling
2005-01-09
Improved workaround for Savage3D DMA lockup to emit NOPs only before the
Felix Kuehling
2005-01-05
3D scissor regs are now managed by the DRM to iterate over clip rects
Felix Kuehling
2005-01-01
Completeley rewritten Savage DRM which can be considered secure (modulo
Felix Kuehling