summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/server
AgeCommit message (Collapse)Author
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