Age | Commit message (Expand) | Author |
2006-05-18 | Check alignment require in PrepareSolid, noticed by Eric, | Wang Zhenyu |
2006-05-18 | Solid planemask in PrepareSolid/Copy might be 0xffffffff | Wang Zhenyu |
2006-05-17 | Turn off overlay video on BW until we have stable PCI IDs so we can know whether | Eric Anholt |
2006-05-17 | fixup chipid override | Dave Airlie |
2006-05-17 | Fix memorySize to enable offscreen mem manage. | Wang Zhenyu |
2006-05-16 | Merge branch 'textured-video' into broadwater-video | Eric Anholt |
2006-05-16 | Flag the 3D state as dirty when we draw textured video, which should help | Eric Anholt |
2006-05-16 | Turn debugging back off. | Eric Anholt |
2006-05-16 | Use linear min/mag blending. | Eric Anholt |
2006-05-16 | For textured video, disable double buffering and sync before uploading new video | Eric Anholt |
2006-05-16 | Relax the alignment requirements for textured video. | Eric Anholt |
2006-05-16 | Enable overlay and/or textured video at runtime according to hardware | Eric Anholt |
2006-05-16 | Correct drawing issues with planar formats when top or left != 0, and Y didn't | Eric Anholt |
2006-05-16 | Fix the planar formats to display correctly in textured mode. Still has issues | Eric Anholt |
2006-05-16 | Divide width by 2 in planar-to-packed conversion loop, since each pass through | Eric Anholt |
2006-05-16 | Merge textured-video-wip to textured-video-planar-full. | Eric Anholt |
2006-05-16 | Experimental work to use a full pixel shader for planar to YUV conversion, which | Eric Anholt |
2006-05-16 | Do a separate BEGIN/ADVANCE_LP_RING set in the planar vs packed blocks, so I | Eric Anholt |
2006-05-16 | Add a couple of macros to simplify writing of video pixel shaders. | Eric Anholt |
2006-05-16 | Commit a WIP implementation of the planar video shader that does the | Eric Anholt |
2006-05-16 | More magic number reduction in rotation code. | Eric Anholt |
2006-05-16 | Add initial textured XV support for i915, which can do YUY2 and UYVY, but fails | 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 |
2006-05-12 | Remove the code that changes our behavior based on whether a magic file exists | Eric Anholt |
2006-05-12 | Do a couple of reverts to get the DRI code building. At this point, the whole | Eric Anholt |
2006-05-12 | Remove intel_randr.c and stick with the previous code. Broadwater shouldn't be | Eric Anholt |
2006-05-12 | Make the intel_acpi.c code non-modular and make it compile. I think we'll end | Eric Anholt |
2006-05-12 | Revert internal shadow module changes back like master, along with RandR | Eric Anholt |
2006-05-12 | Start fixing up the build and remove a regression from master (I think) in | Eric Anholt |
2006-05-12 | Re-add authorship note in i830_driver.c accidentally left out of last commit. | Eric Anholt |
2006-05-12 | First pass of integrating the Tungsten Graphics driver for Broadwater. This | Eric Anholt |
2006-05-12 | add sdvo capability reading support | Dave Airlie |
2006-05-09 | Video overlay gamma bounds checking must be done bytewise. | Keith Packard |
2006-05-09 | Video overlay gamma bounds checking must be done bytewise. | Keith Packard |
2006-05-04 | Use xf86int10Addr() when calculating an address to read the video BIOS from, out | Eric Anholt |
2006-05-01 | Stop doing the BIOS memory size tweaking now that we don't ask the BIOS about | Eric Anholt |
2006-05-01 | Fix non-dri build. | Matthieu Herrb |
2006-04-29 | Save initialize EXADriverPtr, and free it in failure. | Wang Zhenyu |
2006-04-29 | I830CheckDevicesTimer() sync should be in I830_USE_XAA case. | Wang Zhenyu |
2006-04-29 | fix I830BIOSAdjustFrame() sync in I830_USE_EXA case, use exaWaitSync() helper. | Wang Zhenyu |
2006-04-28 | Update to EXA 2.0 API. | Eric Anholt |
2006-04-28 | Get it to compile. | Eric Anholt |
2006-04-28 | Commit what applied from Jesse Barnes's i830-exa-latest.patch. | Eric Anholt |
2006-04-24 | Correct some SDVO-related register definitions. | Eric Anholt |
2006-04-24 | Save/restore the output's SDVO reg. Note that we might be programming the other | Eric Anholt |
2006-04-24 | Start trying to save/restore SDVO state on VT switches. | Eric Anholt |
2006-04-24 | Clean up some argument passing, and remove extra SetTarget{In,Out}Puts that had | Eric Anholt |
2006-04-24 | Only write out as many arguments as the commands need, and fix up the numbers in | Eric Anholt |
2006-04-24 | Start trying to implement DDC over SDVO. It's slightly tricky because the | Eric Anholt |