summaryrefslogtreecommitdiff
path: root/src/i830_memory.c
AgeCommit message (Expand)Author
2008-12-30intel/kms: disable overlay when it needs physical addressDave Airlie
2008-12-02Remove DRI_MM defines which are always true now.Eric Anholt
2008-11-17Merge commit 'origin/master' into dri2Kristian Høgsberg
2008-10-19No need to check for drmCommandWriteRead; we link against libdrmKeith Packard
2008-10-19Check for DRI module before initializing GEM mmKeith Packard
2008-10-14Merge commit 'origin/master' into HEADKristian Høgsberg
2008-10-12Typo fixJulien Cristau
2008-09-18Check display stride limit when allocate front bufferZhenyu Wang
2008-09-10Merge branch 'master' into dri2Eric Anholt
2008-09-09Track move of bufmgr functions to libdrm_intel.Eric Anholt
2008-08-29Add DRI2 support.Kristian Høgsberg
2008-08-19Don't allocate EXA offscreen space if kernel mode setting is activeJesse Barnes
2008-08-16Remove last TTM bitsJesse Barnes
2008-08-12Don't set tiling (yet) if kernel mode setting is activeJesse Barnes
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-07-30intel-gem: Use new getparam to detect kernel GEM support.Eric Anholt
2008-07-26intel-gem: Give a better error message if the kernel rejects the tiling mode.Eric Anholt
2008-07-21Don't set up the HWS page in GEM mode now that the kernel manages it.Eric Anholt
2008-07-17Merge branch 'master' into drm-gemCarl Worth
2008-07-11Set tiling state for buffers allocated using GEM.Eric Anholt
2008-07-03Fix official name for GM45 chipsetZhenyu Wang
2008-06-17Add support for Intel 4 series chipsets.Zhenyu Wang
2008-06-16Fix compiler warning when disable xvmc configZhenyu Wang
2008-06-12Require libdrm 2.4.0 always since we need the bufmgr code.Eric Anholt
2008-06-11[gem] Chase move of create ioctl from generic to device-specific.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-10Use bufmgr_gem when available instead of the fake bufmgr.Eric Anholt
2008-06-10Use batchbuffers instead of ring emits for general commands.Eric Anholt
2008-06-05Merge branch 'master' into drm-gemEric Anholt
2008-05-28[gem] Note if pinning a buffer fails.Eric Anholt
2008-05-26Fixup power saving registersJesse Barnes
2008-05-22[gem] Reduce console spam from debugging.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-05Set pin alignment for gem on non-965Keith Packard
2008-05-02Add initial GEM hacks to bring the server up.Eric Anholt
2008-04-10Keep static copies of the 965 render programs in video memory.Eric Anholt
2008-03-28Disable overlay on new mobile chipsetZhenyu Wang
2008-03-24Revert "Use mprotect on unbound AGP memory to attempt to catch use while unbo...Eric Anholt
2008-03-13Merge branch 'master' into xvmcZhenyu Wang
2008-03-13Always bind memory after agp aperture allocationZhenyu Wang
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-03-11Merge branch 'master' into xvmcZhenyu Wang
2008-03-07Enable hardware overlay on 965Jesse Barnes
2008-03-06Account for FBC LL cache in memory reservationJesse Barnes
2008-02-05Fix build warnings on 64 bitJesse Barnes