diff options
author | Eric Anholt <[email protected]> | 2010-06-24 15:21:51 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-06-24 15:27:10 -0700 |
commit | 0ee7d80269bfab14683623b0c8fc12da43db8d78 (patch) | |
tree | 7b2a65190c9934ed8a0ff02f2845323c420153a3 /.gitignore | |
parent | 6b01b50888d22ee330df44240591051cb55cf2a9 (diff) | |
parent | 8364fc85b8273b4d0f2ecebe7e0085e250d29990 (diff) |
Merge branch 'mesa'
This brings in the ir_to_mesa.cpp code I've been developing to codegen
to the Mesa IR. It does not actually generate a complete Mesa
fragment/vertex program yet.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b3ce5e7086e..376aaeda13a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ glsl_parser.output glsl_parser.cpp glsl_parser.h glsl +mesa_codegen.cpp +mesa_codegen.h |