Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-21 | st/xorg: Remove unnecessary headers. | Vinson Lee | |
2010-01-20 | st/xorg: Fic bug and close drm_api at proper place | Jakob Bornecrantz | |
2010-01-19 | st/xorg: Don't leak BusID buffer | Jakob Bornecrantz | |
2010-01-19 | st/xorg: Pass kernel driver name to drmOpen | Jakob Bornecrantz | |
2010-01-15 | st/xorg: If dri2 version is 2 support version 1 as well | Jakob Bornecrantz | |
Thanks to X server commit 2e2c5b216cc1c7a9bc26bd2c68226aaed5fc52ca it is possible to be ABI compatible in version 2 with version 1 of the DRI2 interface. | |||
2010-01-15 | st/xorg: Set enforce version to 1 if not defined | Jakob Bornecrantz | |
2010-01-11 | st/xorg: move exaMoveInPixmap before trying to fetch it | Zack Rusin | |
as Michel suggested, this is a cleaner way of fixing crashes caused by exaGetPixmapDriverPrivate returning null since the data hasn't been moved yet. | |||
2010-01-11 | st/xorg: fix a rare video crash | Zack Rusin | |
sometimes dst isn't present if a window is in a middle of a resize, stop crashing in those cases and just ignore a frame. | |||
2010-01-04 | st/xorg: Proper calculation of screen pitch. | Michel Dänzer | |
2010-01-02 | st/xorg: Ensure null-terminated byte string. | Vinson Lee | |
2009-12-29 | st/xorg: Use C-style comments. | Vinson Lee | |
2009-12-30 | st/xorg: Fix warning and add a TODO comment | Jakob Bornecrantz | |
2009-12-30 | st/xorg: On close wait on fences and then destroy the screen | Jakob Bornecrantz | |
2009-12-30 | st/xorg: Be proper with pipe pointers on close in exa | Jakob Bornecrantz | |
2009-12-30 | st/xorg: Make sure we don't overrun the fence array in block handler | Jakob Bornecrantz | |
2009-12-27 | st/xorg: Silence unused variable warnings. | Vinson Lee | |
2009-12-27 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
Conflicts: src/gallium/auxiliary/util/u_network.c src/gallium/auxiliary/util/u_network.h src/gallium/drivers/i915/i915_state.c src/gallium/drivers/trace/tr_rbug.c src/gallium/state_trackers/vega/bezier.c src/gallium/state_trackers/vega/vg_context.c src/gallium/state_trackers/xorg/xorg_crtc.c src/gallium/state_trackers/xorg/xorg_driver.c src/gallium/winsys/xlib/xlib_brw_context.c src/mesa/main/mtypes.h | |||
2009-12-23 | st/xorg: Use C-style comments. | Vinson Lee | |
2009-12-08 | st/xorg Fail early if we don't intend to accelerate. | Thomas Hellstrom | |
Saves a number of unneeded computations and log noise. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2009-11-18 | xorg/st: fixup builds against later dpms headers. | Brian Paul | |
(cherry picked from master, commit e9d6ab72be065becf7a077c33919d37faa8db92e) | |||
2009-09-03 | st/xorg: add linear and radial gradient acceleration | Zack Rusin | |
2009-09-03 | st/xorg: radial gradient shader | Zack Rusin | |
2009-09-03 | st/xorg: linear gradient shader | Zack Rusin | |
2009-09-03 | st/xorg: cleanup and adjust to the changes in the ureg code | Zack Rusin | |
2009-09-03 | st/xorg: adjust enums in preperation for gradients | Zack Rusin | |
2009-09-02 | st/xorg: fix warnings | Zack Rusin | |
2009-09-02 | st/xorg: handle xrender repeat modes | Zack Rusin | |
2009-09-02 | st/xorg: flip the coordinate system | Zack Rusin | |
2009-09-02 | st/xorg: handle solid fills in the fragment shader | Zack Rusin | |
2009-09-02 | st/xorg: Guard against realy old versions of Xorg | Jakob Bornecrantz | |
2009-09-02 | st/xorg: Remove code no longer support by xserver Git master. | Michel Dänzer | |
Shouldn't be necessary with older versions either. | |||
2009-09-02 | st/xorg: Add support for xserver Git master DRI2 interface. | Michel Dänzer | |
Reorganize to handle both interfaces with common code. | |||
2009-09-02 | st/xorg: Add EXA UploadToScreen and DownloadFromScreen hooks. | Michel Dänzer | |
2009-09-01 | st/xorg: getting indexes right tends to be helpful | Zack Rusin | |
2009-09-01 | st/xorg: redo the vertex shader | Zack Rusin | |
2009-09-01 | st/xorg: setup solid fills | Zack Rusin | |
2009-09-01 | st/xorg: fold back the helper function into core | Zack Rusin | |
2009-09-01 | st/xorg: start rendering and compositing pictures | Zack Rusin | |
2009-09-01 | st/xorg: Fix crash in MPH | Jakob Bornecrantz | |
2009-08-31 | st/xorg: add code to render textured quads for composite acceleration | Zack Rusin | |
2009-08-31 | st/xorg: setup constant buffers for vertex and fragment shaders | Zack Rusin | |
2009-08-31 | st/xorg: Re-organize the EXA ModifyPixmapHeader hook a bit. | Michel Dänzer | |
This should also handle the case where the pixmap is backed by a (different) texture before and afterwards. | |||
2009-08-31 | st/xorg: Simplify EXA ModifyPixmapHeader hook for pPixmap != NULL. | Michel Dänzer | |
Just let the upper layers handle it. | |||
2009-08-31 | st/xorg: Don't always fall back for solid fills. | Michel Dänzer | |
2009-08-28 | st/xorg: disable composite accelration for now | Zack Rusin | |
2009-08-28 | st/xorg: bind samplers before composition | Zack Rusin | |
2009-08-28 | st/xorg: normalize coords for the src operands in the vertex shader | Zack Rusin | |
2009-08-28 | st/xorg: If migrating from a sw pixmap to a hw pixmap upload old contents | Jakob Bornecrantz | |
2009-08-28 | st/xorg: Null devPrivate.ptr when unmapping | Jakob Bornecrantz | |
2009-08-28 | st/xorg: Fix scons build. | Michel Dänzer | |