diff options
author | Brian Paul <[email protected]> | 2009-12-11 17:32:45 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-11 17:32:45 -0700 |
commit | 2876b684de39dbdf803b3f3d1ac231e76fb4357e (patch) | |
tree | 9ff3a83e29d25060af3b6c4063f50b087905e711 /src/gallium/drivers/llvmpipe/Makefile | |
parent | edbaca6fd14dace44637d994bbddad3cb0a5fafe (diff) |
llvmpipe: remove old fence code, compile new lp_fence.c file
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile')
-rw-r--r-- | src/gallium/drivers/llvmpipe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index 4cc4c88ffd2..7c4cf320b97 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -32,6 +32,7 @@ C_SOURCES = \ lp_clear.c \ lp_context.c \ lp_draw_arrays.c \ + lp_fence.c \ lp_flush.c \ lp_jit.c \ lp_prim_vbuf.c \ |