]> Pileus Git - grits/commit
Switch to explicit GL_CLAMP_TO_EDGE
authorAndy Spencer <andy753421@gmail.com>
Thu, 16 Feb 2012 22:59:40 +0000 (22:59 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 16 Feb 2012 23:05:21 +0000 (23:05 +0000)
commit635c7663ce770cc2e1c873183b668bc341764ad4
treeba297553f38e9d436857df11aa5c8df46415f9e4
parentc0b5dcba0863a08d985b5b080ef3191b1c928b04
Switch to explicit GL_CLAMP_TO_EDGE

GL_CLAMP will sample the black edge color whereas GL_CLAMP_TO_EDGE does
not. However, some graphics cards/drivers treat GL_CLAMP like
GL_CLAMP_TO_EDGE. This forces the desired behavior.
src/plugins/elev.c
src/plugins/map.c
src/plugins/sat.c