Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-19 | st/dri: update dri2 drawables when viewport is changed | Ben Skeggs | |
Fixes gnome-shell on nouveau, as well as window resize with various other applications. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2010-01-19 | wgl: Check for PIPE_TEXTURE_USAGE_DISPLAY_TARGET support in exported color ↵ | José Fonseca | |
pixel formats. Since all formats we export have PFD_DRAW_TO_WINDOW flag. | |||
2010-01-19 | wgl: Don't export pure-stencil pixel formats. | José Fonseca | |
They cause DCT's conform to always fail. | |||
2010-01-18 | st/dri: Add comment for intentional fallthrough in case statement. | Vinson Lee | |
2010-01-18 | st/dri: fix optionCache memory leaks | Marcin Slusarz | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
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-18 | st/dri: Don't request a fake front if the server adds one automatically. | Thomas Hellstrom | |
We use the presence of the getBuffersWithFormat extension function to detect whether the server automatically adds a front. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-01-13 | st/dri: Make sure we always request a fake front. | Thomas Hellstrom | |
This should be the correct, but sub-optimal way to handle things on pre-1.7 servers. For servers that automatically adds a fake front we should never request the fake front and handle the reply differently. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
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-11 | Revert "st/dri: no need to request fake front buffer, only handle it being ↵ | Thomas Hellstrom | |
returned" This reverts commit 1336989ec60fff7bd590fefd28945a0e5dc536e3. The commit breaks frontbuffer rendering and the possibility to do on-demand frontbuffer requests on all Xservers prior to 1.7. The commit should be conditioned on a dri2 version check. I've submitted a patch to Xserver to bump dri2 minor, and it's acked by Ian. To be able to check the version from within the state tracker, we will probably need another dri2 extension function that returns the server version. The protocol has support for it. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
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-28 | st/egl: Move declaration before code. | Vinson Lee | |
2009-12-27 | st/xorg: Silence unused variable warnings. | Vinson Lee | |
2009-12-27 | st/vega: Silence compiler warnings. | Vinson Lee | |
2009-12-27 | gallium/xlib: Silence unused variable warning. | 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-23 | st/vega: Move declaration outside for loop. | Vinson Lee | |
2009-12-23 | st/egl: 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-12-06 | st/egl: Fix memory leak in egl_tracker.c. | Vinson Lee | |
(cherry picked from commit 052b127842af3372fd768eae8e29b240a696a12a) | |||
2009-11-18 | xorg/st: fixup builds against later dpms headers. | Brian Paul | |
(cherry picked from master, commit e9d6ab72be065becf7a077c33919d37faa8db92e) | |||
2009-10-07 | gallium/xlib: call XQueryExtension() in glXQueryExtension() | Brian Paul | |
See bug 24321. | |||
2009-10-07 | gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320 | Brian Paul | |
2009-10-07 | gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension() | Brian Paul | |
A little better than leaving the values undefined, I think. See bug 24321. | |||
2009-10-02 | gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual() | Brian Paul | |
The parameter is a bitmask. | |||
2009-10-02 | gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config() | Brian Paul | |
This reverts part of commit a6b84aef4ad3a7bac40704146a98977c62bfb6e8 | |||
2009-09-29 | gallium/xlib: fix GLX_RENDER_TYPE query | Brian Paul | |
Return GLX_RGBA_TYPE or GLX_COLOR_INDEX_TYPE. | |||
2009-09-04 | gallium/xlib: minor clean-ups | Brian Paul | |
2009-09-03 | gallium/xlib: silence unitialized var warning | Brian Paul | |
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 | |