aboutsummaryrefslogtreecommitdiffhomepage
path: root/vidix/radeon_vid.c
Commit message (Expand)AuthorAge
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* remove now useless vidixlib.h fileGravatar ben2008-06-20
* remove useless vidix versioning stuffGravatar ben2008-06-07
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Use standard license header and add back credits line for Marcel Naziri.Gravatar diego2008-05-12
* Remove pointless changelog from file header.Gravatar diego2008-05-12
* Fix illegal identifiers, names starting with __ are reserved for the system.Gravatar diego2008-01-27
* Make some radeon vidix driver tables static and constGravatar reimar2008-01-13
* r25345 patched the wrong line.Gravatar ben2007-12-17
* register values were already set: simplifyGravatar ben2007-12-14
* Fixed VIDIX color bug that was introduced when Radeon VIDIX driverGravatar ben2007-12-10
* Dump the ati radeon DISP_MERGE_CNTL register to ease theGravatar ben2007-12-10
* Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlayGravatar ben2007-12-04
* sync with vidix.sf.net r318: resolve bitfield collision in vidix radeon drive...Gravatar ben2007-12-04
* fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)Gravatar ben2007-06-26
* synced with upstream vidix, prevented some drivers to work on some configs/archsGravatar ben2007-04-30
* one more spelling fixGravatar ben2007-04-30
* accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)Gravatar ben2007-04-30
* spelling fixGravatar ben2007-04-30
* onboard X200 GPU (shared memory) returns a 0 RAM size (patch by rjoco77@kezdi...Gravatar ben2007-04-26
* support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)Gravatar ben2007-04-26
* u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)Gravatar ben2007-04-22
* remove useless include that breaks MinGW (patch by Xuebin Wu)Gravatar ben2007-04-22
* simplified depth definitionGravatar ben2007-04-22
* removed useless code from vidix driversGravatar ben2007-04-22
* updated vidix files headers whenever it's possible to have a clear GPL statementGravatar ben2007-04-22
* updated the ati vidix driver with the one from upstream vidix, it now support...Gravatar ben2007-04-22
* consistent include paths for config.h et al.Gravatar diego2007-04-06
* renamed libdha.[hc] to dha.[hc]Gravatar ben2007-04-06
* merged libdha and libvidix, moved all files from libdha to vidix directoryGravatar ben2007-04-06
* updated pci ids list, fixed vidix drivers compilation and added nearly exhaus...Gravatar ben2007-04-01
* killed warnings in rage128 driverGravatar ben2007-04-01
* checking for dynamic drivers version number is now pointlessGravatar ben2007-04-01
* switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ful...Gravatar ben2007-04-01
* Move driver files directly into the vidix directory.Gravatar diego2007-04-01