Age | Commit message (Collapse) | Author |
|
|
|
- Disable building the gamma driver
- Fix numerous Imakefiles to get header paths and subdirs right
- Symlink client-side GLX lib source from Mesa
- Add new shader subdirs to the Mesa core build
- Tweak the DDX drivers to not ask for "xf86dri.h"; they don't need it,
since they don't generate protocol, and it was breaking the build.
|
|
|
|
Update MGA DDX to use new features of MGA DRM ersion 3.2 to enable DRI
support on PCI cards. Backwards compatability with older client-side
drivers is enabled with new Device section settings. See mga.man for
details.
Xorg bug: 3259 Reviewed by: Eric Anholt
|
|
MGA driver.
- Use mga_drm.h instead of mga_common.h. Due to this, all the MGA-specific
DRM names were changed to generic versions (i.e., drmMGALock became
drm_lock_t).
- Merge MGADRIMapInit into MGADRIAGPInit and rename the resulting function
MGADRIBootstrapDMA.
- Eliminate several unnecessary drmMap calls. The server has no need to map
MMIO space, primary DMA buffer space, secondary DMA buffer space, WARP
microcode space, or the DRM status page.
- Clarified which portions of the client / server DRI interface are no
longer used.
- Removed some unused fields from MGADRIServerPrivateRec.
- Bump MGA_PATCHLEVEL.
Reviewed by: Adam Jackson Reviewed by: Eric Anholt
|
|
with the following notes:
- Savage and Mach64 (= ati/ati*.[ch] changes) DRI not merged due to
insecurity.
- VIA driver converted to new drmContext and drmHandle names.
- Radeon driver merge conflicted in many places, and MergedFB at least
could probably use some checking at this point.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|