#7989 closed patch
OpenGL paletted/rgb texture fix
Reported by: | SF/luke_br | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Graphics |
Version: | Keywords: | ||
Cc: | Game: |
Description
This patch is intended to fix the problem of people with no paletted texture extension. The code now checks if this extension is present. If it exists then paletted textures are used. Else it fallbacks to RGB texture (a little bit slower). The new fb2opengl.h is now object oriented (C++).
Ticket imported from: #586167. Ticket imported from: patches/94.
Attachments (3)
Change History (6)
by , 22 years ago
Attachment: | sdl_gl.diff added |
---|
comment:2 by , 22 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → Graphics |
---|
Note:
See TracTickets
for help on using tickets.
OpenGL paletted/rgb texture fix