summaryrefslogtreecommitdiff
path: root/src/i965_video.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-18Make Xv used a buffer object instead of i830_memory.Kristian Høgsberg1-2/+9
2009-01-20Use intel_emit_reloc from video to prettify 965 render bind_bo setup.Eric Anholt1-17/+0
2009-01-20Do check_aperture_space and batch_start_atomic for i965 video.Eric Anholt1-2/+27
2009-01-20Move 965 video setup to a separate function so we can move it around.Eric Anholt1-172/+174
2009-01-06Handle drm_bo_map failure in 965 video and composite paths.Keith Packard1-57/+111
2008-12-04Emit proper relocations to pixmaps in BOs in i965 video.Eric Anholt1-1/+9
2008-12-04Move i965 video surface state and binding table to BOs.Eric Anholt1-64/+73
2008-12-04Move i965 video vertex data to BOs.Eric Anholt1-30/+22
2008-12-04Move remaining i965 video programs to BOs.Eric Anholt1-21/+19
2008-12-04Move i965 video wm and sampler state to BOs.Eric Anholt1-45/+91
2008-12-04Stop allocating unused scratch space for i965 video.Eric Anholt1-6/+2
2008-12-04Move i965 video vs/sf state to BOs.Eric Anholt1-18/+42
2008-12-04Move i965 video cc state to BOs.Eric Anholt1-17/+69
2008-12-04Move I965DisplayVideoTextured unit state setup to separate functions.Eric Anholt1-158/+170
2008-12-04Move I965DisplayVideoTextured surface/sampler setup to separate functions.Eric Anholt1-71/+92
2008-12-04Move debug code for I965DisplayVideoTextured to separate functions.Eric Anholt1-128/+149
2008-11-27Merge branch '965-xvmc'Zou Nan hai1-0/+4
2008-11-06Make IS_GM45 into IS_G4X defineZhenyu Wang1-1/+1
2008-10-06Fix a typo in G965 texture video codeShuang He1-1/+1
2008-08-11 [i965-xvmc] bypass copy when put image with xvmcroot1-0/+4
2008-07-03Fix official name for GM45 chipsetZhenyu Wang1-1/+1
2008-06-17Add support for Intel 4 series chipsets.Zhenyu Wang1-1/+1
2008-04-13Kludge to make planar video work - duplicate sampler stateKeith Packard1-16/+19
2008-04-10Remove sync after 965 video put.Keith Packard1-1/+0
2008-04-10Add planer video decode kernelKeith Packard1-54/+122
2008-04-10Use shared exa_wm code for packed yuv decodeKeith Packard1-2/+6
2008-03-31Fix composite with mask using new compositing thread codeKeith Packard1-2/+2
2008-03-14Change OUT_RING and similar calls to OUT_BATCH for batchbuffer mergeEric Anholt1-109/+109
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt1-8/+8
2008-01-09Update PIPELINE_SELECT instruction and surface state format for new chipsetZhenyu Wang1-1/+4
2007-09-20Fix pixmap offsetHong Liu1-3/+2
2007-08-10Tiling fixes for 965Jesse Barnes1-0/+3
2007-06-12Fix context switching between DRI and X.Eric Anholt1-14/+2
2007-04-17Bug #10438: Fix 965 XV when sourcing from less than the full image.Eric Anholt1-5/+5
2007-01-02Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.Keith Packard1-0/+1
2006-12-28Draw textured video to the backing pixmap in the composited case.Eric Anholt1-10/+22
2006-12-27debugging for location of various 965 textured-video state.Eric Anholt1-6/+16
2006-12-27Make the assert() in i965_video.c actually work and expose an error.Eric Anholt1-0/+4
2006-12-27Replace XAA mark/waitsyncs with the XAA/EXA wrappers.Eric Anholt1-8/+3
2006-12-27reformat i965_video.c to 4-space indents, 80 columns, no trailing whitespace.Eric Anholt1-640/+656
2006-12-27Move 965 textured-video out to a separate file.Eric Anholt1-0/+827