diff options
author | Francisco Jerez <[email protected]> | 2016-07-05 23:15:01 -0700 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2016-08-24 13:28:30 -0700 |
commit | 83d2f9db2929781d7d4b182355c872a7cbbcaeec (patch) | |
tree | 2fd7da26d78248aea5088e0c2de27a32608c712e /src/mesa/Makefile.sources | |
parent | 642aa58577bb0064c86fdd1a261a76a131886f06 (diff) |
mesa: Rename "texturebarrier" source files to "barrier".
In preparation for collecting all pipeline barrier GL entry points
into a single source file.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 472e767d844..36227603652 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -24,6 +24,8 @@ MAIN_FILES = \ main/atifragshader.h \ main/attrib.c \ main/attrib.h \ + main/barrier.c \ + main/barrier.h \ main/blend.c \ main/blend.h \ main/blit.c \ @@ -230,8 +232,6 @@ MAIN_FILES = \ main/texstore.h \ main/textureview.c \ main/textureview.h \ - main/texturebarrier.c \ - main/texturebarrier.h \ main/transformfeedback.c \ main/transformfeedback.h \ main/uniform_query.cpp \ |