Lines Matching +full:vmware +full:- +full:rules
2 * Mesa 3-D graphics library
4 * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
5 * Copyright (c) 2008 VMware, Inc.
53 * --------------------------- -------------------- ---------
169 * "suitable for general-purpose usage." All texture compression extensions
181 * corresponding to formats suitable for general-purpose usage.
185 * Compressed textures with just red or red-green components are
186 * not general-purpose so should not be returned by these queries
204 * GL_COMPRESSED_TEXTURE_FORMATS are "suitable for general-purpose
205 * usage." The non-linear distribution of red, green, and
207 * general-purpose."
218 * corresponding to formats suitable for general-purpose usage.
227 * for general-purpose usage" means. Historically that seems to mean
235 * Adding luminance and luminance-alpha texture formats (and
236 * certainly signed versions of luminance and luminance-alpha
239 * unlikely to expect non-RGB or non-RGBA formats to be advertised
250 * formats added by this extension are luminance-alpha formats, it is
251 * reasonable to expect them to follow the same rules as
277 ctx->Extensions.TDFX_texture_compression_FXT1) { in _mesa_get_compressed_formats()
282 if (ctx->Extensions.EXT_texture_compression_s3tc) { in _mesa_get_compressed_formats()
294 * calls this "suitable for general-purpose usage." As noted in _mesa_get_compressed_formats()
329 && ctx->Extensions.OES_compressed_ETC1_RGB8_texture) { in _mesa_get_compressed_formats()
391 * will be limited to pre-compressed textures only. Where on-device in _mesa_get_compressed_formats()
392 * compression is required, a domain-specific limited compressor in _mesa_get_compressed_formats()
406 ctx->Extensions.KHR_texture_compression_astc_ldr) { in _mesa_get_compressed_formats()
438 ctx->Extensions.OES_texture_compression_astc) { in _mesa_get_compressed_formats()
683 * For non-compressed textures, we always return the user-specified
875 * Return a texel-fetch function for the given format, or NULL if