summaryrefslogtreecommitdiff
path: root/src/i830_dri.c
AgeCommit message (Expand)Author
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-06-02dri: Protect against NULL dereference following GPU hang.Chris Wilson
2010-06-01DRI2: fix new buffer exchange checkJesse Barnes
2010-05-29dri: Compilation fix.Chris Wilson
2010-05-29dri: Only flip if the front and back pixmaps match.Chris Wilson
2010-05-29Revert "dri: Use size from backing pixmap when creating buffers."Chris Wilson
2010-05-29dri: Use size from backing pixmap when creating buffers.Chris Wilson
2010-05-18dri: Clean up DRI2 API #ifdefs a bitKristian Høgsberg
2010-05-17i830: Remove vestigal debugging ALWAYS_FLUSH and ALWAYS_SYNCChris Wilson
2010-05-17dri: Check error code from GetScratchGC()Chris Wilson
2010-05-14drm: Remove unused old_front parameter from drmmode_do_pageflip.Chris Wilson
2010-05-14dri: Hold reference to buffers across swapChris Wilson
2010-05-12dri2: Handle reference counting across page flippingChris Wilson
2010-03-26DRI2: release our private front buffer ref when buffer swappingJesse Barnes
2010-03-08DRI2: make WaitMSC error handling more consistent with ScheduleSwapJesse Barnes
2010-03-08DRI2: truncate OML values to 32 bitsJesse Barnes
2010-03-08DRI2: more WaitMSC fixesJesse Barnes
2010-03-08DRI2: fixup stray curly braceJesse Barnes
2010-03-08DRI2: fixup ScheduleWaitMSC similarly to ScheduleSwapJesse Barnes
2010-03-05DRI2: handle target_msc, divisor and remainder properly in DRI2ScheduleSwapMario Kleiner
2010-03-05DRI2: make MSC waits handle specific target_mscs and divisor/remaindersMario Kleiner
2010-03-05DRI2: handle offscreen drawables better at swap timeJesse Barnes
2010-02-24In frame event handling, track drawable id instead of drawable pointer.Eric Anholt
2010-02-24Fix up a bunch of inconsistent 4-space indentation in i830_dri.cEric Anholt
2010-02-20Remove more DRI1 dead code.Eric Anholt
2010-02-17dri2: Silence the compiler for an unused function with proto < 4Chris Wilson
2010-02-11DRI2: handle full height blits without tearing in CopyRegionJesse Barnes
2010-02-05DRI2: only use version 4 APIs if kernel support existsJesse Barnes
2010-01-31Initialize DRI2 info rec version 4 list of driver namesKeith Packard
2010-01-13DRI2: if the swap condition is satisfied, complete it immediatelyJesse Barnes
2010-01-13DRI2: support new DRI2 APIsJesse Barnes
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2009-12-02Remove flush parameter from intel_batch_flush()Chris Wilson
2009-12-02Rename I830Sync() to intel_sync()Chris Wilson
2009-12-02Review use of errno after libdrm callChris Wilson
2009-11-30Use new drmGetDeviceNameFromFd() for mapping to drm device nameKristian Høgsberg
2009-11-29batch: Track pixmap domains.Chris Wilson
2009-10-12DRI2 compat build fix: it's drawable->pScreen not drawable->screenJesse Barnes
2009-10-08Rename pScreen to screen.Eric Anholt
2009-10-08Rename pGC to gc.Eric Anholt
2009-10-08Rename pDraw to plain old drawable.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-07-10Remove NoAccel supportKeith Packard
2009-07-06Handle DRI2INFOREC version 3Keith Packard
2009-07-06Update to multi-API DRI2 interfaceKeith Packard