Mesa (master): ARB prog parser: Add new constructor for asm_instruction

Ian Romanick idr at kemper.freedesktop.org
Sat Sep 26 00:02:15 UTC 2009


Module: Mesa
Branch: master
Commit: 9ea4319744fb7474635cb1994e1babe1552d4d4f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ea4319744fb7474635cb1994e1babe1552d4d4f

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri Sep  4 16:35:50 2009 -0700

ARB prog parser: Add new constructor for asm_instruction

The new constructor copies fields from the prog_instruction that the
parser expects the lexer to set.

---

 src/mesa/shader/program_parse.tab.c |  621 ++++++++++++++++++-----------------
 src/mesa/shader/program_parse.tab.h |    2 +-
 src/mesa/shader/program_parse.y     |  111 ++++---
 3 files changed, 400 insertions(+), 334 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=9ea4319744fb7474635cb1994e1babe1552d4d4f



More information about the mesa-commit mailing list