summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/server/radeon_dri.c
AgeCommit message (Collapse)Author
2010-03-06dri: drop MINIGLX_SOURCES (2)George Sapountzis
2006-04-03use WidthDave Airlie
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane
Add additional checks for the *DRIRec info structure passed in from the device driver. This ensures that things fallback to indirect rendering if the DDX driver has had modifications (i.e. removal of the drmAddress field).
2005-08-08fix up color tiling in miniglx radeon server codeDave Airlie
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl
2005-08-03Add color tiling support to miniglx for radeonDave Airlie
(Stephane Marchesin + Dave Airlie)
2005-07-29Leave the AGP_BASE code in. It is pointless to bump the interfaceJon Smirl
for X on a miniglx fix. It can be removed later.
2005-07-29Remove OUTREG(RADEON_AGP_BASE, info->ringHandle); from DRI driverJon Smirl
Code is already in DRM driver to do this.
2005-03-05Fixing memset on ia64 & other archsDave Airlie
From: Stephane Marchesin
2004-12-09fixup pci code for Jon's last checkin for changing page sizeDave Airlie
2004-12-08From: Stephane Marchesin <marchesin@icps.u-strasbg.fr>Dave Airlie
Attached is a patch that adds pci init code for mesa solo on radeon. It's been tested on an itanium 2 with a radeon 7000 and it works here. The patch adds a new field in the miniglx.conf config file, to choose between pci and agp.
2004-07-10Make solo radeon/r128 drivers track fix for DRI bug 849Jon Smirl
2004-07-05Convert miniglx to use Ian's fancy new driver config code.Jon Smirl
This removes the miniglx driver function InitContextModes(). All of the server directories were edited to remove the implementations.
2004-06-29This should make most linux-solo drivers work again. Mainly a fixJon Smirl
for changing SAREA size form DRM_PAGE_SIZE to SAREA_MAX. fb driver is still broken.
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
drm_handle_t, drm_context_t, drm_drawable_t, drm_magic_t.
2004-04-15set default page flipping to zero can be changed in header fileDave Airlie
2004-04-14get agpmode from config fileDave Airlie
2004-04-13make this exactly like XFree86 .. allows 4x to workDave Airlie
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h
2003-11-25Otto Solares' patch to add radeon 9200Brian Paul
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul
2003-08-06Shared radeon/r200 init codeKeith Whitwell