xserver-multidpi/hw/xfree86/dri
Michel Dänzer 5006d08d7f DRI: Add TexOffset driver hooks.
To be used by AIGLX for GLX_EXT_texture_from_pixmap without several data copies.

The texOffsetStart hook must make sure that the given pixmap is accessible by
the GPU for texturing and return an 'offset' that can be used by the 3D
driver for that purpose.

The texOffsetFinish hook is called when the pixmap is no longer being used for
texturing.
2007-05-22 10:51:52 +02:00
..
dri.c DRI: Add TexOffset driver hooks. 2007-05-22 10:51:52 +02:00
dri.h DRI: Add TexOffset driver hooks. 2007-05-22 10:51:52 +02:00
drimodule.c dri: setup libdrm hooks as early as possible. 2006-11-18 11:29:00 +11:00
dristruct.h Changes for single-entity multi-screen DRI. 2007-04-16 17:31:40 +02:00
Makefile.am Merge branch 'randr-1.2' 2006-11-27 15:43:15 -08:00
sarea.h Changes for single-entity multi-screen DRI. 2007-04-16 17:31:40 +02:00
xf86dri.c Convert callers of SecurityLookupDrawable() to dixLookupDrawable(). 2006-12-15 16:51:58 -05:00