Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-06 | Document and use 'legacy' border color mode | Carl Worth | |
It's very convenient that the hardware supports this non-default mode since it's exactly what is specified by the Render extension. This provides a more efficient means of fixing bug #16820: [EXA] Composition result in black for areas outside of source-surface bo https://bugs.freedesktop.org/show_bug.cgi?id=16820 without the software fallback we had in the earlier fix, (commit 76c9ece36e6400fd10f364ee330faea470e2da64 ). | |||
2008-10-06 | Rename default_color to border_color | Carl Worth | |
This is consistent with the documentation, (and just plain makes more sense). | |||
2008-03-11 | Merge branch 'master' into xvmc | Zhenyu Wang | |
Conflicts: man/intel.man src/i830_driver.c | |||
2008-01-09 | Update PIPELINE_SELECT instruction and surface state format for new chipset | Zhenyu Wang | |
2007-09-19 | Add media state definition on i965 | Zhenyu Wang | |
This adds VFE state and interface descriptor struct define. | |||
2007-01-06 | Numerous symbol scope issues. | Keith Packard | |
I830EntityIndex is shared between 810 and newer driver. Move most EXA rendering state into I830 structure. Declare shared variables in shared header files rather than .c. | |||
2006-08-22 | fix typo | Alan Hourihane | |
2006-08-21 | remove GL* usage | Alan Hourihane | |
2006-08-21 | Fix bug #7930, i810 doesn't compile without DRI | Alan Hourihane | |
(Samuel Thibault) | |||
2006-05-28 | dump out piles of debug. Create VS thread just to see how it works | Keith his master's voice Packard | |
2006-05-27 | Push all of the obvious Mesa state setting into the video code | Keith his master's voice Packard | |
2006-05-18 | Start laying out some of the bits that need to be done for BW textured video. | Eric Anholt | |
Headers taken from TG code drop. |