summaryrefslogtreecommitdiff
path: root/src/i830_uxa.c
AgeCommit message (Expand)Author
2009-10-14conf: Add debugging flush optionsChris Wilson
2009-10-08Rename pScreen to screen.Eric Anholt
2009-10-08Call pPixmaps plain old pixmaps.Eric Anholt
2009-10-08de-pCamelHungarian the Render pictures and pixmaps.Eric Anholt
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt
2009-10-06Move to kernel coding style.Eric Anholt
2009-10-06Remove UMS support.Eric Anholt
2009-08-18Align the height of untiled pixmaps to 2 lines as well.Eric Anholt
2009-08-07Fix math in the tiling alignment fix.Eric Anholt
2009-08-07Align tiled pixmap height so we don't address beyond the end of our buffers.Eric Anholt
2009-07-22Only align DRI2 tiled pixmaps to the DRI2 tiled pixmap alignment requirement.Eric Anholt
2009-07-22uxa: Tell the driver when we're just going to immediately map the pixmap.Eric Anholt
2009-07-10i830_uxa_prepare_access: Flush and wait for idle for non-bo pixmapsKeith Packard
2009-07-10Remove NoAccel supportKeith Packard
2009-07-09Fix lols in trying to figure out whether this is a 64-bit build.Eric Anholt
2009-07-08Refuse to allocate giant BOs on 32-bit systems.Eric Anholt
2009-06-30Enable 2D composite on IGDNGXiang Haihao
2009-06-10Disable composite on new chipset for nowZhenyu Wang
2009-06-09Rename i830_exa.c to i830_uxa.cCarl Worth