https://bugs.freedesktop.org/show_bug.cgi?id=32273 Ian Romanick <idr@xxxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Keywords| |NEEDINFO Component|Drivers/Gallium/r300 |glsl-compiler AssignedTo|dri-devel@xxxxxxxxxxxxxxxxx |idr@xxxxxxxxxxxxxxx |.org | CC| |chad@xxxxxxxxxxxxxxx, | |kenneth@xxxxxxxxxxxxx --- Comment #1 from Ian Romanick <idr@xxxxxxxxxxxxxxx> 2010-12-09 13:34:30 PST --- Is the shader source for this application available? Something strange is happening here. The assertion that is hit occurs while the compiler is trying to constant-fold int-to-float operations. The type of the source should be int, but it's not. Can you run this application in GDB and 'up' until GDB says it's in ir_expression::constant_expression_value. Then 'print op[0]->type->name' and 'print op[0]->type->base_type'. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel