Age | Commit message (Expand) | Author |
2010-12-06 | snb: Emit more invariants only once | Chris Wilson |
2010-12-05 | uxa: Prevent reading past the last byte on upload/download | Chris Wilson |
2010-12-05 | Don't use hardware acceleration on Sandybridge rev 07 hardware or earlier. | Matthias Hopf |
2010-12-05 | display: Flush any pending batches before changing modes. | Chris Wilson |
2010-12-05 | i965: Also flush the vertex buffer when restarting the array. | Chris Wilson |
2010-12-05 | i965: Check for potential vertex array overflow every time | Chris Wilson |
2010-12-03 | Wait on the current buffer to complete when running synchronously. | Chris Wilson |
2010-12-03 | i965: Amalgamate surface binding tables | Chris Wilson |
2010-12-03 | i965: Upload an entire vbo in a single pwrite, rather than per-rectangle | Chris Wilson |
2010-12-03 | i965: Use reciprocal scale factors to avoid the divide per-vertex-element | Chris Wilson |
2010-11-23 | Disable BLT for i830 and 845G | Chris Wilson |
2010-11-17 | Mark outputs as DPMSModeOn and restore backlight at mode set | Keith Packard |
2010-11-14 | uxa: Relax fencing some more for gen3 | Chris Wilson |
2010-11-09 | i915: Disable maximum state addresses | Chris Wilson |
2010-11-09 | uxa: Fix crash after allocation failure | Chris Wilson |
2010-11-05 | Update version number to 2.13.9012.13.901 | Carl Worth |
2010-11-05 | NEWS: Add release notes for 2.13.901 snapshot. | Carl Worth |
2010-11-05 | Merge commit '2.13.0' | Carl Worth |
2010-11-05 | Wait for any pending rendering before switching modes. | Chris Wilson |
2010-11-03 | Downgrade tiling allocation failure to a warning | Chris Wilson |
2010-11-03 | Fallback to shadow for Sandybridge if we don't have access to the BLT | Chris Wilson |
2010-11-02 | Remove the intermittent GEM_THROTTLE call. | Eric Anholt |
2010-11-02 | render: use headerless render target write | Xiang, Haihao |
2010-11-02 | render: acceleration for composite on Sandybridge | Xiang, Haihao |
2010-11-02 | render: fragments for composite on Sandybridge | Xiang, Haihao |
2010-11-02 | render: fix send instruction used in sampling fragments | Xiang, Haihao |
2010-11-02 | render: set the surface state base address | Xiang, Haihao |
2010-11-01 | Flush BLT batches before starting an atomic RENDER batch | Chris Wilson |
2010-11-01 | Support BLT acceleration on gen6 | Zou Nan hai |
2010-11-01 | add BLT ring support | Zou Nan hai |
2010-11-01 | Xv: don't call intel_wait_for_scanline on Sandybridge | Xiang, Haihao |
2010-11-01 | Xv: enable TextureAdaptor for Sandybridge | Xiang, Haihao |
2010-11-01 | Xv: setup pipeline for Xv on Sandybridge | Xiang, Haihao |
2010-11-01 | Xv: fragments for xv on Sandybridge. | Xiang, Haihao |
2010-11-01 | Xv: Send instruction doesn't use implied move when sampling YUV surface | Xiang, Haihao |
2010-11-01 | Xv: set the surface state base address | Xiang, Haihao |
2010-10-29 | intel: don't pass a dangling pointer to GET_PARAM | Chris Wilson |
2010-10-29 | uxa: Enable reduced fence sizes for i915 | Chris Wilson |
2010-10-22 | intel: Listen for hotplug uevents (V3) | Adam Jackson |
2010-10-18 | Fix violation of gen6 requirements for depthbuffer tiling. | Eric Anholt |
2010-10-17 | display: do not report failure for setting unrecognised properties | Chris Wilson |
2010-10-13 | Fix driverName regression for i830 from 4083197a | Chris Wilson |
2010-10-13 | Move EDID_COMPLETE_RAWDATA define to intel.h to avoid redifinition warning | Chris Wilson |
2010-10-12 | Make driver compile for 1.6 Xserver series again. Part deux. | Stefan Dirsch |
2010-10-08 | dri: Check for pixmap privates before dereferencing them | Chris Wilson |
2010-10-07 | Include a chipset generation number to clarify device specific paths. | Chris Wilson |
2010-10-06 | dri+shadow: Only tweak the acceleration of CopyRegion if using shadow. | Chris Wilson |
2010-10-06 | dri: Reattach the fake pixmap for the shadow scanout to the drawable. | Chris Wilson |
2010-10-06 | uxa: Skip a pixmap lookup if there is no driver finish access function | Chris Wilson |
2010-10-06 | uxa: Re-enable acceleration. | Chris Wilson |