index
:
xorg/driver/xf86-video-intel
2.1
2.10
2.13
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9
XORG-6_8-branch
display-port
dri2-swapbuffers
exa
exa-i965
glucose
i810_texman_0_1_branch
i945-zone-rendering
intel-batchbuffer
intel-kernelmode
jbarnes-cleanup
master
modesetting-airlied
modesetting-multihead
modesetting-sdvo-stuffing
randr-1.2-rotation
screen-conv-api
xf86-video-i810-1_5-branch
xorg-7.0-branch
xvmc-i915
xvmc-vld
xwayland
xwayland-1.12
Intel video driver (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel)
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i830_memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-25
Rename common infrastructure to the intel namespace.
Chris Wilson
1
-282
/
+0
2010-06-25
i810: Move into a legacy directory.
Chris Wilson
1
-1
/
+0
2010-06-15
drmmode: Use the tiled stride for the rotated pixmap.
Chris Wilson
1
-0
/
+8
2010-06-07
Allocate a correctly sized framebuffer when tiling by using libdrm's support.
Eric Anholt
1
-79
/
+26
2010-05-12
i830: Prevent allocation of bo larger than half the aperture
Chris Wilson
1
-29
/
+34
2010-05-10
i830: Minor cleanup
Chris Wilson
1
-6
/
+4
2010-03-04
Remove remaining fbOffset setting.
Eric Anholt
1
-15
/
+0
2010-03-04
Remove i830_allocate_2d_memory() now that it only called one function.
Eric Anholt
1
-15
/
+0
2010-03-04
Init CRTC cursors with CRTC setup instead of i830_memory.
Eric Anholt
1
-41
/
+3
2010-03-04
i830_memory: rip out the remainings of the old allocator
Daniel Vetter
1
-154
/
+0
2010-03-04
i830_memory: hide as much of the old memory allocator as possible
Daniel Vetter
1
-2
/
+2
2010-03-04
i830_memory: switch frontbuffer to drm_intel_bo
Daniel Vetter
1
-7
/
+23
2010-03-04
i830_memory: switch cursors to drm_intel_bo
Daniel Vetter
1
-12
/
+9
2010-03-04
i830_memory: kill field "pitch"
Daniel Vetter
1
-2
/
+0
2010-03-04
i830_memory: rip out field "size"
Daniel Vetter
1
-1
/
+0
2010-03-04
i830_memory: kill field "tiling_mode"
Daniel Vetter
1
-1
/
+0
2010-03-04
i830_memory: no memory allocations without a bo!
Daniel Vetter
1
-25
/
+15
2010-03-04
i830_memory: rename i830_bind_all_memory to reflect code reality
Daniel Vetter
1
-6
/
+3
2010-03-04
i830_memory: rip out the old video memory allocator
Daniel Vetter
1
-69
/
+0
2010-03-04
i830_memory: kill i830_desribe_allocations
Daniel Vetter
1
-55
/
+0
2010-03-04
i830_memory: rip out field "offset"
Daniel Vetter
1
-8
/
+2
2010-03-04
i830_memory: rip out field "end"
Daniel Vetter
1
-5
/
+2
2010-02-20
Remove dead assignments noticed by clang.
Eric Anholt
1
-7
/
+0
2010-01-08
Consolidate determining maximum sizes for use with GEM
Chris Wilson
1
-6
/
+10
2009-12-02
Review use of errno after libdrm call
Chris Wilson
1
-2
/
+1
2009-11-30
uxa: Limit maximum size of tiled objects
Chris Wilson
1
-0
/
+23
2009-11-29
Cleanup a few compiler warnings.
Chris Wilson
1
-2
/
+2
2009-11-05
Increase stride limit for IGDNG
Jesse Barnes
1
-0
/
+3
2009-10-08
Clean up more i830_memory.c madness.
Eric Anholt
1
-120
/
+61
2009-10-08
Rename the xf86 screen private from pScrn to scrn.
Eric Anholt
1
-64
/
+64
2009-10-08
Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.
Eric Anholt
1
-69
/
+69
2009-10-06
Move to kernel coding style.
Eric Anholt
1
-466
/
+451
2009-10-06
Remove UMS support.
Eric Anholt
1
-957
/
+14
2009-10-05
Remove UMS overlay support.
Eric Anholt
1
-42
/
+0
2009-08-25
KMS: allocate one bo per crtc for cursor
Keith Packard
1
-21
/
+30
2009-08-07
Align tiled pixmap height so we don't address beyond the end of our buffers.
Eric Anholt
1
-2
/
+0
2009-07-24
XvMC: pin XvMC buffers under KMS.
Xiang, Haihao
1
-2
/
+24
2009-07-15
Reset framebuffer offset when rebinding aperture (22760).
Keith Packard
1
-0
/
+3
2009-07-10
i830_bind_memory: Under UMS: Bind GEM bos with dri_bo_pin, else through the GART
Keith Packard
1
-8
/
+6
2009-07-10
Allocate GTT space for GEM only under UMS
Keith Packard
1
-65
/
+70
2009-07-10
Remove NoAccel support
Keith Packard
1
-11
/
+11
2009-06-30
Don't try to pin buffers in KMS mode
Jesse Barnes
1
-2
/
+2
2009-05-26
Fold GEM detection into DRM master open.
Eric Anholt
1
-15
/
+1
2009-05-19
Don't do GTT maps on objects bigger than half the available aperture size.
Eric Anholt
1
-0
/
+26
2009-05-15
Use drm_intel_bo_disable_reuse API to flag scanout and cursor buffers
Keith Packard
1
-1
/
+6
2009-05-14
Remove dead "avail" variable from XAA stuff.
Eric Anholt
1
-2
/
+1
2009-05-13
Add new have_gem flag
Jesse Barnes
1
-0
/
+1
2009-05-12
Remove the offset parameter from i830_allocator_init()
Wu Fengguang
1
-3
/
+3
2009-04-28
Remove a handful of pointless comments
Kristian Høgsberg
1
-14
/
+0
2009-04-27
Remove I830_XV ifdef.
Eric Anholt
1
-4
/
+0
[next]