summaryrefslogtreecommitdiff
path: root/src/i830_dri.c
AgeCommit message (Expand)Author
2010-01-02attempt to make this build with xserver 1.7 and later.obsd-2.7Matthieu Herrb
2009-06-12format == 0 means "use default" in I830DRI2CreateBufferPierre Willenbrock
2009-06-12DRI2: If the SDK supports it, use the DRI2GetBuffersWithFormat interfacesIan Romanick
2009-06-12DRI2: 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
2009-02-27Only allocate pixmaps aligned for tiling when requested by DRI2 GetBuffers.Eric Anholt
2009-02-24Remove a handful of unused variable warnings.Kristian Høgsberg
2009-02-23Use stat() and the dev_t to find the drm device filename.Kristian Høgsberg
2009-02-02Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.Kristian Høgsberg
2009-02-02Fix last-minute "cleanup" that broke the patch.Kristian Høgsberg
2009-01-27dri2: Use modesetting's master fd instead of opening our own non-master.Eric Anholt
2009-01-27Support tiled back/depth on 915-class hardware with DRI2.Jesse Barnes
2009-01-20Remove the pageflipping infrastructure.Owain G. Ainsworth
2009-01-20Remove triple-buffering supportOwain G. Ainsworth
2009-01-06Disable DRI2 buffer tiling on non-965, as those need fence regs for 2D blits.Eric Anholt
2008-12-08Fix DRI2 compiling warningZhenyu Wang
2008-12-03Enable tiling for DRI2 back/depth buffers.Eric Anholt
2008-11-17Merge commit 'origin/master' into dri2Kristian Høgsberg
2008-10-19Use pipes, not planes for sarea geometry dataKeith Packard
2008-10-19Remove accidental 'return;' left at the top of I830DRIInitBuffersKeith Packard
2008-10-17Handle differently tiled front/back/depth/third in DRI window managementKeith Packard
2008-10-16Don't handle irq in GEM modeZhenyu Wang
2008-10-14Update to DRI2 changes.dri2Kristian Høgsberg
2008-09-11Fix build failures that should have been in the previous merge commit.Eric Anholt
2008-09-10Merge branch 'master' into dri2Eric Anholt
2008-09-09Track the move of irq emit/wait to fake bufmgr.Eric Anholt
2008-09-09Track move of bufmgr functions to libdrm_intel.Eric Anholt
2008-09-04DRI2: Move pixmap pitch alignment for use with depth to pixmap create.Eric Anholt
2008-09-04DRI2: Emit the MI_FLUSH before flushing batch in swapbuffers.Eric Anholt
2008-09-03Don't set up sarea or drm mappings in DRI2 mode.Eric Anholt
2008-08-29Add DRI2 support.Kristian Høgsberg
2008-08-08Make it actually build the kernel stuff if possibleJesse Barnes
2008-08-08Initial port of kernel modesetting from old intel-kernelmode branchJesse Barnes
2008-08-05Use dri_bo for all object allocations, including pixmaps under uxaKeith Packard
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard
2008-08-05Merge branch 'master' into drm-gemJesse Barnes
2008-07-30Reorder visuals reported by the intel driverTomas Carnecky
2008-07-17Merge branch 'master' into drm-gemCarl Worth
2008-06-24Fix back buffer damage handler for 965+ chipsJesse Barnes
2008-06-13[gem] remove one more unused bitDave Airlie
2008-06-12Require libdrm 2.4.0 always since we need the bufmgr code.Eric Anholt
2008-06-10[gem] Don't set up the ring in GEM mode, as that'll be handled by the kernel.Eric Anholt
2008-06-10Avoid needless flush emits in the blockhandler.Eric Anholt
2008-05-17Add check for GEM, use that to enable driver GEM supportKeith Packard
2008-05-12Track name changes in GEM ioctls.Keith Packard
2008-05-12Record alignment requirements in mem structure for use by GEM.Keith Packard
2008-05-05Use GEM for buffer naming now.Keith Packard
2008-05-02Add initial GEM hacks to bring the server up.Eric Anholt