index
:
driver/xf86-video-intel
2.10
2.4
2.9.1-oga
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
bleeding_edge-oga
dri2
exa
exa-i965
fbc
glucose
i810_texman_0_1_branch
i830-pageflip
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
lukas-resume
master
mergedfb
modesetting
modesetting-airlied
modesetting-keithp
modesetting-keithp-fu
modesetting-multihead
modesetting-rotation
modesetting-sdvo-stuffing
nonrandr-setup
obsd
obsd-2.7
obsd-2.8
obsd-xf86-video-intel-2.4.3
randr-1.2-rotation
restructure-outputs
sandybridge
sco_port_update
textured-video
xf86-video-i810-1_5-branch
xf86-video-intel-2.1-branch
xf86-video-intel-2.5-branch
xorg-7.0-branch
xprint_packagertest_20041125
xprint_packagertest_20041217
xvmc-i915
Intel video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i830_memory.c
Age
Commit message (
Expand
)
Author
2010-06-07
Allocate a correctly sized framebuffer when tiling by using libdrm's support.
Eric Anholt
2010-05-12
i830: Prevent allocation of bo larger than half the aperture
Chris Wilson
2010-05-10
i830: Minor cleanup
Chris Wilson
2010-03-04
Remove remaining fbOffset setting.
Eric Anholt
2010-03-04
Remove i830_allocate_2d_memory() now that it only called one function.
Eric Anholt
2010-03-04
Init CRTC cursors with CRTC setup instead of i830_memory.
Eric Anholt
2010-03-04
i830_memory: rip out the remainings of the old allocator
Daniel Vetter
2010-03-04
i830_memory: hide as much of the old memory allocator as possible
Daniel Vetter
2010-03-04
i830_memory: switch frontbuffer to drm_intel_bo
Daniel Vetter
2010-03-04
i830_memory: switch cursors to drm_intel_bo
Daniel Vetter
2010-03-04
i830_memory: kill field "pitch"
Daniel Vetter
2010-03-04
i830_memory: rip out field "size"
Daniel Vetter
2010-03-04
i830_memory: kill field "tiling_mode"
Daniel Vetter
2010-03-04
i830_memory: no memory allocations without a bo!
Daniel Vetter
2010-03-04
i830_memory: rename i830_bind_all_memory to reflect code reality
Daniel Vetter
2010-03-04
i830_memory: rip out the old video memory allocator
Daniel Vetter
2010-03-04
i830_memory: kill i830_desribe_allocations
Daniel Vetter
2010-03-04
i830_memory: rip out field "offset"
Daniel Vetter
2010-03-04
i830_memory: rip out field "end"
Daniel Vetter
2010-02-20
Remove dead assignments noticed by clang.
Eric Anholt
2010-01-08
Consolidate determining maximum sizes for use with GEM
Chris Wilson
2009-12-02
Review use of errno after libdrm call
Chris Wilson
2009-11-30
uxa: Limit maximum size of tiled objects
Chris Wilson
2009-11-29
Cleanup a few compiler warnings.
Chris Wilson
2009-11-05
Increase stride limit for IGDNG
Jesse Barnes
2009-10-08
Clean up more i830_memory.c madness.
Eric Anholt
2009-10-08
Rename the xf86 screen private from pScrn to scrn.
Eric Anholt
2009-10-08
Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.
Eric Anholt
2009-10-06
Move to kernel coding style.
Eric Anholt
2009-10-06
Remove UMS support.
Eric Anholt
2009-10-05
Remove UMS overlay support.
Eric Anholt
2009-08-25
KMS: allocate one bo per crtc for cursor
Keith Packard
2009-08-07
Align tiled pixmap height so we don't address beyond the end of our buffers.
Eric Anholt
2009-07-24
XvMC: pin XvMC buffers under KMS.
Xiang, Haihao
2009-07-15
Reset framebuffer offset when rebinding aperture (22760).
Keith Packard
2009-07-10
i830_bind_memory: Under UMS: Bind GEM bos with dri_bo_pin, else through the GART
Keith Packard
2009-07-10
Allocate GTT space for GEM only under UMS
Keith Packard
2009-07-10
Remove NoAccel support
Keith Packard
2009-06-30
Don't try to pin buffers in KMS mode
Jesse Barnes
2009-05-26
Fold GEM detection into DRM master open.
Eric Anholt
2009-05-19
Don't do GTT maps on objects bigger than half the available aperture size.
Eric Anholt
2009-05-15
Use drm_intel_bo_disable_reuse API to flag scanout and cursor buffers
Keith Packard
2009-05-14
Remove dead "avail" variable from XAA stuff.
Eric Anholt
2009-05-13
Add new have_gem flag
Jesse Barnes
2009-05-12
Remove the offset parameter from i830_allocator_init()
Wu Fengguang
2009-04-28
Remove a handful of pointless comments
Kristian Høgsberg
2009-04-27
Remove I830_XV ifdef.
Eric Anholt
2009-04-27
Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.
Eric Anholt
2009-04-27
Remove can_resize, which is now always true (except when a bug interfered)
Eric Anholt
2009-04-27
Remove EXA support.
Eric Anholt
[next]