Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-05 | Fixing memset on ia64 & other archs | Dave Airlie | |
From: Stephane Marchesin | |||
2005-02-15 | Add missing texture formats for completeness | Dave Airlie | |
2005-02-13 | Typo fix. | Michel Dänzer | |
2005-02-12 | MMIO endianness fixes for Radeon drivers. | Michel Dänzer | |
2005-01-26 | replace magic number with macro constant RADEON_ZBLOCK16 | Roland Scheidegger | |
2004-12-09 | fixup pci code for Jon's last checkin for changing page size | Dave Airlie | |
2004-12-08 | (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ↵ | Roland Scheidegger | |
fast z clear and z buffer compression are supported for now, hierarchical-z is not. Still problems with multiple apps and z/stencil readback, which is why hyperz is disabled per default. Also add the new point sprite packet drm 1.13 accepts to the sanity code. | |||
2004-12-08 | From: 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-12-03 | enable GL_EXT_stencil_wrap (patch from idr), including some hacks for ↵ | Roland Scheidegger | |
original radeons which have some broken stencil ops. | |||
2004-07-10 | Make solo radeon/r128 drivers track fix for DRI bug 849 | Jon Smirl | |
2004-07-05 | Convert 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-29 | This should make most linux-solo drivers work again. Mainly a fix | Jon Smirl | |
for changing SAREA size form DRM_PAGE_SIZE to SAREA_MAX. fb driver is still broken. | |||
2004-06-02 | Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with | Ian Romanick | |
drm_handle_t, drm_context_t, drm_drawable_t, drm_magic_t. | |||
2004-04-15 | set default page flipping to zero can be changed in header file | Dave Airlie | |
2004-04-14 | get agpmode from config file | Dave Airlie | |
2004-04-13 | make this exactly like XFree86 .. allows 4x to work | Dave Airlie | |
2004-03-12 | These files are redundant now. Definitions come from DRM files. | Jon Smirl | |
2004-03-11 | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | |
of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h | |||
2003-12-08 | add SETPARAM ioctl | Alan Hourihane | |
2003-11-25 | Otto Solares' patch to add radeon 9200 | Brian Paul | |
2003-10-21 | Update DRI drivers to current DRI CVS and make them work. | Jon Smirl | |
2003-08-22 | patch to import Jon Smirl's work from Bitkeeper | Brian Paul | |
2003-08-06 | Shared radeon/r200 init code | Keith Whitwell | |