Summary: | Add missing range- and pbo-bound checks on glTexture[Sub]Image[123]D* | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Sven Gothel <sgothel> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sgothel |
Priority: | --- | ||
Version: | 2.3.2 | ||
Hardware: | All | ||
OS: | all | ||
Type: | DEFECT | SCM Refs: |
dad07ad7f7e54c593e58fe3a7ace41bfe4f39b05
|
Workaround: | --- |
Description
Sven Gothel
2015-09-28 04:27:35 CEST
.. also for the named texture initialization/setup functions, e.g. glTextureImage3DEXT .. commit dad07ad7f7e54c593e58fe3a7ace41bfe4f39b05: Adding missing range- and pbo-bound checks for: - glTextureImage1DEXT - glTextureImage2DEXT - glTextureImage3DEXT - glTextureSubImage1D - glTextureSubImage1DEXT - glTextureSubImage2D - glTextureSubImage2DEXT - glTextureSubImage3D - glTextureSubImage3DEXT |