| /xsrc/external/mit/xf86-video-savage/dist/ |
| H A D | configure.ac | 55 [Disable DRI support [[default=auto]]]), 56 [DRI="$enableval"], 57 [DRI=auto]) 76 if test "$DRI" != no; then 91 AC_MSG_CHECKING([whether to include DRI support]) 92 if test x$DRI = xauto; then 96 DRI="yes" 98 DRI="no" 101 AC_MSG_RESULT([$DRI]) 103 AM_CONDITIONAL(DRI, tes condition [all...] |
| /xsrc/external/mit/xf86-video-sis/dist/ |
| H A D | configure.ac | 56 [Disable DRI support [[default=auto]]]), 57 [DRI="$enableval"], 58 [DRI=auto]) 77 if test "$DRI" != no; then 92 AC_MSG_CHECKING([whether to include DRI support]) 93 if test x$DRI = xauto; then 97 DRI="yes" 99 DRI="no" 102 AC_MSG_RESULT([$DRI]) 104 AM_CONDITIONAL(DRI, tes condition [all...] |
| /xsrc/external/mit/xf86-video-tdfx/dist/ |
| H A D | configure.ac | 56 [Disable DRI support [[default=auto]]]), 57 [DRI="$enableval"], 58 [DRI=auto]) 78 if test "$DRI" != no; then 87 AC_MSG_CHECKING([whether to include DRI support]) 88 if test x$DRI = xauto; then 92 DRI="yes" 94 DRI="no" 97 AC_MSG_RESULT([$DRI]) 99 AM_CONDITIONAL(DRI, tes condition [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.6.rst | 13 prerequisites for DRI hardware acceleration. 36 extensions (supported in Gallium drivers, Intel DRI drivers, and 38 - GL_ARB_copy_buffer extension (supported in Gallium drivers, Intel DRI 41 Intel DRI drivers, and software drivers) 45 - GL_ARB_sync (supported in software drivers and Intel DRI drivers) 68 - i965 DRI driver fixes, including support for "unlimited" size
|
| H A D | 6.5.2.rst | 25 - New DRI memory manager system. Currently used by the i915tex driver. 26 Other DRI drivers will be updated to use the new memory manager in 42 - New Intel i965 DRI driver 68 - RGBA logicops didn't work reliably in some DRI drivers 69 - Fixed broken RGBA LogicOps in Intel DRI drivers 70 - Fixed some fragment program bugs in Intel i915 DRI driver 101 DRI drivers varies with the driver
|
| H A D | 7.4.4.rst | 12 prerequisites for DRI hardware acceleration. 41 DRI drivers varies with the driver
|
| H A D | 7.1.rst | 33 - Assorted DRI driver enhancements 38 - ATI R500 series support (Radeon X1300–X1950) in r300 DRI driver 46 - Lots of DRI driver fixes. 66 DRI drivers varies with the driver
|
| H A D | 7.3.rst | 12 prerequisites for DRI hardware acceleration. 33 - Intel DRI drivers now use GEM and DRI2 63 DRI drivers varies with the driver
|
| H A D | 7.4.2.rst | 12 prerequisites for DRI hardware acceleration. 32 - Fixed segfault when rendering to front buffer with DRI 1. 47 DRI drivers varies with the driver
|
| H A D | 7.4.3.rst | 12 prerequisites for DRI hardware acceleration. 40 - Fixed framebuffer mem leak in i945/i965 DRI drivers 52 DRI drivers varies with the driver
|
| H A D | 7.7.rst | 13 prerequisites for DRI hardware acceleration. 39 - GL_ARB_depth_clamp (supported in Intel i965 DRI and software drivers) 40 - GL_NV_depth_clamp (supported in Intel i965 DRI and software drivers)
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | Makefile.am | 45 if DRI
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | Makefile.am | 20 DRI.c \
|
| /xsrc/external/mit/xf86-video-intel-old/dist/ |
| H A D | configure.ac | 64 [Disable DRI support [[default=auto]]]), 65 [DRI="$enableval"], 66 [DRI=auto]) 116 AC_MSG_CHECKING([whether to include DRI support]) 117 if test x$DRI != xno; then 125 AC_MSG_CHECKING([whether to include DRI support]) 126 if test x$DRI = xauto; then 130 DRI="yes" 132 DRI="no" 135 AC_MSG_RESULT([$DRI]) 151 AM_CONDITIONAL(DRI, test x$DRI = xyes) condition [all...] |
| /xsrc/external/mit/xf86-video-r128/dist/ |
| H A D | configure.ac | 60 [Disable DRI support [[default=auto]]]), 61 [DRI="$enableval"], 62 [DRI=auto]) 86 if test "$DRI" != no; then 109 AC_MSG_CHECKING([whether to include DRI support]) 110 if test x$DRI = xauto; then 114 DRI="yes" 116 DRI="no" 119 AC_MSG_RESULT([$DRI]) 121 AM_CONDITIONAL(DRI, tes condition [all...] |
| /xsrc/external/mit/xf86-video-mach64/dist/ |
| H A D | configure.ac | 56 [Disable DRI support [[default=auto]]]), 57 [DRI="$enableval"], 58 [DRI=auto]) 82 if test "$DRI" != no; then 93 AC_MSG_CHECKING([whether to include DRI support]) 94 if test x$DRI = xauto; then 98 DRI="yes" 100 DRI="no" 103 AC_MSG_RESULT([$DRI]) 105 AM_CONDITIONAL(DRI, tes condition [all...] |
| /xsrc/external/mit/xf86-video-mga/dist/ |
| H A D | configure.ac | 57 [Disable DRI support [[default=auto]]]), 58 [DRI="$enableval"], 59 [DRI=auto]) 78 if test "x$DRI" != xno; then 93 AC_MSG_CHECKING([whether to include DRI support]) 94 if test "x$DRI" = xauto; then 98 DRI="yes" 100 DRI="no" 103 AC_MSG_RESULT([$DRI]) 105 AM_CONDITIONAL(DRI, tes condition [all...] |
| /xsrc/external/mit/xf86-video-openchrome/dist/ |
| H A D | configure.ac | 103 PKG_CHECK_MODULES(DRI, [libdrm >= 2.4.4 xf86driproto], 104 DRI="yes"; AC_DEFINE(HAVE_DRI, 1, [DRI is available]), 105 DRI="no") 107 AC_MSG_RESULT([$DRI]) 109 AM_CONDITIONAL(DRI, test x$DRI = xyes) condition 110 if test "$DRI" = yes; then 111 AC_DEFINE(XF86DRI,1,[Enable DRI driver support])
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | Makefile.am | 54 if DRI
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | Makefile.am | 29 if DRI
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | Makefile.am | 27 DRI.c \
|
| /xsrc/external/mit/xdriinfo/dist/ |
| H A D | README.md | 1 xdriinfo - query configuration information of X11 DRI drivers
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | lists.rst | 4 These are the primary Mesa 3D / DRI mailing lists: 7 - intended for end-users of Mesa and DRI drivers. Newbie questions 8 are OK, but please try the general OpenGL resources and Mesa/DRI 12 - for Mesa, Gallium and DRI development discussion. Not for
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | Makefile.am | 16 if DRI 58 if DRI
|
| /xsrc/external/mit/xf86-video-ati/dist/ |
| H A D | configure.ac | 68 [Disable DRI support [[default=auto]]]), 69 [DRI="$enableval"], 70 [DRI=auto]) 100 if test "$DRI" != no; then 101 PKG_CHECK_MODULES(DRI, [libdrm >= 2.2 xf86driproto]) 118 AC_MSG_CHECKING([whether to include DRI support]) 119 if test x$DRI = xauto; then 123 DRI="yes" 125 DRI="no" 128 AC_MSG_RESULT([$DRI]) 130 AM_CONDITIONAL(DRI, test x$DRI = xyes) condition [all...] |