Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-30 | Oops. Don't try to use xf86RandR names, use xf86RandR12 instead.restructure-outputs | Keith Packard | |
Attempts to override functions in core server fail, so use new names instead. | |||
2006-11-30 | Rename 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-27 | Add 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-09 | Clean up warnings. | Eric Anholt | |
2006-08-09 | Merge branch 'textured-video', bringing in fixed-up i915 textured video. | Eric Anholt | |
Conflicts: src/i830_video.c | |||
2006-08-03 | Merge branch 'broadwater-video-rehash' into broadwater | Eric 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-18 | Convert i915 rotate code to the new fragment program API. | Eric Anholt | |
2006-07-18 | Convert 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-13 | fix 8bpp & 16bpp rotation modes for i8xx | Alan Hourihane | |
series chips | |||
2006-05-16 | Merge branch 'textured-video' into broadwater-video | Eric Anholt | |
Conflicts: src/i830_video.c | |||
2006-05-16 | More magic number reduction in rotation code. | Eric Anholt | |
2006-05-16 | Convert magic numbers in i915 rotation 3D state to symbolic names. | Eric Anholt | |
2006-05-12 | Remove the local, renamed copy of lnx_agp.c. The diff between lnx_agp.c and it | Eric Anholt | |
appeared to be removal of bugfixes. | |||
2006-05-12 | Revert internal shadow module changes back like master, along with RandR | Eric Anholt | |
initialization. RandR initialization retains the no-rotation setting for BW. | |||
2006-05-12 | Start fixing up the build and remove a regression from master (I think) in | Eric Anholt | |
rotation. | |||
2006-05-12 | First pass of integrating the Tungsten Graphics driver for Broadwater. This | Eric 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-22 | Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. | Kristian Høgsberg | |
2006-02-20 | Fix a rotation problem when DRI is disabled | Alan Hourihane | |
2006-01-24 | Bump version to 1.5.0.0 | Alan 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. |