diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-09-21 19:06:07 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-30 12:57:13 +0100 |
commit | 8ebafa0493c0fa08ab9d80eeb1191b7560dc0863 (patch) | |
tree | eb4bd0d22dcc1e3dac3c5d18dbfaeb616be90617 /configure.ac | |
parent | ca9d9c02a260bf7930e04bf64e93cc051893c04e (diff) |
sna: Add the brw assembler
In order to construct programs on the fly to cater for the combinatorial
number of possible shaders, we need an assembler, whilst also taking the
opportunity to remove some of the inefficiencies and mistakes from the
current shaders.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9945d5b8..2a8d08b5 100644 --- a/configure.ac +++ b/configure.ac @@ -391,6 +391,7 @@ AC_CONFIG_FILES([ src/legacy/i810/Makefile src/legacy/i810/xvmc/Makefile src/sna/Makefile + src/sna/brw/Makefile src/sna/fb/Makefile man/Makefile src/render_program/Makefile |