View Issue Details

IDProjectCategoryView StatusLast Update
0000115FSSCPDirectXpublic2004-05-03 08:40
ReporterRandomTiger Assigned ToRandomTiger  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Summary0000115: Fogging doesnt work properly on Radeon 7000
DescriptionTHis card doesnt support table fog and I've not yet figured out how to get range fog working properly.
TagsNo tags attached.

Activities

Bobboau

2004-03-08 17:43

developer   ~0000393

I thought we were useing range fog

RandomTiger

2004-03-08 18:07

developer   ~0000396

We are using table fog if the card supports it,
otherwise it falls back to vertex fog making use of range fog (if supported)
But doesnt work on R7
I have a thoery that its because specular is rendering over it as a non specular render (spec doesnt work in htl on R7) but i've not had time to prove or disprove this theory.

kasperl

2004-03-08 19:45

developer   ~0000402

I have an R7, and am semi able/willing to test. What should i look for, how, and with what build?

RandomTiger

2004-03-08 20:28

developer   ~0000403

No point, you cant help without code changes being made.
Also I have an R7 now anyway, thanks for the offer though.

kasperl

2004-03-12 16:22

developer   ~0000425

is this the cause of me first seeing nothing, and then suddenly an Arcadia popping up out of the fog, without any intermediate levels?

RandomTiger

2004-03-15 00:26

developer   ~0000437

Yes

RandomTiger

2004-03-22 23:08

developer   ~0000550

I will look at this soon

RandomTiger

2004-05-03 08:40

developer   ~0000890

Fixed,

d3d_SetRenderState(D3DRS_FOGENABLE, TRUE);

wasnt getting called unless table fog was supported.
R7000 doesnt support that and uses vertex fog

Issue History

Date Modified Username Field Change
2004-02-25 18:36 RandomTiger New Issue
2004-02-25 18:38 RandomTiger Status new => assigned
2004-02-25 18:38 RandomTiger Assigned To => RandomTiger
2004-03-08 17:43 Bobboau Note Added: 0000393
2004-03-08 18:07 RandomTiger Note Added: 0000396
2004-03-08 19:45 kasperl Note Added: 0000402
2004-03-08 20:28 RandomTiger Note Added: 0000403
2004-03-12 16:22 kasperl Note Added: 0000425
2004-03-15 00:26 RandomTiger Note Added: 0000437
2004-03-22 23:08 RandomTiger Note Added: 0000550
2004-05-03 08:40 RandomTiger Status assigned => resolved
2004-05-03 08:40 RandomTiger Resolution open => fixed
2004-05-03 08:40 RandomTiger Note Added: 0000890