-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 5.0
-
Component/s: client-libs
The OGL pipeline is currently not very efficient when it comes to managing
texture state. For example, we set the texture filter everytime we copy a
texture to an OGL surface, even though this rarely changes for a given
texture. Likewise, we set the texture function (e.g. GL_MODULATE) everytime
we copy from a texture, render from the glyph cache, etc, even though 99%
of the time the function hasn't changed since last time.
###@###.### 2005-04-14 20:13:42 GMT
texture state. For example, we set the texture filter everytime we copy a
texture to an OGL surface, even though this rarely changes for a given
texture. Likewise, we set the texture function (e.g. GL_MODULATE) everytime
we copy from a texture, render from the glyph cache, etc, even though 99%
of the time the function hasn't changed since last time.
###@###.### 2005-04-14 20:13:42 GMT
- relates to
-
JDK-6280588 OGL: avoid enable/disable GL_TEXTURE_2D around every texturing operation
-
- Resolved
-