Age | Commit message (Collapse) | Author |
|
These are copy-paste errors obviously.
|
|
|
|
|
|
|
|
Radeon GPUs can do this. R600 can even do render-to-texture.
Packing and extracting aren't implemented, but we shouldn't hit them (I think).
Tested with swrast, softpipe, and r300g.
|
|
Radeon GPUs do support GL_RGB10_A2.
|
|
|
|
As defined by GL_EXT_texture_integer.
|
|
|
|
|
|
|
|
Without the cast the returned texel colors were wrong.
Also, we don't need the "& 0xff" part anymore.
Bug found by Vinson Lee.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|