xf86-video-intel/src
Hong Liu 13563bd65c SDVO: Fix DDC bus selection based on output priority list. 2008-04-02 16:11:22 -07:00
..
bios_reader Remove i830+ driver's use of CARD*/INT* types for great justice. 2008-03-11 12:07:52 -07:00
ch7xxx Add stdint.h to DVO drivers 2008-03-12 12:33:36 -07:00
ch7017 Add stdint.h to DVO drivers 2008-03-12 12:33:36 -07:00
ivch Cleanse DVO drivers of CARD* types. 2008-03-11 11:27:10 -07:00
reg_dumper Add a "total" field to intel_idle output (set when any unit is busy). 2008-03-28 15:15:54 -07:00
scripts Review PLL spreadsheet and update register ranges. 2007-11-13 22:28:22 -08:00
sil164 Add stdint.h to DVO drivers 2008-03-12 12:33:36 -07:00
tfp410 Add stdint.h to DVO drivers 2008-03-12 12:33:36 -07:00
xvmc More compile warning fixes. 2008-03-26 10:11:36 +08:00
.gitignore
Makefile.am Merge branch 'xvmc' 2008-03-20 10:31:57 +08:00
brw_defines.h Add media state definition on i965 2007-09-19 13:29:31 +08:00
brw_structs.h Merge branch 'master' into xvmc 2008-03-11 14:37:41 +08:00
common.h Separate i810 and i830 ring macros out into separate files. 2008-03-12 16:12:28 -07:00
exa_sf.g4a Add license headers to 965 programs. 2007-04-12 12:34:23 -07:00
exa_sf_mask.g4a Add license headers to 965 programs. 2007-04-12 12:34:23 -07:00
exa_sf_mask_prog.h EXA: fix render issue with i965 2007-02-07 17:30:51 +08:00
exa_sf_prog.h [PATCH] Rename exa sf/wm program files 2007-01-06 14:37:30 -08:00
exa_sf_rotation.g4a Add license headers to 965 programs. 2007-04-12 12:34:23 -07:00
exa_sf_rotation_prog.h EXA: try to enable rotation for G965 2007-03-21 14:50:45 +08:00
exa_wm_maskca.g4a Add license headers to 965 programs. 2007-04-12 12:34:23 -07:00
exa_wm_maskca_prog.h EXA: mask componentAlpha support 2007-02-15 11:00:06 +08:00
exa_wm_maskca_srcalpha.g4a Add license headers to 965 programs. 2007-04-12 12:34:23 -07:00
exa_wm_maskca_srcalpha_prog.h EXA: mask componentAlpha support 2007-02-15 11:00:06 +08:00
exa_wm_masknoca.g4a Add license headers to 965 programs. 2007-04-12 12:34:23 -07:00
exa_wm_masknoca_prog.h [PATCH] fix typo in ps kernel 2007-01-06 14:37:31 -08:00
exa_wm_nomask.g4a Add license headers to 965 programs. 2007-04-12 12:34:23 -07:00
exa_wm_nomask_prog.h [PATCH] Rename exa sf/wm program files 2007-01-06 14:37:30 -08:00
exa_wm_rotation.g4a Add license headers to 965 programs. 2007-04-12 12:34:23 -07:00
exa_wm_rotation_prog.h EXA: try to enable rotation for G965 2007-03-21 14:50:45 +08:00
i2c_vid.h Move the ivch's fixed panel mode support to i830_dvo.c for other LVDS drivers. 2007-06-22 16:38:31 -07:00
i810.h Separate i810 and i830 ring macros out into separate files. 2008-03-12 16:12:28 -07:00
i810_accel.c Add some additional checks when XAA is enabled. 2007-03-07 15:49:47 +00:00
i810_common.h
i810_cursor.c Nuke more CARD* types from i810 driver. Untested. 2008-03-11 12:14:51 -07:00
i810_dga.c
i810_dri.c Replace ALLOCATE_LOCAL/DEALLOCATE_LOCAL with xalloc/xfree 2007-11-28 22:13:55 +08:00
i810_dri.h Bump to 1.7.4 2007-01-09 14:05:43 +00:00
i810_driver.c Nuke more CARD* types from i810 driver. Untested. 2008-03-11 12:14:51 -07:00
i810_hwmc.c
i810_io.c Nuke more CARD* types from i810 driver. Untested. 2008-03-11 12:14:51 -07:00
i810_memory.c Nuke more CARD* types from i810 driver. Untested. 2008-03-11 12:14:51 -07:00
i810_reg.h Initial panel fitting changes 2008-03-13 18:12:00 -07:00
i810_ring.h Separate i810 and i830 ring macros out into separate files. 2008-03-12 16:12:28 -07:00
i810_video.c Nuke more CARD* types from i810 driver. Untested. 2008-03-11 12:14:51 -07:00
i810_wmark.c Numerous symbol scope issues. 2007-01-06 18:19:34 -08:00
i830.h Transformed coord computed using floats. Don't move bilinear composite dst. 2008-03-21 03:12:36 -07:00
i830_3d.c Change OUT_RING and similar calls to OUT_BATCH for batchbuffer merge 2008-03-14 10:18:11 -07:00
i830_accel.c Change OUT_RING and similar calls to OUT_BATCH for batchbuffer merge 2008-03-14 10:18:11 -07:00
i830_bios.c Include missing stdlib.h for free() 2008-03-28 14:18:26 +01:00
i830_bios.h Add stdint.h to i830_bios.h 2008-03-12 11:14:17 -07:00
i830_common.h Rework DRI buffer mappings and sarea setup to allow for moving buffers. 2007-10-11 12:17:14 -07:00
i830_crt.c More compile warning fixes. 2008-03-26 10:11:36 +08:00
i830_cursor.c Remove i830+ driver's use of CARD*/INT* types for great justice. 2008-03-11 12:07:52 -07:00
i830_debug.c Remove i830+ driver's use of CARD*/INT* types for great justice. 2008-03-11 12:07:52 -07:00
i830_debug.h Move PrintErrorState and CheckInheritedErrors code to i830_debug.c. 2006-12-12 14:55:10 -08:00
i830_display.c Disable cursors while switching modes 2008-03-30 18:05:13 -07:00
i830_display.h Ensure pipe/output active before doing load detection. 2007-07-13 13:39:36 -07:00
i830_dri.c Fix obviously wrong verification of DRI_SUPPORTS_CLIP_NOTIFY. 2008-03-28 14:18:26 +01:00
i830_dri.h Mark DRI buffers as shareable, and pass their buffer handles through the SAREA. 2007-08-02 15:50:42 -07:00
i830_driver.c Disable DRI earlier if fb width > 2048 2008-03-28 11:41:24 +08:00
i830_dvo.c More compile warning fixes. 2008-03-26 10:11:36 +08:00
i830_exa.c Transformed coord computed using floats. Don't move bilinear composite dst. 2008-03-21 03:12:36 -07:00
i830_hwmc.c xvmc: setup driver info for XvMCGetDRInfo request 2008-01-02 14:11:31 +08:00
i830_hwmc.h xvmc: setup driver info for XvMCGetDRInfo request 2008-01-02 14:11:31 +08:00
i830_i2c.c Remove i830+ driver's use of CARD*/INT* types for great justice. 2008-03-11 12:07:52 -07:00
i830_io.c
i830_lvds.c Use combo backlight control rather than pure legacy 2008-03-28 13:23:02 -07:00
i830_memory.c Disable overlay on new mobile chipset 2008-03-28 11:29:40 +08:00
i830_modes.c Change rotation pixmap creation API to permit start-time rotation. 2007-02-16 00:57:44 -08:00
i830_quirks.c bug 15060: Dell Latitude X300 needs pipe A quirk 2008-03-18 09:24:58 +08:00
i830_reg.h Move fb compression reg definition into i810_reg.h 2007-11-15 18:33:27 +08:00
i830_render.c Transformed coord computed using floats. Don't move bilinear composite dst. 2008-03-21 03:12:36 -07:00
i830_ring.h Remove h0h0 UploadToScreen implementation that used pattern blits. 2008-03-14 10:18:10 -07:00
i830_sdvo.c SDVO: Fix DDC bus selection based on output priority list. 2008-04-02 16:11:22 -07:00
i830_sdvo.h Move output connection detection to a per-output method. 2006-10-31 14:32:00 -08:00
i830_sdvo_regs.h SDVO: Fix DDC bus selection based on output priority list. 2008-04-02 16:11:22 -07:00
i830_tv.c More compile warning fixes. 2008-03-26 10:11:36 +08:00
i830_video.c Disable overlay on new mobile chipset 2008-03-28 11:29:40 +08:00
i830_video.h Remove i830+ driver's use of CARD*/INT* types for great justice. 2008-03-11 12:07:52 -07:00
i830_xaa.c Fix obviously stray '(' in non-I830_USE_EXA case. 2008-03-28 14:18:26 +01:00
i915_3d.c Change OUT_RING and similar calls to OUT_BATCH for batchbuffer merge 2008-03-14 10:18:11 -07:00
i915_3d.h Handle projective transforms on 9xx for Composite. 2008-03-18 14:19:12 -07:00
i915_hwmc.c More compile warning fixes. 2008-03-26 10:11:36 +08:00
i915_hwmc.h xvmc: consolidate put surface interfaces 2007-12-25 08:32:47 +08:00
i915_reg.h Add defines for 9xx S3 word in 3D_STATE_LOAD_STATE_IMMEDIATE 2008-03-18 14:10:25 -07:00
i915_render.c Transformed coord computed using floats. Don't move bilinear composite dst. 2008-03-21 03:12:36 -07:00
i915_video.c Change OUT_RING and similar calls to OUT_BATCH for batchbuffer merge 2008-03-14 10:18:11 -07:00
i965_render.c Transformed coord computed using floats. Don't move bilinear composite dst. 2008-03-21 03:12:36 -07:00
i965_video.c Change OUT_RING and similar calls to OUT_BATCH for batchbuffer merge 2008-03-14 10:18:11 -07:00
local_xf86Rename.h Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures. 2007-01-15 08:05:32 +11:00
packed_yuv_sf.g4a Add license headers to 965 programs. 2007-04-12 12:34:23 -07:00
packed_yuv_wm.g4a Add license headers to 965 programs. 2007-04-12 12:34:23 -07:00
sf_prog.h Add a check for intel-gen4asm, and rules to compile {wm,sf}_prog.h using it. 2006-09-01 16:47:17 -07:00
wm_prog.h Bug 8594: Fix Xv hang with G965 2006-10-30 14:15:12 +08:00