summaryrefslogtreecommitdiff
path: root/src/i830_rotate.c
AgeCommit message (Collapse)Author
2006-11-30Oops. Don't try to use xf86RandR names, use xf86RandR12 instead.restructure-outputsKeith Packard
Attempts to override functions in core server fail, so use new names instead.
2006-11-30Rename I830 randr functions to xf86 as they are becoming generic.Keith Packard
Change function names, create separate i830_randr.h header file to contain definitions.
2006-10-27Add support for the new DRM memory manager.Thomas Hellstrom
Some code are duplicated with the new libdrm. Once this code has been released with xserver, it can be removed. See the man page for new options and backwards 3D driver compatibility.
2006-08-09Clean up warnings.Eric Anholt
2006-08-09Merge branch 'textured-video', bringing in fixed-up i915 textured video.Eric Anholt
Conflicts: src/i830_video.c
2006-08-03Merge branch 'broadwater-video-rehash' into broadwaterEric Anholt
Conflicts: src/Makefile.am src/common.h src/i810_driver.c src/i810_reg.h src/i830.h src/i830_accel.c src/i830_cursor.c src/i830_dri.c src/i830_dri.h src/i830_driver.c src/i830_memory.c src/i830_rotate.c src/i830_video.c
2006-07-18Convert i915 rotate code to the new fragment program API.Eric Anholt
2006-07-18Convert magic numbers to symbolic names in i915 rotate code.Eric Anholt
This doesn't cover the fragment shader yet, which we need to make a sensible set of macros for (at least the basic bits). Reviewed by: md5
2006-06-13fix 8bpp & 16bpp rotation modes for i8xxAlan Hourihane
series chips
2006-05-16Merge branch 'textured-video' into broadwater-videoEric Anholt
Conflicts: src/i830_video.c
2006-05-16More magic number reduction in rotation code.Eric Anholt
2006-05-16Convert magic numbers in i915 rotation 3D state to symbolic names.Eric Anholt
2006-05-12Remove the local, renamed copy of lnx_agp.c. The diff between lnx_agp.c and itEric Anholt
appeared to be removal of bugfixes.
2006-05-12Revert internal shadow module changes back like master, along with RandREric Anholt
initialization. RandR initialization retains the no-rotation setting for BW.
2006-05-12Start fixing up the build and remove a regression from master (I think) inEric Anholt
rotation.
2006-05-12First pass of integrating the Tungsten Graphics driver for Broadwater. ThisEric Anholt
patch is based off of diffing from the branchpoint to the supplied code, but with many chunks containing reversions of commits removed. Won't work yet.
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg
2006-02-20Fix a rotation problem when DRI is disabledAlan Hourihane
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.