View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000715 | Ecere SDK | ecere | public | 2012-03-28 18:31 | 2013-08-30 10:38 |
| Reporter | redj | Assigned To | jerome | ||
| Priority | immediate | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Platform | Cross-Platform | OS | \o/ | OS Version | ;-) |
| Product Version | 0.44 Ryoan-ji | ||||
| Target Version | 0.44.09 | Fixed in Version | 0.44.09 | ||
| Summary | 0000715: Background / OpenGL | ||||
| Description | Background in OpenGL mode looks bad | ||||
| Tags | No tags attached. | ||||
|
|
I think this is due to: uint w = pow2i(Min(bitmap.width, 1024)), h = pow2i(Min(bitmap.height, 1024)); In OpenGLDisplayDriver/MakeDDBitmap Rather than 1024, the maximum texture size should be queried on system initialization: GLint texSize; glGetIntegerv(GL_MAX_TEXTURE_SIZE, &texSize); |
|
|
And similarly non texture of 2 support should be queried as well |
|
|
Fixed by https://github.com/ecere/ecere-sdk/commit/1d0dfa4f555c7d66747f720de8e3d655981d4610 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-03-28 18:31 | redj | New Issue | |
| 2012-03-29 07:55 | redj | Category | => Installation System |
| 2012-03-29 07:55 | redj | Project | @8@ => Ecere SDK |
| 2012-03-29 08:15 | redj | Summary | installer: Background / OpenGL => Background / OpenGL |
| 2013-04-24 04:12 | redj | Description Updated | |
| 2013-05-09 06:59 | jerome | Note Added: 0000834 | |
| 2013-08-29 01:13 | jerome | Note Added: 0001030 | |
| 2013-08-29 01:14 | jerome | Target Version | 0.44.11 125 => 0.44.09 64 |
| 2013-08-29 07:51 | jerome | Status | new => assigned |
| 2013-08-29 07:51 | jerome | Assigned To | => jerome |
| 2013-08-30 10:38 | jerome | Status | assigned => closed |
| 2013-08-30 10:38 | jerome | Note Added: 0001050 | |
| 2013-08-30 10:38 | jerome | Resolution | open => fixed |
| 2013-08-30 10:38 | jerome | Fixed in Version | => 0.44.09 64 |
| 2013-08-30 10:38 | jerome | Category | installer => ecere |
| 2013-08-30 10:47 | jerome | Note Edited: 0001050 |