summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-27revenge: r600 supportHEADmasterJerome Glisse10-22/+395
2011-02-20revenge: released version 2.0.0.Oliver McFadden80-3423/+3960
2008-02-02Updated the email address mentioned in the README file.Oliver McFadden2-2/+2
2007-12-22Corrected a segfault when the ring buffer is inside the FB aperture.Oliver McFadden1-1/+8
2007-12-09Added file and line information to the error messages.Oliver McFadden6-63/+66
2007-12-09Indented the code with GNU Indent again.Oliver McFadden4-10/+7
2007-11-23Corrected RS690 GART support.Maciej Cencora2-9/+10
2007-11-23Added a README file explaining how to use Revenge.Oliver McFadden2-0/+136
2007-11-19Released 1.1 for RS690 support and GPL 3 license.Oliver McFadden2-11/+11
2007-11-19Updated the license headers for GPL 3.Oliver McFadden72-644/+909
2007-11-12Renamed the PCI-E GART detection function.Oliver McFadden3-3/+3
2007-11-12Cleaned up and renamed the GART address translation function.Oliver McFadden1-11/+11
2007-11-09Added a Vim fold marker around the registers in the header file.Oliver McFadden1-9/+15
2007-11-08Added initial RS690 GART support.Maciej Cencora7-0/+69
2007-11-06Changed the version number for a bug-fix release...Oliver McFadden3-14/+11
2007-11-06Corrected some binary objects listed in the Makefile.Oliver McFadden1-3/+0
2007-11-01Added completely untested PCI interface support...Oliver McFadden3-9/+26
2007-10-31Explicitly mask the lower (unused) bits of the physical address.Oliver McFadden1-1/+3
2007-10-31Cleaned up writing of the interface description file.Oliver McFadden1-15/+1
2007-10-31Possibly corrected Revenge on fglrx 8.42.3...Oliver McFadden1-4/+2
2007-10-28Converted the interface type defines to an enum.Oliver McFadden4-18/+21
2007-10-25Shouldn't use an assertion in the detection code.Oliver McFadden1-3/+0
2007-10-25Added GART address to physical address debugging.Oliver McFadden1-2/+10
2007-10-25Added debugging information for PCI GART memory access.Oliver McFadden1-5/+6
2007-10-25Clear all of the buffers before running any tests.Oliver McFadden1-0/+19
2007-10-17Added dynamic PCI GART length calculation.Oliver McFadden1-5/+6
2007-10-15Added OpenGL stencil tests.Oliver McFadden11-1/+413
2007-10-15Added a TODO list for extensions supported by fglrx 8.40.4.Oliver McFadden2-1/+98
2007-10-11Reduced the sleep time to 250 milliseconds.Oliver McFadden1-1/+1
2007-10-11Added error checking for malloc calls.Oliver McFadden2-4/+25
2007-10-11Cleaned up the packet dumping code slightly.Oliver McFadden1-10/+4
2007-10-11Moved the miscellaneous dumping code into it's own file.Oliver McFadden7-100/+160
2007-10-11Added standard glxinfo dumping.Oliver McFadden3-0/+8
2007-10-11Redirect stderr to /dev/null for the system(3) commands.Oliver McFadden1-3/+3
2007-10-09Cleaned up the PCI-E memory read function.Oliver McFadden1-17/+24
2007-10-09Moved the random texture generation code into the main Revenge code.Oliver McFadden7-120/+27
2007-10-03Don't need to pass global variables for IB and TX dumping.Oliver McFadden1-5/+5
2007-10-03Don't need the GDB comment anymore.Oliver McFadden1-11/+0
2007-10-03Use shift for multiplication in the dumping code, like everywhere else. :-)Oliver McFadden1-2/+2
2007-09-30Corrected a couple of warnings.Oliver McFadden3-2/+3
2007-09-30Renamed the core Revenge source code.Oliver McFadden38-82/+84
2007-09-30Added GL_TEXTURE_WRAP_S and GL_TEXTURE_WRAP_T tests.Oliver McFadden7-2/+285
2007-09-30Cleaned up the AGP memory code.Oliver McFadden1-3/+1
2007-09-30Added maximum texture unit detection.Oliver McFadden4-1/+21
2007-09-30Added a fast dumping option for quick debug tests. You should NOT use this!Oliver McFadden3-3/+12
2007-09-30Revert "Corrections for x86_64; AGP is probably still broken."Oliver McFadden4-19/+19
2007-09-30Corrections for x86_64; AGP is probably still broken.Oliver McFadden4-19/+19
2007-09-23Added a GL_TEXTURE_MAG_FILTER test.Oliver McFadden5-3/+145
2007-09-23Added a GL_TEXTURE_MIN_FILTER test.Oliver McFadden6-3/+149
2007-09-23Added a simple default texture test.Oliver McFadden6-2/+139