summaryrefslogtreecommitdiff
path: root/src/i830_video.c
AgeCommit message (Collapse)Author
2006-05-09Video overlay gamma bounds checking must be done bytewise.Keith Packard
Also, pend bound computations to register writes to allow updates to individual values that are 'out of spec' so the client can update multiple values.
2006-04-12fix typoAlan Hourihane
2006-04-10Add a DrawablePtr argument to the XV functions to pave the way for redirectedAaron Plattner
video.
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg
2006-03-03Check the version of shadow being used and turn off rotation if it isn't thexf86-video-i810-1_5_1_0Alan Hourihane
right one. Bump the Xvideo resolution support from 1920x1080 to 1920x1088.
2006-01-24Bump version to 1.5.0.0Alan Hourihane
Add Intel 945GM support Add RandR rotation support (full 3D acceleration, HWcursor & Xvideo rotated too) Remove shadow framebuffer rotation code Add a new LinearAlloc option to allow more offscreen memory to be allocated for XVideo applications. This allows HDTV movies to be played via Xvideo.
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson
2005-07-05Fix Xvideo when operating in one line mode and video is pushed off the top ofAlan Hourihane
the screen. Also some fixes for Xvideo skew in certain resolutions.
2005-06-06missed a hunkAlan Hourihane
2005-06-06Bug #3436 <https://bugs.freedesktop.org/show_bug.cgi?id=3054>Alan Hourihane
Fix some offset, pitch and overlay scaler size problems with the video overlay. Solves various spontaneous lockups.
2005-05-31Add Intel(R) 945G supportAlan Hourihane
2005-04-20Fix includes right throughout the Xserver tree:sco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4sco_port_updateDaniel Stone
* change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; * change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; * change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
2005-03-15LFP's may exist on Pipe A in older i830's. Check that case so that Panel ID canAlan Hourihane
be obtained and Xvideo is correctly setup for panel fitting.
2005-03-01Fix an off by one error when scaling which caused occasionalAlan Hourihane
overlay color lines at the far right and bottom of the window.
2005-02-10Fix unaligned YV12 videos that caused skew when playing.Alan Hourihane
2005-02-10Fix pixmap cache corruption when Xv was in use due to a memory allocatorAlan Hourihane
calculation problem.
2005-02-08Setup the Xv atoms correctly.Alan Hourihane
2005-01-06Add:Alan Hourihane
- Intel i915GM support to 2D DDX and 3D Mesa drivers. - PanelID identification - DRI suspend/resume support - Detection of monitor changes on VT switches - Support custom video modes if available in the Video BIOS - 3D enhancements: * GL_ARB_texture_cube_map * GL_EXT_blend_equation_separate * GL_ATI_blend_equation_separate * GL_ARB_point_parameters * GL_NV_blend_square * GL_EXT_cull_vertex * GL_ARB_depth_texture * GL_SGIX_depth_texture * GL_ARB_shadow * GL_EXT_shadow_funcs * GL_3DFX_texture_compression_FXT1 By Tungsten Graphics, Keith Whitwell & Alan Hourihane.
2005-01-03Bug #1488: Fix crash on i830 during startup. (Eric Anholt)Adam Jackson
2004-12-04Encoding of numerous files changed to UTF-8xprint_packagertest_20041217_basexprint_packagertest_20041217Markus Kuhn
2004-08-26Fix i810 compilation without Xinerama (Bug #1180, Simon Schubert).XORG-6_7_99_903Kevin E Martin
2004-06-22i915 supportAlan Hourihane
Dual Head support for i830, i855, i915. ARGB cursor support (including i810) for all chipsets.
2004-06-16DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-mergeEric Anholt
2004-04-23Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich
2003-11-25XFree86 4.3.99.16xf86-4_3_99_16Kaleb Keithley
Bring the tree up to date for the Cygwin folks
2003-11-14Initial revisionXORG-STABLEKaleb Keithley