aboutsummaryrefslogtreecommitdiff
path: root/shared-core/r300_reg.h
AgeCommit message (Collapse)Author
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes
This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff.
2008-11-03radeon: fix some warningsDave Airlie
2008-08-14Merge branch 'radeon-gem-cs' into modesetting-gemDave Airlie
Conflicts: libdrm/xf86drm.c linux-core/Makefile.kernel linux-core/drmP.h linux-core/drm_compat.h linux-core/drm_drv.c linux-core/drm_stub.c linux-core/drm_vm.c shared-core/i915_dma.c shared-core/r300_cmdbuf.c shared-core/radeon_drv.h
2008-08-05radeon: fix blit due to registers wrongDave Airlie
2008-06-13radeon: r345xx fixe hard lockupJerome Glisse
This patch should fixe hard lockup and convert them in softlockup (ie you can ssh the box but the gpu is busted and we are waiting in loop for it to come back to reason).
2008-06-09r300/r500: add hier-z regsDave Airlie
2008-05-23r500: add two more register ranges for mesa driver to setupDave Airlie
2008-05-17r500: add more register ranges for Mesa driverDave Airlie
2008-05-12R300+: fixup PURGE/FLUSH macrosAlex Deucher
2008-05-05r500: add allowed range for us config/pixsizeDave Airlie
2008-03-17initial r500 RS and FP register and upload codeDave Airlie
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie
Kernel "cleanfile" script run.
2007-06-21r300: Synchronized the register defines file; documentation changes.Oliver McFadden
2007-06-18r300: Synchronized the register defines file again.Oliver McFadden
2007-05-13r300: Added my comments into r300_reg.h.Oliver McFadden
2007-05-13r300: Synchronized R300 register defines file.Oliver McFadden
Just moved the indent control comments so that indent doesn't try to change anything.
2007-05-09r300: Synchronized R300 register defines file.Oliver McFadden
2007-05-09r300: Synchronized R300 register defines file.Oliver McFadden
2007-05-06r300: Synchronize the register file from Mesa.Oliver McFadden
2007-04-02r300: Synchronize the register header file again.Oliver McFadden
It's a good idea to keep these synchronized; even though the DRM doesn't use all the defines, maintaining two different copies is prone to errors when the diff gets bigger.
2007-03-13r300: Renamed the CACHE_CTLSTAT values to include UNKNOWN in the name; notOliver McFadden
enough information is known about them to be sure as to what the values mean.
2007-03-13Add defines for the values written to R300_RB3D_ZCACHE_CTLSTAT.Oliver McFadden
Note that just like the values written to R300_RB3D_DSTCACHE_CTLSTAT these values are really unknown; ideally more reverse engineering should be done to determine what these values mean and when they should be set.
2007-03-13Guess another unknown register used for R300 pacification.Oliver McFadden
2007-02-11Sync r300_reg.h from mesa driver. #10210Aapo Tahkola
2006-01-20Sync from r300_reg.h from Mesa.Aapo Tahkola
2005-12-05add texrect support for r300Dave Airlie
2005-07-20Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya,Eric Anholt
with BSD fix from jkim and the r300_reg.h license from Nicolai Haehnle. Big thanks to everyone involved!