summaryrefslogtreecommitdiff
path: root/src/i830_dri.c
AgeCommit message (Expand)Author
2010-09-12Rename common infrastructure to the intel namespace.Owain G. Ainsworth
2010-09-11i810: Move into a legacy directory.Owain G. Ainsworth
2010-09-11backport the following commit by Eric anholt;Owain G. Ainsworth
2010-09-03dri: Handle errors during GetBuffers() gracefully.Chris Wilson
2010-06-22Temporarily disable the pageflipping stuff. It isn't 100% on ironlakeOwain G. Ainsworth
2010-06-21Emit the flush after a potential draw from the BlockHandler.Chris Wilson
2010-06-07Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-06-07dri: Protect against NULL dereference following GPU hang.Chris Wilson
2010-05-17dri: Check error code from GetScratchGC()Chris Wilson
2010-05-17sync swap support. Backported from current and adapted for ums.Owain G. Ainsworth
2010-05-16Use new drmGetDeviceNameFromFd() for mapping to drm device nameKristian Høgsberg
2010-05-16Remove i830_dri.hOwain G. Ainsworth
2010-03-01DRI2: handle full height blits without tearing in CopyRegionJesse Barnes
2010-03-01batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2010-03-01Remove flush parameter from intel_batch_flush()Chris Wilson
2010-03-01Rename I830Sync() to intel_sync()Chris Wilson
2010-03-01Review use of errno after libdrm callChris Wilson
2010-03-01batch: Track pixmap domains.Chris Wilson
2010-03-01DRI2 compat build fix: it's drawable->pScreen not drawable->screenJesse Barnes
2010-03-01Rename pScreen to screen.Owain G. Ainsworth
2010-03-01Rename pGC to gc.Eric Anholt
2010-03-01Rename pDraw to plain old drawable.Eric Anholt
2010-03-01Call pPixmaps plain old pixmaps.Owain G. Ainsworth
2010-03-01de-pCamelHungarian the Render pictures and pixmaps.Eric Anholt
2010-03-01Rename the xf86 screen private from pScrn to scrn.Owain G. Ainsworth
2010-03-01Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Owain G. Ainsworth
2010-02-28Move to kernel coding style.Eric Anholt
2009-07-10Remove NoAccel supportKeith Packard
2009-07-06Handle DRI2INFOREC version 3Keith Packard
2009-07-06Update to multi-API DRI2 interfaceKeith Packard
2009-06-29Use swapbuffers_wait controlJesse Barnes
2009-06-24Treat disabled CRTCs as "not covering" for scanline wait purposesJesse Barnes
2009-06-16don't wait for vblank on rotated displaysLi Peng
2009-06-10DRI2 copyregion: don't wait for scanlines that won't happenLukasz Kurylo
2009-06-03Fix segfault in DRI2 vblank syncing if the region isn't onscreen.Eric Anholt
2009-06-03Fix some drawable abuse in i830_dri.cEric Anholt
2009-06-03Replace some pixmap-related idioms with inline functions to do so.Eric Anholt
2009-06-02Sync DRI2 CopyRegion to vertical retraceJesse Barnes
2009-05-26Open the DRM and keep the handle throughout server startup to finish.Eric Anholt
2009-04-28Remove a handful of pointless commentsKristian Høgsberg
2009-04-27Remove XF86DRM_MODE.Eric Anholt
2009-04-27Remove DRI1 support.Eric Anholt
2009-04-27Don't initialize DRI2 if the fd we get is not master-capable.Eric Anholt
2009-04-27format == 0 means "use default" in I830DRI2CreateBufferPierre Willenbrock
2009-04-24DRI2: If the SDK supports it, use the DRI2GetBuffersWithFormat interfacesIan Romanick
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt
2009-04-17DRI2: Respect the src and dst parameters of CopyRegion.Ian Romanick
2009-03-09Flip the update_dri_buffers test around to only run when DRI1 is active.Eric Anholt
2009-03-06DRI1: Update sarea (and other information) when CRTC configuration changes.Eric Anholt
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt