index
:
driver/xf86-video-geode
master
obsd
AMD Geode video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gx_randr.c
Age
Commit message (
Expand
)
Author
2011-03-12
Fix parameter ordering for calloc/xnfcalloc calls
Mart Raudsepp
2010-12-12
Fix compilation under xorg >1.9.99
Priit Laes
2010-09-01
Replace xalloc/xrealloc/xfree/xcalloc with malloc/realloc/free/calloc
Frank Huang
2010-06-22
Use new server API to find the root window.
Jamey Sharp
2010-06-22
Adapt to DevPrivate API changes.
Jamey Sharp
2010-05-18
Remove mibank.h reference
Adam Jackson
2009-09-19
GX: refactor code that allow backward compatibility with old video interfaces
Otavio Salvador
2009-08-31
Fixed typo in GX2 dixSetPrivate patch. Kudos to Eamon Walsh!
Martin-Éric Racine
2009-08-18
Fix GX RandR to properly use dixSetPrivate.
Otavio Salvador
2009-06-10
geode: add inputstr.h include explicitly.
Dave Airlie
2008-09-10
Merge branch 'randr12-branch'
Jordan Crouse
2008-09-08
XINPUT_ABI bumped on us and broke the previous evil workaround
Jordan Crouse
2008-08-07
[LX] - Add RandR 1.2 support
Jordan Crouse
2008-05-28
Fix build for git-master (missing device pointers).
Peter Hutterer
2008-05-28
Revert "Fix build (missing device pointers)."
Peter Hutterer
2008-05-28
Fix build (missing device pointers).
Peter Hutterer
2008-03-14
Massive coding style fixup - move to X coding style,
Jordan Crouse
2008-03-14
First stage of the rename process - get rid of all amd_ prefixes -
Jordan Crouse