index
:
platform/upstream/xf86-video-intel
accepted/tizen_3.0.2014.q3_common
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
pristine-tar
sandbox/pcoval/devel
sandbox/pcoval/latest
sandbox/pcoval/tizen
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
upstream
Domain: Graphics System / X Window System;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i965_video.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-01
Xv: setup pipeline for Xv on Sandybridge
Xiang, Haihao
1
-0
/
+627
2010-11-01
Xv: set the surface state base address
Xiang, Haihao
1
-74
/
+67
2010-10-07
Include a chipset generation number to clarify device specific paths.
Chris Wilson
1
-13
/
+13
2010-06-25
Rename common infrastructure to the intel namespace.
Chris Wilson
1
-11
/
+7
2010-06-25
i810: Move into a legacy directory.
Chris Wilson
1
-0
/
+3
2010-06-21
Emit the flush after a potential draw from the BlockHandler.
Chris Wilson
1
-1
/
+1
2010-06-09
Revert "xp:trapezoids"
Chris Wilson
1
-0
/
+1
2010-06-08
xp:trapezoids
Chris Wilson
1
-1
/
+0
2010-05-24
Kill paranoid assertions on every write into the batchbuffer.
Chris Wilson
1
-18
/
+0
2010-05-17
i830: Remove vestigal debugging ALWAYS_FLUSH and ALWAYS_SYNC
Chris Wilson
1
-1
/
+0
2010-04-08
i965 Xv: fix chroma pitch
Daniel Vetter
1
-2
/
+3
2010-03-04
Xv: fixup relocation in i965_video.c
Daniel Vetter
1
-1
/
+1
2010-01-07
Xv: kill unnecessary parameters for hw PutImage functions
Daniel Vetter
1
-1
/
+0
2009-12-07
batch: Ensure we send a MI_FLUSH in the block handler for TFP
Chris Wilson
1
-1
/
+1
2009-12-02
Remove flush parameter from intel_batch_flush()
Chris Wilson
1
-1
/
+1
2009-12-02
Rename I830Sync() to intel_sync()
Chris Wilson
1
-1
/
+1
2009-11-10
Check that batch buffers are atomic.
Chris Wilson
1
-5
/
+5
2009-10-14
conf: Add debugging flush options
Chris Wilson
1
-0
/
+2
2009-10-08
Rename the xv pPriv to adaptor_priv to reflect whose private it is.
Eric Anholt
1
-19
/
+16
2009-10-08
Call pPixmaps plain old pixmaps.
Eric Anholt
1
-4
/
+4
2009-10-08
Rename the xf86 screen private from pScrn to scrn.
Eric Anholt
1
-28
/
+28
2009-10-08
Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.
Eric Anholt
1
-98
/
+98
2009-10-06
Move to kernel coding style.
Eric Anholt
1
-958
/
+975
2009-10-05
Remove error state dumping code.
Eric Anholt
1
-1
/
+1
2009-10-05
Xv: kill hw double buffering logic
Daniel Vetter
1
-6
/
+6
2009-10-05
Xv: use is_planar_fourcc helper some more
Daniel Vetter
1
-24
/
+12
2009-08-07
Align tiled pixmap height so we don't address beyond the end of our buffers.
Eric Anholt
1
-3
/
+0
2009-06-30
Xv: fix domain usage for binding table on i965+ chips
Zhenyu Wang
1
-1
/
+1
2009-06-30
Add XV support on IGDNG
Zhenyu Wang
1
-46
/
+142
2009-05-01
Hold reference to video binding table until all rects are painted.
Keith Packard
1
-1
/
+3
2009-05-01
3D_STATE_VERTEX_BUFFERS takes four 32-bit values, not three.
Keith Packard
1
-2
/
+4
2009-05-01
Don't bother to enable VF statistics during 965 video playback
Keith Packard
1
-2
/
+1
2009-04-27
Now that video destination pixmaps are always in BOs, no more MarkSync.
Eric Anholt
1
-8
/
+4
2009-03-06
intel: Nuke shared-entity support (zaphod mode).
Eric Anholt
1
-1
/
+1
2009-02-25
XvMC: fix broken xvmc on 965
Xiang, Haihao
1
-5
/
+9
2009-02-18
Make Xv used a buffer object instead of i830_memory.
Kristian Høgsberg
1
-2
/
+9
2009-01-20
Use intel_emit_reloc from video to prettify 965 render bind_bo setup.
Eric Anholt
1
-17
/
+0
2009-01-20
Do check_aperture_space and batch_start_atomic for i965 video.
Eric Anholt
1
-2
/
+27
2009-01-20
Move 965 video setup to a separate function so we can move it around.
Eric Anholt
1
-172
/
+174
2009-01-06
Handle drm_bo_map failure in 965 video and composite paths.
Keith Packard
1
-57
/
+111
2008-12-04
Emit proper relocations to pixmaps in BOs in i965 video.
Eric Anholt
1
-1
/
+9
2008-12-04
Move i965 video surface state and binding table to BOs.
Eric Anholt
1
-64
/
+73
2008-12-04
Move i965 video vertex data to BOs.
Eric Anholt
1
-30
/
+22
2008-12-04
Move remaining i965 video programs to BOs.
Eric Anholt
1
-21
/
+19
2008-12-04
Move i965 video wm and sampler state to BOs.
Eric Anholt
1
-45
/
+91
2008-12-04
Stop allocating unused scratch space for i965 video.
Eric Anholt
1
-6
/
+2
2008-12-04
Move i965 video vs/sf state to BOs.
Eric Anholt
1
-18
/
+42
2008-12-04
Move i965 video cc state to BOs.
Eric Anholt
1
-17
/
+69
2008-12-04
Move I965DisplayVideoTextured unit state setup to separate functions.
Eric Anholt
1
-158
/
+170
2008-12-04
Move I965DisplayVideoTextured surface/sampler setup to separate functions.
Eric Anholt
1
-71
/
+92
[next]