diff options
author | Maciej Cencora <[email protected]> | 2009-10-21 21:17:43 +0200 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-11-01 11:01:40 -0800 |
commit | 2db46af8758bf77a2748460f617d0ead5b08a454 (patch) | |
tree | bd01c3cf0805ef3a2bd6bf981bdde12093adec84 /src/gallium/drivers/r300/r300_context.c | |
parent | cab749a1d0046f59ca10f96d2e6343404e5f2616 (diff) |
r300g: split constant buffer and shader emittion
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index 02f201b49ad..f974147ea43 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -22,8 +22,6 @@ #include "draw/draw_context.h" -#include "pipe/p_inlines.h" - #include "tgsi/tgsi_scan.h" #include "util/u_hash_table.h" |