summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/server/radeon.h
AgeCommit message (Collapse)Author
2005-12-29add support for PCIE card to EGL, doesn't fully work yet but these changesDave Airlie
need to get off my hard disk
2005-12-29rv370 not rv350Dave Airlie
2005-12-28add some r300 informationDave 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)
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-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
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-06Shared radeon/r200 init codeKeith Whitwell