summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson
2010-06-25i810: Move into a legacy directory.Chris Wilson
2010-06-21i965: Compile fix.Chris Wilson
2010-06-21Also submit any pending flush for *this* batch in the BlockHander.Chris Wilson
2010-06-21Emit the flush after a potential draw from the BlockHandler.Chris Wilson
2010-06-09Revert "xp:trapezoids"Chris Wilson
2010-06-08xp:trapezoidsChris Wilson
2010-06-07Allocate a correctly sized framebuffer when tiling by using libdrm's support.Eric Anholt
2010-06-07uxa: Setup acceleration functions prior to the damage layerChris Wilson
2010-06-07Adapt glyphs for changes in devPrivates APIChris Wilson
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-05-23i915: amalgamate composite into a single primitive listChris Wilson
2010-04-15uxa: Reuse in-flight boChris Wilson
2010-04-13render: tell the kernel explicitly when fences are neededDaniel Vetter
2010-04-10Review i830_pad_drawable_width()Chris Wilson
2010-04-08XvMC: unify PutImage handlingDaniel Vetter
2010-03-18intel: free bus id in error path after printing it out.Dave Airlie
2010-03-04Remove remaining fbOffset setting.Eric Anholt
2010-03-04Remove a piece of fbOffset cruft from non-DRM support.Eric Anholt
2010-03-04Remove i830_allocate_2d_memory() now that it only called one function.Eric Anholt
2010-03-04Init CRTC cursors with CRTC setup instead of i830_memory.Eric Anholt
2010-03-04Remove intel_sync() at teardown time.Eric Anholt
2010-03-04Remove 3D state clobber on EnterVT, and always clobber at batch start.Eric Anholt
2010-03-04Remove pre-2.6.29 error message handling since we require KMS.Eric Anholt
2010-03-04Move batch and 965 render state setup/teardown to screen init/close.Eric Anholt
2010-03-04i830_memory: switch frontbuffer to drm_intel_boDaniel Vetter
2010-03-04i830_memory: rename i830_bind_all_memory to reflect code realityDaniel Vetter
2010-03-04i830_memory: rip out the old video memory allocatorDaniel Vetter
2010-03-04i830_memory: kill i830_desribe_allocationsDaniel Vetter
2010-03-04i830_memory: rip out field "offset"Daniel Vetter
2010-02-20Remove dead i830_display.h.Eric Anholt
2010-02-20Remove dead i830_bios.h.Eric Anholt
2010-02-20Fix an unused variable warning for !INTEL_XVMC.Eric Anholt
2010-02-20Remove dead assignments noticed by clang.Eric Anholt
2010-02-20Remove stale junk in VideoRam setup, noticed by clang.Eric Anholt
2010-02-20Remove dead UMS CRTC resize code.Eric Anholt
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2009-12-04intel: And remember to flush the batch...Chris Wilson
2009-12-02Remove flush parameter from intel_batch_flush()Chris Wilson
2009-12-02Rename I830Sync() to intel_sync()Chris Wilson
2009-11-29batch: Track pixmap domains.Chris Wilson
2009-11-29Cleanup a few compiler warnings.Chris Wilson
2009-11-10Check that batch buffers are atomic.Chris Wilson
2009-10-15Enable XVMC by default on gen4.Eric Anholt
2009-10-14conf: Add debugging flush optionsChris Wilson
2009-10-13Drop frontbuffer from crtc in I830CloseScreenAlbert Damen
2009-10-08Rename pScreen to screen.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-06Remove the reg_dumper code, now that it's been moved to intel_gpu_tools.Eric Anholt