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_driver.c
Age
Commit message (
Expand
)
Author
2024-06-11
drop old compat macros
Enrico Weigelt, metux IT consult
2024-06-11
drop obsolete XAA support
Enrico Weigelt, metux IT consult
2024-06-11
drop compat with video api major version < 20
Enrico Weigelt, metux IT consult
2024-05-08
use XNFcallocarray() instead of xnfcalloc macro
Enrico Weigelt, metux IT consult
2022-01-22
Fix spelling/wording issues
Alan Coopersmith
2020-12-03
fix 'multiple definition of' linker error
Christian Gmeiner
2018-03-05
gx: Fix RANDR initialization for xserver 1.20
Adam Jackson
2015-03-12
Fix building Geode against xserver 1.17
Maarten Lankhorst
2013-01-09
Remove mibstore.h
Adam Jackson
2012-07-26
Initial stab at converting geode to new X1.13 API
Maarten Lankhorst
2012-07-26
Allow building on Xservers without XAA
Maarten Lankhorst
2012-07-11
Whitespace cleanup using ../modular/x-indent.sh
Martin-Éric Racine
2011-12-19
Fix for new vgaHW ABI
Adam Jackson
2011-03-12
Fix parameter ordering for calloc/xnfcalloc calls
Mart Raudsepp
2010-09-01
Replace xalloc/xrealloc/xfree/xcalloc with malloc/realloc/free/calloc
Frank Huang
2010-01-26
GX: refactory mode validation code to be easier to ready
Otavio Salvador
2009-08-18
GX: use XAA by default.
Otavio Salvador
2009-08-18
Revert "GX: use XAA by default."
Martin-Éric Racine
2009-08-18
GX: use XAA by default.
Otavio Salvador
2009-07-28
geode: change to using ABI version check
Dave Airlie
2009-07-28
geode: update for resources/RAC API removal
Dave Airlie
2009-05-28
Remove useless loader symbol lists.
Adam Jackson
2009-05-12
Crasher fix: Use ExaDriverAlloc() to calloc the EXA struct.
Kyle McMartin
2008-08-07
[LX] - Add RandR 1.2 support
Jordan Crouse
2008-04-24
geode: Add "native" DDC parsing to the Geode driver
Jordan Crouse
2008-03-14
amd: Missed a merge artifact - kick me in the head for breaking tinderbox
Jordan Crouse
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