index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
r600_blit.c
Age
Commit message (
Expand
)
Author
2013-08-30
drm/radeon/kms: remove r6xx+ blit copy routines
Alex Deucher
2013-01-31
drm/radeon: Deprecate UMS support v2
Christian König
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
2012-09-20
Annotate int2float() as being a pure function.
Steven Fuerst
2012-09-20
Replace int2float() with an optimized version.
Steven Fuerst
2012-09-20
Rename i2f() to int2float(), and make it global so one copy can be removed.
Steven Fuerst
2011-10-18
drm/radeon: drop inlines in r600_blit.c
Andi Kleen
2011-02-14
drm/radeon: 6xx/7xx non-kms endian fixes
Cédric Cano
2010-07-21
drm/r600: fix possible NULL pointer derefernce
Alex Deucher
2010-03-01
drm/radeon: use ALIGN instead of open coding it
Matt Turner
2009-10-26
drm/radeon/r600: only assign vb after we know space is available.
Robert Noland
2009-10-26
drm/radeon/r600: Replace repeated calculations with variable.
Robert Noland
2009-10-12
drm/radeon: Revert "drm/r600: avoid assigning vb twice in blit code"
Dave Airlie
2009-10-08
drm/r600: avoid assigning vb twice in blit code
Robert Noland
2009-09-23
drm/radeon/r600: set correct pitch for 4 byte copy
Andre Maasikas
2009-09-10
drm/radeon/r600: fix legacy blit code
Alex Deucher
2009-09-08
drm/radeon/kms: add r600 KMS support
Jerome Glisse