| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
according to a runtime test.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
GL_ARB_texture_border_clamp (temporary until SGI updates this file)
|
| |
|
| |
|
|
|
|
| |
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.
|