View Issue Details

IDProjectCategoryView StatusLast Update
0003733Spring engineGfx driver issuespublic2013-04-30 15:34
Reporterabma Assigned Toabma  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Target Version95.0 
Summary0003733: advmodelshading / advmapshading should be disabled on bad drivers
Descriptionwith this driver:

[f=0000000] GL version: 2.1.0 - Build 6.14.10.5420
[f=0000000] GL vendor: Intel
[f=0000000] GL renderer: Intel(R) G45/G43 Express Chipset
[f=0000000] GLSL version: 1.20 - Intel Build 6.14.10.5420
[f=0000000] GLEW version: 1.5.8
[f=0000000] Video RAM: unknown

i see no units / no map when advmodelshading / advmapshading is enabled
Additional Informationnot sure how to exclude bogous drivers from this feature to default enable it.

[f=0000000] Error: [CreateProgramObject] Tried to create "DecalShaderGLSL" a GLSL shader program on hardware w/o support for it!
TagsNo tags attached.
Attached Files
infolog.txt (Attachment missing)
Checked infolog.txt for Errors

Activities

abma

2013-04-22 13:15

administrator   ~0010531

enable advmap/modelshading only when haveGLSL=1 ?!

Kloot

2013-04-22 14:17

developer   ~0010532

Last edited: 2013-04-22 14:18

That would make the ARB map / model shaders redundant (which still work for most people who have haveARB=true && haveGLSL=false), so it should not be done unless the plan is to remove those completely.

Better would be to also force haveARB=false on Intel GPU's.

abma

2013-04-22 15:22

administrator   ~0010533

will test if https://github.com/spring/spring/commit/3382af037f3b6738725d0d33ea874e15b16bb77c works for me

Kloot

2013-04-27 23:00

developer   ~0010575

bump, did it?

abma

2013-04-29 14:09

administrator   ~0010585

i don't have always access to the affected machine... next time i could test is wednesday.

abma

2013-04-30 15:34

administrator   ~0010591

works, thanks!

Issue History

Date Modified Username Field Change
2013-04-22 13:11 abma New Issue
2013-04-22 13:11 abma File Added: infolog.txt
2013-04-22 13:12 abma File Deleted: infolog.txt
2013-04-22 13:12 abma File Added: infolog.txt
2013-04-22 13:15 abma Note Added: 0010531
2013-04-22 14:17 Kloot Note Added: 0010532
2013-04-22 14:18 Kloot Note Edited: 0010532
2013-04-22 15:22 abma Note Added: 0010533
2013-04-22 15:22 abma Assigned To => abma
2013-04-22 15:22 abma Status new => feedback
2013-04-27 23:00 Kloot Note Added: 0010575
2013-04-29 14:09 abma Note Added: 0010585
2013-04-29 14:09 abma Status feedback => assigned
2013-04-30 15:34 abma Note Added: 0010591
2013-04-30 15:34 abma Status assigned => resolved
2013-04-30 15:34 abma Resolution open => fixed