Bug 73337 - ir_builder.h(187) : error C2226: syntax error : unexpected type 'ir_builder::operand'
Summary: ir_builder.h(187) : error C2226: syntax error : unexpected type 'ir_builder::...
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Windows (All)
: medium blocker
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2014-01-06 23:06 UTC by Vinson Lee
Modified: 2014-01-07 00:07 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2014-01-06 23:06:41 UTC
mesa: f8432832a7f3d3cc01f8bab8358069029d575ef0 (master)


  Compiling src\mesa\main\ff_fragment_shader.cpp ...
ff_fragment_shader.cpp
src\mapi\../glsl/ir_builder.h(187) : error C2226: syntax error : unexpected type 'ir_builder::operand'
src\mapi\../glsl/ir_builder.h(187) : error C2059: syntax error : ')'
src\mapi\../glsl/ir_builder.h(188) : error C2226: syntax error : unexpected type 'ir_builder::operand'
src\mapi\../glsl/ir_builder.h(188) : error C2059: syntax error : ')'


commit 61c450fc81900131621e57fdd78a40e82239daf3
Author: Maxence Le Doré <maxence.ledore@gmail.com>
Date:   Fri Jan 3 00:09:50 2014 +0100

    glsl: add min() and max() functions to builder.cpp
    
    Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Comment 1 Brian Paul 2014-01-07 00:07:23 UTC
Should be fixed by commit 8d1400fe123dc229e87a3a6316b0697f864695a3.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.