summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/server
AgeCommit message (Collapse)Author
2007-09-12Remove unused plane->pipe mapping fields from SAREA private.Jesse Barnes
2007-09-11intel: disentangle planes & pipesJesse Barnes
This is the Mesa portion of the pipe & plane disambiguation. Mesa needs to use the new assumptions about plane vs. pipe mappings and should use the new SAREA field names to avoid confusion.
2007-05-09Clean-up in I830AllocVidMem(), s/int/unsigned long/ for ret variable.Brian
2007-05-08i915/miniglx: remove unused codeDave Airlie
2007-02-20i915tex: Triple buffering support, only effective with page flipping so far.Michel Dänzer
Pending flips are tracked per renderbuffer and the colour renderbuffer attachments of window framebuffer objects are rotated on flips to avoid stalling the pipeline for pending flips unnecessarily.
2006-11-28Update miniglx support for new memory managerDave Airlie
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell