mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-11 05:10:27 +01:00
patch from bug 885992
This commit is contained in:
parent
c24d40b178
commit
e8df62b5a7
1 changed files with 7 additions and 1 deletions
|
|
@ -849,7 +849,13 @@ static char arb_grammar_text[] = ".syntax program;\n"
|
|||
"stateLModProperty_1\n"
|
||||
" dot .and \"ambient\" .emit LIGHT_MODEL_AMBIENT;\n"
|
||||
"stateLModProperty_2\n"
|
||||
" optFaceType .and dot .and \"scenecolor\" .emit LIGHT_MODEL_SCENECOLOR;\n"
|
||||
" stateLModProperty_2A .or stateLModProperty_2B .or stateLModProperty_2C;\n"
|
||||
"stateLModProperty_2A\n"
|
||||
" dot .and \"front\" .and dot .and \"scenecolor\" .emit LIGHT_MODEL_SCENECOLOR .emit FACE_FRONT;\n"
|
||||
"stateLModProperty_2B\n"
|
||||
" dot .and \"back\" .and dot .and \"scenecolor\" .emit LIGHT_MODEL_SCENECOLOR .emit FACE_BACK;\n"
|
||||
"stateLModProperty_2C\n"
|
||||
" dot .and \"scenecolor\" .emit LIGHT_MODEL_SCENECOLOR .emit FACE_FRONT;\n"
|
||||
"stateLightProdItem\n"
|
||||
" \"lightprod\" .and lbracket .and stateLightNumber .and rbracket .and optFaceType .and dot .and\n"
|
||||
" stateLProdProperty .error INVALID_LIGHTPROD_PROPERTY;\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue