summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_screen.c
AgeCommit message (Expand)Author
2007-07-20minor cleanups, disable debuggingRoland Scheidegger
2007-07-17get rid of checks for old ddxRoland Scheidegger
2007-07-17remove some more old stuffRoland Scheidegger
2007-07-17remove old code, remaining bits of static handles, disable (no longer functio...Roland Scheidegger
2007-07-16fix resize bugs (fb size updated too late), fix typos, cleanups...Roland Scheidegger
2007-07-13bugfixes (wrt fb updates), cleanupsRoland Scheidegger
2007-07-11drop some more code no longer neededRoland Scheidegger
2007-07-11some fixes, fake frontbufferRoland Scheidegger
2007-07-10First attempt at using private back/z buffers.Roland Scheidegger
2007-06-05Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-31i915tex: Add support for 945GMEWang Zhenyu
2007-05-22i915tex: Implement SetTexOffset hook.Michel Dänzer
2007-04-17Defer buffer pool creation to the first context creation.Thomas Hellstrom
2007-04-16Make sure we are locked when creating drm buffer objects.Thomas Hellstrom
2007-03-26i915tex: Make sure renderbuffers don't get deleted when flipping them.Michel Dänzer
2007-03-10Merge branch 'i915tex-pageflip'Michel Dänzer
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-03-06fix for bug#10182Xiang, Haihao
2007-02-22i915tex: Schedule flips when possible.Michel Dänzer
2007-02-20i915tex: Triple buffering support, only effective with page flipping so far.Michel Dänzer
2007-02-20i915tex: Support page flipping on both CRTCs independently.Michel Dänzer
2006-12-31fix issue with i915tex advertising visuals it can't supportDave Airlie
2006-11-01disable debug printfsBrian Paul
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell