HomeSort by relevance Sort by last modified time
    Searched full:driver (Results 176 - 200 of 4672) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/docs/
relnotes-6.5.2.html 34 <li>New DRI memory manager system. Currently used by the i915tex driver.
38 To use the new driver you'll need the most recent DRM library and drivers
39 (version 2.2 or later) and a recent xf86-video-intel driver module from X.org.
50 <li>New Intel i965 DRI driver
61 <li>Added support for ARB_occlusion_query to the tdfx driver (Ian
71 <li>glDrawPixels into a user-created framebuffer object could crash Xlib driver
76 <li>Fixed some fragment program bugs in Intel i915 DRI driver
89 <li>The device driver functions ResizeBuffers and GetBufferSize have been
100 <li>Fix linux-glide target/driver.
105 <h2>Driver Status</h2
    [all...]
thanks.html 51 target="_parent">alt.software</a> contributed the Direct3D driver.
56 <li><b>Bernhard Tschirren</b> wrote the Allegro DJGPP driver.
61 <li><b>Charlie Wallace</b> wrote the MS-DOS driver.
65 <li><b>Darren Abbott</b> provided the OS/2 driver.
68 driver. Thousands of Linux/Quake players thank David!
90 <li><b>Karl Schultz</b> has been maintaining the Windows driver.
95 <li><b>Kendall Bennett</b> wrote the SciTech MGL driver.
105 <li><b>Miklos Fazekas</b> wrote and maintains the Macintosh driver.
107 <li><b>Pascal Thibaudeau</b> wrote the NeXT driver.
113 <li><b>Stefan Zivkovic</b> wrote the Amiga driver
    [all...]
RELNOTES-3.5 25 Driver Support
28 The device driver interface in Mesa 3.5 has changed a lot since Mesa 3.4
31 Driver Status
129 Device Driver Changes / Core Mesa Changes
132 The ctx->Driver.LogicOp() function has been removed. It used to
133 be called during state update in order to determine if the driver
137 or fall back to software rendering. The Xlib driver was the only driver
138 to use this function. And since the Xlib driver no longer draws
141 The ctx->Driver.Dither() function has been removed. Drivers shoul
    [all...]
relnotes-7.4.2.html 17 glGetString(GL_VERSION) depends on the particular driver being used.
48 <li>Fixed an R300 driver texture object bad memory reference.
53 <h2>Driver Status</h2>
56 Driver Status
58 DRI drivers varies with the driver
  /external/mesa3d/src/gallium/drivers/rbug/
README 1 RBUG PIPE DRIVER
6 This directory contains a Gallium3D remote debugger pipe driver.
25 You can integrate the rbug pipe driver either inside the state tracker or the
  /external/mesa3d/src/gallium/drivers/trace/
README 1 TRACE PIPE DRIVER
6 This directory contains a Gallium3D trace debugger pipe driver.
36 You can integrate the trace pipe driver either inside the state tracker or the
  /external/mesa3d/src/mesa/main/
texturebarrier.c 42 _mesa_init_texture_barrier_functions(struct dd_function_table *driver)
44 driver->TextureBarrier = _mesa_texture_barrier;
53 ctx->Driver.TextureBarrier(ctx);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_zatm.h 1 /* atm_zatm.h - Driver-specific declarations of the ZATM driver (for use by
2 driver-specific utilities) */
pg.h 6 command driver for parallel port ATAPI devices (pg). The
7 driver is loosely modelled after the generic SCSI driver, sg,
10 The pg driver provides a simple character device interface for
26 may transfer at most PG_MAX_DATA bytes. Note that the driver must
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_zatm.h 1 /* atm_zatm.h - Driver-specific declarations of the ZATM driver (for use by
2 driver-specific utilities) */
pg.h 6 command driver for parallel port ATAPI devices (pg). The
7 driver is loosely modelled after the generic SCSI driver, sg,
10 The pg driver provides a simple character device interface for
26 may transfer at most PG_MAX_DATA bytes. Note that the driver must
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_zatm.h 1 /* atm_zatm.h - Driver-specific declarations of the ZATM driver (for use by
2 driver-specific utilities) */
pg.h 6 command driver for parallel port ATAPI devices (pg). The
7 driver is loosely modelled after the generic SCSI driver, sg,
10 The pg driver provides a simple character device interface for
26 may transfer at most PG_MAX_DATA bytes. Note that the driver must
  /external/chromium_org/v8/test/mjsunit/tools/
profile.js 146 function Driver() {
151 Inherits(Driver, ProfileTestDriver);
153 Driver.prototype.enter = function(func) {
160 Driver.superClass_.enter.call(this, func);
167 Driver.prototype.stay = function() {
170 Driver.superClass_.stay.call(this);
178 Driver.prototype.leave = function() {
179 Driver.superClass_.leave.call(this);
184 var testDriver = new Driver();
226 function Driver() {
    [all...]
  /external/v8/test/mjsunit/tools/
profile.js 146 function Driver() {
151 Inherits(Driver, ProfileTestDriver);
153 Driver.prototype.enter = function(func) {
160 Driver.superClass_.enter.call(this, func);
167 Driver.prototype.stay = function() {
170 Driver.superClass_.stay.call(this);
178 Driver.prototype.leave = function() {
179 Driver.superClass_.leave.call(this);
184 var testDriver = new Driver();
226 function Driver() {
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
RELNOTES-3.5 25 Driver Support
28 The device driver interface in Mesa 3.5 has changed a lot since Mesa 3.4
31 Driver Status
129 Device Driver Changes / Core Mesa Changes
132 The ctx->Driver.LogicOp() function has been removed. It used to
133 be called during state update in order to determine if the driver
137 or fall back to software rendering. The Xlib driver was the only driver
138 to use this function. And since the Xlib driver no longer draws
141 The ctx->Driver.Dither() function has been removed. Drivers shoul
    [all...]
relnotes-7.4.2.html 17 glGetString(GL_VERSION) depends on the particular driver being used.
48 <li>Fixed an R300 driver texture object bad memory reference.
53 <h2>Driver Status</h2>
56 Driver Status
58 DRI drivers varies with the driver
  /external/chromium_org/third_party/freetype/include/freetype/
ftcffdrv.h 5 /* FreeType API for controlling the CFF driver (specification only). */
41 * The CFF driver
44 * Controlling the CFF driver module.
47 * While FreeType's CFF driver doesn't expose API functions by itself,
52 * The CFF driver's module name is `cff'.
  /external/freetype/include/freetype/
ftcffdrv.h 5 /* FreeType API for controlling the CFF driver (specification only). */
41 * The CFF driver
44 * Controlling the CFF driver module.
47 * While FreeType's CFF driver doesn't expose API functions by itself,
52 * The CFF driver's module name is `cff'.
  /external/grub/netboot/
tulip.txt 4 This is a tulip and clone driver for Etherboot. See the revision
6 of the driver incorporates changes from Bob Edwards and Paul Mackerras
13 (7.16.99) or later of the tulip.c driver compiled in to support some
20 I've tested this driver with a SOHOware Fast 10/100 Model SDA110A,
32 On some PCI tulip clone chipsets (MX987x5, LC82C115, LC82C168) this driver
  /external/clang/include/clang/Driver/
Compilation.h 13 #include "clang/Driver/Job.h"
14 #include "clang/Driver/Util.h"
26 namespace driver { namespace in namespace:clang
27 class Driver;
32 /// Compilation - A set of tasks to perform for a single driver
35 /// The driver we were created by.
36 const Driver &TheDriver;
44 /// The driver translated arguments. Note that toolchains may perform their
73 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
78 const Driver &getDriver() const { return TheDriver;
    [all...]
  /external/libmtp/
README.windows.txt 28 2.0 LibUSB and Driver Issues for Windows
32 LibUSB-Win32 provide a solution to this problem. LibMTP takes advantage of the LibUSB-Win32 Device Driver package.
34 1. Download the latest device driver binary package (libusb-win32-device-bin-x.x.x.x.tar.gz) from http://sourceforge.net/project/showfiles.php?group_id=78138
38 5. Select your music device from the list and click Action -> Update Driver, Choose "No, not this time" if prompted to connect to microsoft.
40 7. Choose "Don't search, I will choose the driver to install
43 10. The name of your music device should appear in the prompt, click it and click "Next>" (Ignore any prompts about Driver Signing, continuing
44 installation of the selected driver).
45 11. Click finish to end the driver install process.
47 To get your old driver back:
51 3. Go to the "Driver" pane and select "Roll Back Driver".
    [all...]
  /external/wpa_supplicant_8/hostapd/
android.config 12 # Driver interface for Host AP driver
15 # Driver interface for wired authenticator
18 # Driver interface for madwifi driver
22 # Driver interface for drivers using the nl80211 kernel interface
32 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
39 # Driver interface for no driver (e.g., RADIUS server only
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldisplay.h 130 _EGLDriver *Driver; /**< Matched driver of the display */
133 /* options that affect how the driver initializes the display */
135 EGLBoolean TestOnly; /**< Driver should not set fields when true */
136 EGLBoolean UseFallback; /**< Use fallback driver (sw or less features) */
139 /* these fields are set by the driver during init */
140 void *DriverData; /**< Driver private data */
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
condrender.c 84 if (ctx->Driver.BeginConditionalRender)
85 ctx->Driver.BeginConditionalRender(ctx, q, mode);
101 if (ctx->Driver.EndConditionalRender)
102 ctx->Driver.EndConditionalRender(ctx, ctx->Query.CondRenderQuery);
117 * called via a new driver hook?
136 ctx->Driver.WaitQuery(ctx, q);
143 ctx->Driver.CheckQuery(ctx, q);

Completed in 3149 milliseconds

1 2 3 4 5 6 78 91011>>