ecere/gfx/drivers/OpenGL: Fixed mipmapping
authorJerome St-Louis <jerome@ecere.com>
Fri, 26 Jun 2015 23:34:38 +0000 (19:34 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 26 Jun 2015 23:34:38 +0000 (19:34 -0400)
commit200bf956d55c9b9757152aa8347fef53f71b6d6b
tree49d73c25f71022e64c73d3020a1a4fd5cefc92eb
parent83e154959f107678b5ae3af9c28aceaa85b4aecc
ecere/gfx/drivers/OpenGL: Fixed mipmapping
- Was wrongly setting MIPMAP filter on MAG_FILTER instead of MIN_FILTER
- 1x1 level was not being set
- Also setting MAX_ANISOTROPY_EXT to 16.0
ecere/src/gfx/drivers/OpenGLDisplayDriver.ec