Age | Commit message (Expand) | Author |
2006-05-27 | preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst... | Roland Scheidegger |
2006-04-04 | switch to card_type rather than IsPCI, doesn't change any functionality yet | Dave Airlie |
2006-01-07 | cube maps on r100 require newer drm than the same feature on r200 (regression... | Roland Scheidegger |
2005-11-02 | First step of Radeon DRI unification: | Eric Anholt |
2005-10-15 | enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene... | Roland Scheidegger |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-01-31 | Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless. | Adam Jackson |
2005-01-26 | (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra... | Roland Scheidegger |
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane |
2004-12-03 | enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina... | Roland Scheidegger |
2004-06-02 | Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with | Ian Romanick |
2004-04-29 | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell |
2004-03-18 | Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time. | Ian Romanick |
2004-03-17 | Convert all uses of CARD32 and CARD8 to int32_t and int8_t. | Ian Romanick |
2004-03-11 | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl |
2003-12-07 | merge some more of the radeon DRI driver from the DRI trunk | Alan Hourihane |
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 |