Displaying 6 results from an estimated 6 matches for "ext_texture_from_pixmap".
2006 Apr 09
2
EXT_texture_from_pixmap update
Patch for mesa with a set of updates for EXT_tfp. Includes necessary
FBConfig support, adds attrib_list to BindTexImage and fixes
CreateDrawable so that glXCreatePixmap works.
Xgl and compiz requires this patch.
Can I commit this to head?
-David
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mesa-tfp-update-1.patch
Type: text/x-patch
Size: 8154 bytes
Desc:
2007 Feb 02
0
0.3.7 packages for openSUSE - hopefully working out-of-the-box with AIGLX now
...glrx, ...
Especially Xgl is the only possibility for ATI proprietary driver users.
Tested on Xgl, still works, AIGLX hasn't been verified yet, but the
source changed only for the Xgl path.
Basically, the loads a different library for indirect rendering if the
native libGL doesn't support EXT_texture_from_pixmap correctly / doesn't
have the correct GLX version.
The packages keeps building with a statically linked Mesa for older
trees, so this is only in effect on the Factory and 10.2-Xorg7.2 trees.
The packages probably need some time until they are built. Version is
0.3.7.
Happy testing :)
Matthi...
2016 Oct 28
0
[ANNOUNCE] xorg-server 1.18.99.902
...partial update issues on secondary GPU outputs
modesetting: Fix reverse prime update lagging on secondary GPU outputs
xf86RandR12: Move calculating of shift inside init_one_component
xf86RandR12: Fix XF86VidModeSetGamma triggering a BadImplementation error
glx: Always enable EXT_texture_from_pixmap for DRI swrast glx
Xext: Fix a memory leak
XF86VidMode: Fix free() on walked pointer
xfree86: Xorg.wrap: Do not require root rights for cards with 0 outputs
Jeremy Huddleston Sequoia (7):
dix: Make InitCoreDevices() failures more verbose.
dix: Silence TSan warnings wh...
2006 Apr 01
3
window decorations explained and how to move forward
...ly that it's not very often that the decorator will have to
communicate with the decoration plugin. You can test this by suspending
the decorator process and see that window decorations keep looking OK
while you continue to use compiz. The decoration plugin binds these
pixmaps to textures using EXT_texture_from_pixmap, uses the coordinates
it got from the decorator as texture coordinates and draws these
decorations around windows very efficiently. The decoration plugin
listens for damage events on these pixmaps and makes sure screen regions
are updated as necessary, just like compiz listens to damage events to
r...
2016 Sep 16
0
[ANNOUNCE] xorg-server 1.18.99.2
...real thing
xfree86: Finish removing font modules
vfb: Re-add LD_EXPORT_SYMBOLS_FLAG to LDFLAGS
os: Treat ssh as a non-local client (v4)
glx: Remove default server glx extension string
glx: Remove server-side mention of GLX_MESA_swap_control
glx: Don't enable EXT_texture_from_pixmap unconditionally
xquartz/glx: Error out for MakeContextCurrent(draw != read)
xwin/glx: Enable GLX_SGI_make_current_read unconditionally (v2)
glx: Enable GLX_SGI_make_current_read in the core
glx: Use __glXInitExtensionEnableBits in all backends (v2)
xwin/glx: Drop GLWIN...
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...Remove extension aliases
xfree86: Remove unused xf86EnableVTSwitch
xfree86: Move DRICreatePCIBusID to the PCI code
dmx: Silence an unused-result warning
dmx: Remove some not-very-interesting debug prints
glx: Remove __glXReply
glx: Remove some indirection around EXT_texture_from_pixmap
glx/dri2: Don't chirp when falling back to software
glx/drisw: Remove unused glx_enable_bits
glx/drisw: Use scratch GCs for swrastPutImage
xfree86: Move DRICreatePCIBusID to xf86Pci.h
automake: Add hw/xfree86/xkb/meson.build to EXTRA_DIST
wayland: Sync drm.xm...