Solaris 7 3/99 Online Release Notes (SUNWrdm)

Graphics Bugs

A User's Multi-Threaded Application Hangs (4076297)

A user's multi-threaded applications can hang when such the application causes an _XRead to be issued from Xlib.

Workaround: You can either:

or

XIL

Operation Is Not Implemented (1245393)

The photo CD I/O device does not support an xil_get_pixel operation.

Workaround: If you need to obtain the value for a particular pixel of a photo CD image, copy the photo CD image to a memory image and then call xil_get_pixel on the memory image.

stdimage Freezes In Limited Circumstances (4155742)

The ImageViewer (sdtimage) can freeze in limited circumstances during the manipulation of an image on a screen. This problem only occurs when XIL is using the X Shared Memory (xshm) display pipeline. A thread deadlock may be the cause of the problem between XIL and xshm.

The xshm pipeline is only used when the workstation framebuffer does not have an accelerated XIL display driver available, such as the TCX and ZX framebuffers. Existing accelerated XIL drivers for cg6(GX), cg14(SX), ffb(Creator) and afb(Elite) framebuffers do not cause this problem.

Workaround: If this problem occurs, use the Image Tool (/usr/openwin/bin/imagetool) as a substitute for sdtimage.

XGL

Gcache decomp Does Edges Incorrectly For gcache_multi_simple_polygon (1167214)

When an XGL Gcache decomposes a polygon with edges, some edges are rendered incorrectly for xgl_gcache_multi_simple_polygon().

Workaround: Set the XGL_GCACHE_USE_APPL_GEOM to TRUE. Alternately, use xgl_gcache_polygon() instead of xgl_gcache_multi_simple_polygon() and turn off the XGL_GCACHE_SHOW_DECOMP_EDGES when creating the GCACHE context.

Window Size Returned by DGA Behind by One Resize Event (1183134)

With XViewTM (and possibly other tool kits) calling the application's resize_proc() before sending the resize request to the server, the window size returned by DGA is behind by one resize event.

Workaround: Calling XSync() before calling xgl_window_raster_resize() fixes the problem.