Age | Commit message (Collapse) | Author |
|
Shadow sampling from texture arrays is still not implemented. Everything
else should be there, though.
|
|
|
|
This allows render to depth texture (we don't support floating pt. Z buffers).
Rename MESA_FORMAT_DEPTH_COMPONENT16/32 as MESA_FORMAT_Z16/32.
Software fallback for glCopyTexImage now uses integer temporary image instead
of float, eliminates a lot of float/int conversions.
|
|
Re-org of the renderbuffer wrapper code.
|
|
|
|
- When deleting texture objects, unbind from FBOs if necessary.
- Changed driver hooks for starting/ending render to texture.
- Now properly handle case where gl[Copy]TexImage() is called after
glFramebufferTexture[123]D(). That didn't work before.
|
|
rendering to a texture has likely completed.
Fixed refcount issue in texture renderbuffer wrapper.
|
|
_BaseFormat to be consistant with gl_renderbuffer.
|
|
|
|
|
|
Main driver impacts:
- new code for creating the Mesa GLframebuffer
- new span/pixel read/write code
Some drivers not yet updated/tested.
|