summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/i915/drm/i915_drm_api.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-29i915g: Rename winsys c fileJakob Bornecrantz1-93/+0
2010-05-29i915g: Move pci id to winsys structJakob Bornecrantz1-2/+2
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz1-11/+1
With the removal of DRI1 support there where no use of this argument, some drivers didn't even properly check it.
2010-04-20gallium: Fix copy typoJakob Bornecrantz1-1/+1
2010-04-20i915g: Minor clean up of winsysJakob Bornecrantz1-9/+3
2010-03-26i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz1-0/+109
Since the winsys isn't shared with i965 and never will be