summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon/radeon_context.c
AgeCommit message (Collapse)Author
2009-03-04radeon-gallium: DRI2 state tracker, part 3.Corbin Simpson
Properly setup the build process for adding in xorg and egl trackers, and finally put radeon_context and radeon_screen to bed.
2009-02-14radeon-gallium: Clean out extensions explicitly enabled by Mesa.Corbin Simpson
This cleans up some of the cruft from the old DRI setup, and it turns out that only the GLSL extensions are still off if we let st_extensions.c handle the setup instead.
2009-02-06Rename winsys amd to radeon.Corbin Simpson