summaryrefslogtreecommitdiffstats
path: root/m4/.gitignore
diff options
context:
space:
mode:
authorAnuj Phogat <[email protected]>2013-08-05 14:27:47 -0700
committerAnuj Phogat <[email protected]>2013-08-16 09:46:15 -0700
commitd944a6144f6ee6a0b24126ce72de280db90038c9 (patch)
tree63d09da7ca7ebeb0b26d81a1bc0112fa08e7db06 /m4/.gitignore
parenta2061eea0f89b44c816e6c7570b983e8cfda41cd (diff)
meta: Fix blitting a framebuffer with renderbuffer attachment
This patch fixes a case of framebuffer blitting with renderbuffer as color attachment and GL_LINEAR filter. Meta implementation of glBlitFrambuffer() converts source color buffer to a texture and uses it to do the scaled blitting in to destination buffer. Using the exact source rectangle to create the texture does incorrect linear filtering along the edges. This patch makes the changes to extend the texture edges by one pixel in x, y directions. This ensures correct linear filtering. It fixes failing piglit fbo-attachments-blit-scaled-linear test. Signed-off-by: Anuj Phogat <[email protected]> CC: "9.2" <[email protected]> CC: "9.1" <[email protected]> Reviewed-by: Paul Berry <[email protected]>
Diffstat (limited to 'm4/.gitignore')
0 files changed, 0 insertions, 0 deletions