aboutsummaryrefslogtreecommitdiffhomepage
path: root/vidix
Commit message (Expand)AuthorAge
* Consistently use uppercase filename as multiple inclusion guard.Gravatar diego2008-01-28
* Change #warning to FIXME comments.Gravatar diego2008-01-27
* 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
* Fix illegal identifiers, names starting with __ are reserved for the system.Gravatar diego2008-01-08
* Fix illegal identifier, names starting with _ and uppercase are reserved.Gravatar diego2008-01-07
* Fix illegal identifier, names starting with _ and uppercase are reserved.Gravatar diego2008-01-07
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06
* Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.Gravatar diego2008-01-02
* Properly express dependencies for generated .c and .h files.Gravatar diego2008-01-02
* 10l: Replace #define with #endif where I really meant to write #endif.Gravatar diego2008-01-02
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Comment out the correct #endif directive.Gravatar diego2007-12-31
* Make windres binary name configurable, useful for cross-compiling.Gravatar diego2007-12-28
* typo in preprocessor conditionGravatar diego2007-12-27
* pci_db2c.awk creates more than just two .c files, add the rest to the rule.Gravatar diego2007-12-24
* Skip unnecessary (debug) output; obey the rule of silence.Gravatar diego2007-12-24
* r25345 patched the wrong line.Gravatar ben2007-12-17
* implemented frame selection for savage driverGravatar ben2007-12-14
* fix frame size calculationGravatar ben2007-12-14
* remove useless code partsGravatar ben2007-12-14
* bgr24 and bgr32 supportGravatar ben2007-12-14
* rgb -> bgrGravatar ben2007-12-14
* 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 ivtv driver with vidix.sf.net (multiple revisions)Gravatar ben2007-12-04
* sync with vidix.sf.net r319: remove useless varsGravatar ben2007-12-04
* sync with vidix.sf.net r317: fixes colorspace issues for vidix savage driverGravatar ben2007-12-04
* 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
* add new configure option to disable VIDIX PCI device name database (saves a 3...Gravatar ben2007-12-04
* synchronized with vidix.sf.net r315: remove now useless definesGravatar ben2007-12-03
* synchronized with vidix.sf.net r315: update savage driver pci ids listGravatar ben2007-12-03
* Restore copyright/license notices that were stripped off.Gravatar diego2007-11-25
* Remove mapdev.vxd. It is a non-free Win9x/DOS binary and its usage remainsGravatar diego2007-11-25
* add functions for the vga register access patch by Guillaume LECERF <foxcore ...Gravatar faust32007-09-23
* add some commented register dumping codeGravatar faust32007-09-20
* rivatv_lock_nv04 is actually an extended version of rivatv_lock_nv03 (patch b...Gravatar faust32007-09-19
* Mark phony targets as such.Gravatar diego2007-09-18
* Simplify commands with automatic variables.Gravatar diego2007-09-18
* fix indentation after the last change (patch by Guillaume LECERF <foxcore at ...Gravatar faust32007-09-18
* it is no longer necessary to reboot the system after the dhahelperwin install...Gravatar faust32007-09-17
* - make dhahelperwin compile with mingwGravatar faust32007-09-17
* Make dhasetup more verbose based on code byGravatar faust32007-09-17
* rename windows ddk makefile to nmakefile so that a makefile for mingw can be ...Gravatar faust32007-09-17
* fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF <...Gravatar faust32007-09-17
* avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf ...Gravatar ben2007-09-15
* fix screen width and height calculation on nvidia vidix (patch by Guillaume L...Gravatar ben2007-09-15