Age | Commit message (Collapse) | Author |
|
and GLframebuffer structs instead of pointers
|
|
|
|
for 16-bit color channels, using the OSMesa driver.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
texture image in the base internal format between user->Mesa format
conversion. See comments in texstore.c
|
|
|
|
|
|
from the VB.
|
|
|
|
|
|
|
|
|
|
the other import functions
|
|
|
|
|
|
|
|
problem in some DRI drivers (see comments)
|
|
and doesn't do what one might expect for negative values.
Reimplemented FRAC in terms of floor() to fix glitches seen in tests/texwrap.c.
Minor fix for problem with GL_CLAMP_TO_BORDER_ARB with GL_NEAREST sampling.
|
|
various texture API functions to restore state. Before, the device
drivers weren't getting notified of important texture state changes.
|
|
|
|
Niederkrueger)
|
|
|
|
|
|
|
|
|
|
fix typo.
|
|
_mesa_base_texture_format()
|
|
|
|
|
|
1. Added ctx->Driver.ChooseTextureFormat() function. Examines user's
internalFormat, format, type params and returns a gl_texture_format.
2. _mesa_store_teximage[123]d() calls ctx->Driver.ChooseTextureFormat(),
allocates storage and transfers the image into the desired format.
3. _mesa_transfer_teximage() now takes a gl_texture_format to describe
the destination format. Any combination of input format/type and
output gl_texture_format is accepted. Uses optimized _mesa_convert_-
texsubimage[123]d() functions when possible.
3. DRI driver's TexImage[123]D functions should be a lot simpler now.
|
|
|
|
Modified Files:
Mesa/src/descrip.mms
Removed glapinoop
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
clear_32bit_ximage()
|
|
pointer
|