diff options
author | Brian Paul <[email protected]> | 2014-02-01 08:58:43 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-02-02 06:52:37 -0700 |
commit | bfcb9bb20451aa7c74d8769ae043fb11503e8453 (patch) | |
tree | 7431e030440342f52cacfd5c33ebafa389678e8e /src/mesa/Makefile.sources | |
parent | 20fedfd80aa2402d2033215c538894c9f81e422a (diff) |
mesa: move glBlitFramebuffer code into new blit.c file
Just for better organization.
v2: update gl_genexec.py too (not api_exec.c)
Acked-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index d14823db9e1..6a8a045fb09 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -18,6 +18,7 @@ MAIN_FILES = \ $(SRCDIR)main/attrib.c \ $(SRCDIR)main/arrayobj.c \ $(SRCDIR)main/blend.c \ + $(SRCDIR)main/blit.c \ $(SRCDIR)main/bufferobj.c \ $(SRCDIR)main/buffers.c \ $(SRCDIR)main/clear.c \ |