xf86-video-intel: Changes to 'refs/tags/xf86-video-intel-2.6.99.901'

Carl Worth cworth at kemper.freedesktop.org
Mon Mar 9 18:44:05 PDT 2009


Tag 'xf86-video-intel-2.6.99.901' created by Carl Worth <cworth at cworth.org> at 2009-03-10 02:39 -0700

Intel 2.6.99.901 release (2.7 rc1)

Changes since xf86-video-intel-2.4.97.0:
Adam Jackson (5):
      Fix Mac mini crash in DDC mode probe
      Quirk: No LVDS on Dell Studio Hybrid
      Limit CRT DAC speed better.
      Limit CRT DAC speed better.
      KMS: Wire up output DPMS.

Alan Coopersmith (1):
      Remove xorgconfig & xorgcfg from See Also list in man page

Bernhard Rosenkraenzer (1):
      UXA: Declare glyph cache picture as component-alpha when necessary.

Bill Nottingham (1):
      Quirk MSI IM-945GSE-A LVDS, TV outputs.

Bryce Harrington (3):
      Add TV out quirk for HP Compaq nx6110
      PipeA quirk for Quanta/W251U (launchpad bug #244242)
      Pipe-A quirk for HP 2730p (bug #18852)

Carl Worth (22):
      Examine picture repeatType as well as repeat field.
      Add support for RepeatPad and RepeatReflect.
      Prefer repeatType field over using both repeat and repeatType.
      Fallback to software for RepeatNone with transformed RGB-only pictures.
      Revert "Fallback to software for RepeatNone with transformed RGB-only pictures."
      Rename default_color to border_color
      Document and use 'legacy' border color mode
      Disable frame buffer compression by default for GM965.
      Ignore intel_gtt binary
      Rename gen4_state_t to gen4_static_state_t
      Rename gen4_state_init to gen4_static_state_init
      Rename state_base_offset to static_state_offset in gen4_static_state_init
      Use consistent idiom for obtaining static_state
      Use buffer object for vertex buffer (in new gen4_dynamic_state)
      965: Move composite setup to new _emit_batch_header_for_composite
      Rename gen4_dynamic_state to gen4_vertex_buffer
      Unreference the vertex_buffer_bo in gen4_render_state_cleanup
      Use buffer objects for binding table and surface-state objects.
      i965: Add batch_flush_notify hook to create new vertex-buffer bo
      Don't smash fixed_mode if skip_panel_detect is set.
      Set vertex_buffer_bo to NULL after unreference.
      Increment version number to 2.6.99.901 for 2.7-rc1

Dan Nicholson (1):
      man: Put option defaults on separate indented line

Daniel Stone (1):
      i830: Fix timer leak

Dave Airlie (9):
      mode: fix missing comma
      Default kernel mode setting to off, add configure flag to enable
      uxa: don't call composite routines with no buffer.
      modeset: fix xf86CrtcRotate API change across server versions
      modeset: transformPresent is a new API member
      exa: fix map gtt call to use current API
      intel: don't call enter/leave VT for KMS enabled systems
      intel/kms: disable overlay when it needs physical address
      intel: fix DRI2 should be DRI_DRI2

David Schleef (1):
      Bug #17277: fix upscaling limit

Eamon Walsh (2):
      Remove unused exa_pixmap_key.
      Change uxa private keys to integer variables.

Eric Anholt (101):
      Don't set up sarea or drm mappings in DRI2 mode.
      UXA: Re-enable non-965 render.
      DRI2: Emit the MI_FLUSH before flushing batch in swapbuffers.
      DRI2: Move pixmap pitch alignment for use with depth to pixmap create.
      Add some MCHBAR registers for debugging tile swizzling issues.
      Bug #17446: Don't try to manage IRQs in GEM mode.
      Track move of bufmgr functions to libdrm_intel.
      Track the move of irq emit/wait to fake bufmgr.
      Track move of exec to bufmgr, and restoration of emit/wait funcs for non-drm.
      Merge branch 'master' into dri2
      Fix build failures that should have been in the previous merge commit.
      Work around libpciaccess reporting a 0 rom size by guessing.
      Add support for RepeatPad and RepeatReflect to 915 and 830-class Render accel.
      Fix bios_reader build against old servers.
      Fix driver build against server 1.4.2.
      Add a GTT dumper for G4x debugging.
      Fix broken stolen memory counting on G4X.
      Remove gratuitous flushing in EXA after solid operations.
      Enable Option "Legacy3D" for 965 as well, and clarify both the docs and code.
      Remove the CheckDevices timer.
      Make I830FALLBACK debugging a runtime instead of compile-time option.
      i965: Support render acceleration with pixmaps in BOs.
      Remove DRI_MM defines which are always true now.
      UXA: Add support for tiled front/back/depth by cutting over to the GTT map.
      Re-enable composite accel on 965 with UXA.
      Enable tiling for DRI2 back/depth buffers.
      Move debug code for I965DisplayVideoTextured to separate functions.
      Move I965DisplayVideoTextured surface/sampler setup to separate functions.
      Move I965DisplayVideoTextured unit state setup to separate functions.
      Move i965 video cc state to BOs.
      Move i965 video vs/sf state to BOs.
      Stop allocating unused scratch space for i965 video.
      Move i965 video wm and sampler state to BOs.
      Move remaining i965 video programs to BOs.
      Move i965 video vertex data to BOs.
      Move i965 video surface state and binding table to BOs.
      Emit proper relocations to pixmaps in BOs in i965 video.
      Remove the extra memory allocation for 965 video state now that it's all in BOs.
      uxa: Add in EnableDisableFBAccess handling like examodule.c did.
      uxa: Reject solid/copy to under-8bpp destinations.
      uxa: Correctly prepare/finishaccess of stipple in ValidateGC (and only it)
      uxa: Do a hack to use the aperture mapping instead of bo_map in sw fallbacks.
      Remove old mergedfb includes and defines, which bother spatch.
      Rely on libdrm 2.4.3 and stop checking for xf86drmMode.h.
      Add SDVO LVDS register definitions.
      Add PCI write posting to LeaveVT path when we're about to wait on write results.
      Remove logical context setup.
      Fix compile failure after 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3
      warning fix.
      Don't touch the pipestat regs for detecting FIFO underrun. The kernel owns them.
      Disable DRI2 buffer tiling on non-965, as those need fence regs for 2D blits.
      Fix pin leakage with EXA GTT-mapping shortcut, and crash with UXA on KMS.
      Always enable KMS if server's new enough, and remove option.
      Fix invarient state emits for DRI2 (do it per batch, since there's no lock).
      Re-emit i915 composite setup when the batchbuffer wraps.
      Fix libdrm version number requirement regression that got spammed in.
      Fix i915 batch_start_atomic counting.
      Protect i915 textured video against batchbuffer wrapping.
      Move 965 video setup to a separate function so we can move it around.
      Do check_aperture_space and batch_start_atomic for i965 video.
      Move i965 render state bo setup back to prepare_composite.
      Use intel_emit_reloc from video to prettify 965 render bind_bo setup.
      Move filter computation from emit_batch_header to prepare_composite.
      i965: Pull check_aperture out to a separate function and make it dtrt.
      Move i965 render transform setup from emit_composite_state to prepare_composite.
      Move i965 render vb setup to use time, and decouple state emit from it.
      Use drm_intel_bo_subdata to put render vb data in.
      Fix build with server 1.4.
      Remove 965 render wm scratch space, which was just unused.
      Move 965 render unit state to BOs.
      Move i965 render kernels to BOs.
      Move i965 render sampler state to BOs.
      Don't forget the new state bos in check_aperture.
      dri2: Use modesetting's master fd instead of opening our own non-master.
      uxa: hook up the fallback debug to the driver's fallback debug option.
      uxa: Fix failure to --amend in further changes in previous commit.
      uxa: Fix driver against fbDoCopy -> miDoCopy change in the server.
      uxa: Fix breakage from UXA_FALLBACK conversion from "do {} while (0)" construct.
      uxa: Ask for BOs ready for rendering for pixmaps.
      Don't do AdjustFrame in KMS mode.
      Fix distcheck from drmmode_display.h deletion.
      Fix up i915 composite and common solid/copy code to use check_aperture.
      Disable fb resizing for DRI1-only server so that DRI1 can initialize.
      Regard the screen pixmap as suitable for acceleration.
      uxa: Fix composite fallback debug printing of main memory versus bo info.
      Fix UXA for server 1.4.
      Only allocate pixmaps aligned for tiling when requested by DRI2 GetBuffers.
      warnings cleanup
      remove more page flipping leftovers.
      intel: Nuke shared-entity support (zaphod mode).
      Remove StolenOnly support.
      Remove configured SW cursor support.
      Remove configurable support for disabling XV.
      nuke unused define.
      Use REGION_EQUAL in place of a local implementation.
      clean up arguments to i830_allocate_framebuffer since zaphod removal.
      unused variable warning fix.
      Don't allocate the render power saving context in KMS mode.
      Document the UXA AccelMethod.
      DRI1: Update sarea (and other information) when CRTC configuration changes.
      Flip the update_dri_buffers test around to only run when DRI1 is active.

Fabio (1):
      Man page patch to clarify meaning of VideoRam option with i810/i815

Helge Bahmann (1):
      Move disable_render_standby to EnterVT instead of startup.

Henry unbongo (1):
      Add support for SDVO LVDS.

Ian Romanick (1):
      Prevent redefinitions of CARD8 and friends.  Fixes build.

Jesse Barnes (30):
      Update version to post-2.5
      Fix UXA build for distcheck
      Fix build when using kernel DRM headers
      Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
      Merge branch 'master' into xf86-video-intel-2.5-branch
      Only BO map render state if kernel mode setting is active
      Merge branch 'master' into xf86-video-intel-2.5-branch
      Add Cappuccino SlimPRO SP625F to no LVDS quirks list
      Add no TV out quirk for HP Compaq nx6110
      Merge branch 'master' into xf86-video-intel-2.5-branch
      Revert "Add no TV out quirk for HP Compaq nx6110"
      Merge branch 'master' into xf86-video-intel-2.5-branch
      Update supported hardware list
      Work around gcc uninitialized variable warnings
      Use -Werror by default
      Use VBT LFP info pointers by default
      Be more verbose about panel data in VBIOS dumper
      Merge branch 'master' into xf86-video-intel-2.5-branch
      Revert "Use -Werror by default"
      Merge branch 'master' into xf86-video-intel-2.5-branch
      Document more VBIOS functionality
      Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
      Don't modify render standby if kernel mode setting is active
      Default to FULL_ASPECT panel fitting
      Make sure DRM library paths are included
      bios_reader: make mode timing output friendlier
      Tear down batchbuffers unconditionally on LeaveVT
      Don't run in KD_TEXT mode even with KMS
      Fixup bogus VBT modes when detected
      Support tiled back/depth on 915-class hardware with DRI2.

Julien Cristau (2):
      Typo fix
      Don't unconditionally define DRI2

Keith Packard (24):
      Fix mis-merge of DRI2 changes related to pI830->directRenderingType
      Use uintptr_t instead of uint64_t to hold pointer value
      Eliminate INT10 call to get BIOS contents
      i830 nondrm batch buffer insertion was missing ADVANCE_LP_RING() call
      For non-DRM, add NOOPs after BATCH_BUFFER_START to verify completion
      XAA tiling support was mis-computing adjusted pitch (>>4 instead of >>2)
      Handle differently tiled front/back/depth/third in DRI window management
      Check for DRI module before initializing GEM mm
      Remove accidental 'return;' left at the top of I830DRIInitBuffers
      No need to check for drmCommandWriteRead; we link against libdrm
      Reduce incidence of MI_FLUSH usage.
      Use pipes, not planes for sarea geometry data
      Use long crt hotplug activation time on GM45.
      Merge commit 'origin/dri2'
      Add RandR 1.3 panning support by supporting the crtc set_origin function
      Dump out fence registers by default, add fence end registers as well
      Make i830_allocate_memory take tiling parameters.
      Resize framebuffer on screen size change (requires UXA and DRI2)
      Handle drm_bo_map failure in 965 video and composite paths.
      uxa: handle uxa_prepare_access failure
      FatalError on batchbuffer map failure
      Fix LVDS EDID to match all possible default modes
      Assign rotation memory dri_bo to rotation pixmap.
      Revert "Limit CRT DAC speed better."

Kristian Høgsberg (24):
      Add DRI2 support.
      Fix broken test for DRI1 in DRI2 conversion.
      Merge commit 'origin/master' into HEAD
      Update to DRI2 changes.
      Merge commit 'origin/master' into dri2
      Fix KMS compilation.
      Simplify crtc preinit a bit.
      Make sure DRI/DRI2 can initialize properly with KMS.
      Quiet some KMS warnings.
      Implement front buffer resize for KMS.
      Fix last-minute "cleanup" that broke the patch.
      Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.
      Fix front buffer memset() for non-KMS case.
      KMS: Hook up crtc::gamma_set.
      Make Xv used a buffer object instead of i830_memory.
      Dont allocate overlay registers in KMS mode.
      Fix i915 textured video to work with the i830_memory -> bo change.
      Access the Xv buffer through the GTT for the non-KMS case.
      KMS: Hook up rotated shadow buffers.
      Use stat() and the dev_t to find the drm device filename.
      KMS: Fix bug that prevented EDID data from getting propagated.
      Update kms to work with drmModeModeInfo API update.
      Remove a handful of unused variable warnings.
      Use drmSetMaster() and drmDropMaster() in enter/leave VT

Kshitij Kulshreshtha (1):
      Support sysfs backlight control for Sony laptops in xf86-video-intel

Lukas Hejtmanek (2):
      Fix driver build against server master.
      Fix serious memory leak at Enter/LeaveVT

Lukáš Hejtmánek (1):
      Fix another VT switch leak

Ma Ling (5):
      enable Intel G35 SDVO HDMI audio output
      SDVO: reset pixel repeat in avi frame
      set continuous-frequency flag in get modes function
      Disable VGA plane reliably
      Don't disable vga centering bit.

Maxim Levitsky (1):
      Add an option to make the overlay be the first XV adaptor.

Olivier Fourdan (1):
      Fix ordering of VGA vs. plane disable

Owain G. Ainsworth (4):
      use ifdef __linux__ where needed.
      Fix ioctl type.
      Remove triple-buffering support
      Remove the pageflipping infrastructure.

Paulo Cesar Pereira de Andrade (2):
      Export libIntelXvMC and libI80XvMC symbols.
      Include <X11/Xfuncproto.h> prior to including "edid.h" from the sdk.

Peter Alfredsen (1):
      xvmc: fix up needed libs

Pierre Willenbrock (1):
      closedir only after finishing use of any results from readdir

Robert Lowery (1):
      TV: add support to set TV margins in xorg.conf

Robert Noland (3):
      Check for drm before calling modeset ioctl.
      Fix typo in last commit
      Fix drmOpen for non-linux 965 XvMC

Shaohua Li (1):
      Intel video driver patch

Shuang He (1):
      Fix a typo in G965 texture video code

Stefan Dirsch (1):
      Pipe A force quirk for Toshiba Satellite A30.

Vincent Mussard (1):
      quirk for AOpen MP45

Wu Fengguang (3):
      introduce i830_hdmi_priv.has_hdmi_sink
      enable Intel G45 integrated HDMI audio output
      refresh batch_bo reference after intel_batch_flush()

Xiang, Haihao (7):
      Put back check for pI830->hw_status in setting hws in non-GEM mode.
      Move bufmgr init earlier so it's available at I830DRIDoMappings time.
      Put back check for pI830->hw_status in setting hws in non-GEM mode.
      Move bufmgr init earlier so it's available at I830DRIDoMappings time.
      XvMC: fix broken xvmc on 965
      Xv: free tearing on textured video
      typo in intel.man

Zhenyu Wang (69):
      Destroy bufmgr after allocation finish
      Fix X exit crash in NoAccel
      Disable render standby
      Add support for G41 chipset
      Check display stride limit when allocate front buffer
      Fix output detection for DVI-I
      Bug #16515: Fix VT switch with DVI on G45
      Do force CRT detect sequence twice on 4 series chipset
      Render register clock gating disable fix on 4 series chipset
      Bug #16631: add option for SDVO force detect
      Put forware VBIOS data parsing
      Remove Lenovo T61 TV quirk
      Bug #17892: Fix possible crash in CRT probe
      Make GTT dumper work on other 9XX chips
      Don't handle irq in GEM mode
      Make IS_GM45 into IS_G4X define
      SDVO: fix wrong order of sdvo version's major/minor
      SDVO: add HDMI audio encrypt change bit for GetInterruptEventSource command
      SDVO: fix sdvo tv format and sdtv resolution request/reply definition
      SDVO: add GetScaledHDTVResolutionSupport command
      SDVO: add command for set monitor power state
      SDVO: fix more command definition errors
      TV: white space cleanup
      TV: fix default contrast and saturation modifier
      TV: save serveral TV_CTL register fields in mode set
      TV: fix timing parameters for PAL, 480p, 1080i
      TV: subcarrier fix for NTSC and PAL
      quirk LVDS on Asus Eee box
      TV: fix contrast and saturation for 915/945G
      Disable XvMC on DRI2 for now
      Fix maxium backlight level restored issue
      Change master version to 2.6.99.1
      Fix TV compiling warning
      Fix DRI2 compiling warning
      Remove Cappuccino SlimPRO SP625F 855GM LVDS quirk
      Try to add LVDS detect support
      bug #17395: Quirk CRT for Sony VGC-LT71DB
      Try to always probe SDVOC on 965G/965GM
      Let lid status be unknown if no acpi lid object found
      Fix directRenderingType check
      Don't warn on ring enabled in GEM
      Revert " [965 xvmc] update dual prime g4b files"
      Bug #19239: Add a quirk for broken ACPI lid state
      Don't count vertex buffer in second aperture size check
      Bug #18004: Add Aopen 915GM LVDS quirk
      UXA: Fallback to dri_bo_map() if pin failed
      TV quirk for HP Compaq nx6310
      SDVO: Fix for HDMI encode and audio setup (try 5)
      SDVO: check EDID info for DVI-I
      SDVO: fix error in modeline and DTD convert
      SDVO: fix usage for SET_TV_FORMAT and GET_SDTV_RESOLUTION_SUPPORT command
      SDVO: fix CREATE_PREFERRED_INPUT_TIMING command
      SDVO: Fix TV support
      SDVO: Switch control bus only before DDC access
      SDVO: remove ForceSDVODetect option
      Fix SDVO/HDMI detect
      Safely init SDVO found variable
      Fix SDVO mulitiplier setting for 945G
      bios_reader: parse driver feature BDB
      Update LVDS config bits definition in driver feature block
      Use LVDS config in Driver feature BDB for integrated LVDS check
      Update driver feature block definition for missed fields
      Skip LVDS config parsing on pre-9xx chips.
      TV: sort input mode lines
      TV: update output and crtc modes when TV format change (try 3)
      TV: add option to set TV connector type
      TV: add property control for TV attributes
      SDVO: only check digital monitor when EDID exists
      SDVO: handle multifunction encoder (try 2)

Zou Nan hai (17):
      965 xvmc, current only frame based DCT_type support
      [965-xvmc] some fixes for earlier 965 chips
      Fix from He Shuang(shuang.he at intel.com),
      [965-xvmc] support field prediction and dct type, optimize in GPU
      [965-xvmc] add missing g4a file
      [965-xvmc] half-pixel bug fix
      [965-xvmc] some shader optimize
      [965-xvmc] There is some issue with uv half pixel, remove it till fix
      [965-xvmc] optimize, pack some payload
      [965-xvmc] IGD support
      [965-xvmc] 965q indirect media data workaround
      Merge branch '965-xvmc'
      [965-xvmc] fix dual prime kernel, flush issue on G4x
      Update binary versions of the dual-prime kernels
      [965 xvmc] update dual prime g4b files
      wait vblank before render to fix tearing
      [965-xvmc] remove the vblank wait code, drm not support mutlple client

root (1):
      [i965-xvmc] bypass copy when put image with xvmc

---
 Makefile.am                         |    1 
 configure.ac                        |   38 
 man/intel.man                       |  172 +-
 src/Makefile.am                     |   13 
 src/bios_reader/Makefile.am         |    3 
 src/bios_reader/bios_reader.c       |  325 +++-
 src/brw_defines.h                   |    3 
 src/brw_structs.h                   |   22 
 src/common.h                        |   54 
 src/drmmode_display.c               |  348 ++--
 src/drmmode_display.h               |   73 
 src/i810.h                          |    3 
 src/i810_driver.c                   |   89 -
 src/i810_reg.h                      |   46 
 src/i830.h                          |  220 +-
 src/i830_accel.c                    |   42 
 src/i830_batchbuffer.c              |  169 +-
 src/i830_batchbuffer.h              |   34 
 src/i830_bios.c                     |   97 -
 src/i830_bios.h                     |  217 ++
 src/i830_common.h                   |   16 
 src/i830_crt.c                      |  139 +
 src/i830_debug.c                    |  147 +
 src/i830_display.c                  |  314 +++
 src/i830_display.h                  |    1 
 src/i830_dri.c                      |  704 ++++----
 src/i830_driver.c                   | 1068 +++++--------
 src/i830_exa.c                      |  260 ++-
 src/i830_hdmi.c                     |   34 
 src/i830_hwmc.c                     |    8 
 src/i830_hwmc.h                     |    5 
 src/i830_lvds.c                     |  241 ++-
 src/i830_memory.c                   |  718 +++-----
 src/i830_modes.c                    |    1 
 src/i830_quirks.c                   |   55 
 src/i830_render.c                   |   45 
 src/i830_ring.h                     |   14 
 src/i830_sdvo.c                     |  445 +++--
 src/i830_sdvo_regs.h                |  195 ++
 src/i830_tv.c                       |  529 +++++-
 src/i830_video.c                    |  379 ++--
 src/i830_video.h                    |   11 
 src/i830_xaa.c                      |   85 -
 src/i915_render.c                   |  132 +
 src/i915_video.c                    |   22 
 src/i965_hwmc.c                     |  320 +++
 src/i965_hwmc.h                     |   25 
 src/i965_render.c                   | 1122 ++++++++-----
 src/i965_video.c                    | 1412 ++++++++++-------
 src/reg_dumper/.gitignore           |    1 
 src/reg_dumper/Makefile.am          |   13 
 src/reg_dumper/gtt.c                |  118 +
 src/xvmc/I810XvMC.c                 |   54 
 src/xvmc/Makefile.am                |  123 +
 src/xvmc/addidct.g4i                |  152 +
 src/xvmc/backward.g4b               | 1472 ++++++++++++++++++
 src/xvmc/block_clear.g4i            |  140 +
 src/xvmc/dual_prime.g4a             |  223 ++
 src/xvmc/dual_prime.g4b             | 2486 +++++++++++++++++++++++++++++++
 src/xvmc/dual_prime_igd.g4a         |  223 ++
 src/xvmc/dual_prime_igd.g4b         | 1142 ++++++++++++++
 src/xvmc/f_b.g4b                    | 2886 ++++++++++++++++++++++++++++++++++++
 src/xvmc/field_backward.g4a         |  124 +
 src/xvmc/field_backward.g4b         | 1341 ++++++++++++++++
 src/xvmc/field_backward_igd.g4a     |  124 +
 src/xvmc/field_backward_igd.g4b     |  669 ++++++++
 src/xvmc/field_f_b.g4a              |  223 ++
 src/xvmc/field_f_b.g4b              | 2486 +++++++++++++++++++++++++++++++
 src/xvmc/field_f_b_igd.g4a          |  223 ++
 src/xvmc/field_f_b_igd.g4b          | 1142 ++++++++++++++
 src/xvmc/field_forward.g4a          |  121 +
 src/xvmc/field_forward.g4b          | 1340 ++++++++++++++++
 src/xvmc/field_forward_igd.g4a      |  121 +
 src/xvmc/field_forward_igd.g4b      |  668 ++++++++
 src/xvmc/forward.g4b                | 1471 ++++++++++++++++++
 src/xvmc/frame_backward.g4a         |   69 
 src/xvmc/frame_backward.g4b         |  716 ++++++++
 src/xvmc/frame_backward_igd.g4a     |   69 
 src/xvmc/frame_backward_igd.g4b     |  374 ++++
 src/xvmc/frame_f_b.g4a              |  131 +
 src/xvmc/frame_f_b.g4b              | 1257 +++++++++++++++
 src/xvmc/frame_f_b_igd.g4a          |  131 +
 src/xvmc/frame_f_b_igd.g4b          |  573 +++++++
 src/xvmc/frame_forward.g4a          |   65 
 src/xvmc/frame_forward.g4b          |  715 ++++++++
 src/xvmc/frame_forward_igd.g4a      |   65 
 src/xvmc/frame_forward_igd.g4b      |  373 ++++
 src/xvmc/i965_xvmc.c                |  760 +++++++++
 src/xvmc/i965_xvmc.h                |    2 
 src/xvmc/intel_batchbuffer.h        |   37 
 src/xvmc/intel_xvmc.c               |   81 -
 src/xvmc/intel_xvmc.h               |    1 
 src/xvmc/ipicture.g4a               |  166 ++
 src/xvmc/ipicture.g4b               |  125 +
 src/xvmc/motion_field_uv.g4i        |   46 
 src/xvmc/motion_field_uv_igd.g4i    |   46 
 src/xvmc/motion_field_y.g4i         |   45 
 src/xvmc/motion_field_y_igd.g4i     |   45 
 src/xvmc/motion_frame_uv.g4i        |   29 
 src/xvmc/motion_frame_uv_igd.g4i    |   29 
 src/xvmc/motion_frame_y.g4i         |   57 
 src/xvmc/motion_frame_y_igd.g4i     |   57 
 src/xvmc/null.g4a                   |   57 
 src/xvmc/null.g4b                   |   17 
 src/xvmc/read_field_x0y0_uv.g4i     |   74 
 src/xvmc/read_field_x0y0_uv_igd.g4i |   40 
 src/xvmc/read_field_x0y0_y.g4i      |   83 +
 src/xvmc/read_field_x0y0_y_igd.g4i  |   48 
 src/xvmc/read_field_x0y1_uv.g4i     |   78 
 src/xvmc/read_field_x0y1_uv_igd.g4i |   43 
 src/xvmc/read_field_x0y1_y.g4i      |   86 +
 src/xvmc/read_field_x0y1_y_igd.g4i  |   51 
 src/xvmc/read_field_x1y0_uv.g4i     |   75 
 src/xvmc/read_field_x1y0_uv_igd.g4i |   40 
 src/xvmc/read_field_x1y0_y.g4i      |   83 +
 src/xvmc/read_field_x1y0_y_igd.g4i  |   48 
 src/xvmc/read_field_x1y1_uv.g4i     |  172 ++
 src/xvmc/read_field_x1y1_uv_igd.g4i |   75 
 src/xvmc/read_field_x1y1_y.g4i      |  166 ++
 src/xvmc/read_field_x1y1_y_igd.g4i  |   78 
 src/xvmc/read_frame_x0y0_uv.g4i     |   73 
 src/xvmc/read_frame_x0y0_uv_igd.g4i |   39 
 src/xvmc/read_frame_x0y0_y.g4i      |  109 +
 src/xvmc/read_frame_x0y0_y_igd.g4i  |   50 
 src/xvmc/read_frame_x0y1_uv.g4i     |   79 
 src/xvmc/read_frame_x0y1_uv_igd.g4i |   44 
 src/xvmc/read_frame_x0y1_y.g4i      |  113 +
 src/xvmc/read_frame_x0y1_y_igd.g4i  |   54 
 src/xvmc/read_frame_x1y0_uv.g4i     |   75 
 src/xvmc/read_frame_x1y0_uv_igd.g4i |   41 
 src/xvmc/read_frame_x1y0_y.g4i      |  110 +
 src/xvmc/read_frame_x1y0_y_igd.g4i  |   51 
 src/xvmc/read_frame_x1y1_uv.g4i     |  159 +
 src/xvmc/read_frame_x1y1_uv_igd.g4i |   71 
 src/xvmc/read_frame_x1y1_y.g4i      |  264 +++
 src/xvmc/read_frame_x1y1_y_igd.g4i  |  105 +
 uxa/uxa-accel.c                     |  106 +
 uxa/uxa-glyphs.c                    |   33 
 uxa/uxa-priv.h                      |   51 
 uxa/uxa-render.c                    |   54 
 uxa/uxa-unaccel.c                   |  288 ++-
 uxa/uxa.c                           |  125 +
 uxa/uxa.h                           |    3 
 143 files changed, 34789 insertions(+), 4188 deletions(-)
---


More information about the xorg-commit mailing list