ir_to_mesa: Start building GLSL IR to Mesa IR conversion.
authorEric Anholt <eric@anholt.net>
Thu, 29 Apr 2010 16:02:09 +0000 (09:02 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 24 Jun 2010 22:05:19 +0000 (15:05 -0700)
commit84771df82ed2ed8718013795089edd38cf5bd84d
tree44ef28d26546dc7375a22c357f350acc40b77a69
parent9290e0dd28e646c3dc810e0a6405582f8bf643b6
ir_to_mesa: Start building GLSL IR to Mesa IR conversion.

There are major missing pieces here.  Most operations aren't
supported.  Matrices need to be broken down to vector ops before we
get here.  Scalar operations (RSQ, RCP) are handled incorrectly.
Arrays and structures are not even considered.
Makefile.am
ir_to_mesa.cpp [new file with mode: 0644]
ir_to_mesa.h [new file with mode: 0644]
main/mtypes.h
mesa/shader/prog_instruction.h [new file with mode: 0644]
mesa_codegen.brg [new file with mode: 0644]
program.h