DXGL r587 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r586
|
r587
|
r588
>
Date:
19:29, 18 January 2015
Author:
admin
Status:
new
Tags:
Comment:
Don't advertise RGBA8332 texture format.
Modified paths:
/ddraw/glDirect3DDevice.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glDirect3DDevice.cpp
—
—
@@ -977,6 +977,7 @@
978
978
DDPIXELFORMAT fmt;
979
979
for(int i = 0; i < numtexformats; i++)
980
980
{
981
+ if (i == 7) continue;
981
982
if(::texformats[i].dwFlags & DDPF_ZBUFFER) continue;
982
983
if(::texformats[i].dwFlags & DDPF_PALETTEINDEXED8) continue;
983
984
memcpy(&fmt,&::texformats[i],sizeof(DDPIXELFORMAT));
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version