On 2017-08-19 13:44:23, Emil Velikov wrote: > On 19 August 2017 at 08:44, Jordan Justen <[email protected]> wrote: > > > --- a/src/mesa/drivers/dri/i965/Makefile.sources > > +++ b/src/mesa/drivers/dri/i965/Makefile.sources > > @@ -14,6 +14,7 @@ i965_FILES = \ > > brw_cs.h \ > > brw_curbe.c \ > > brw_defines.h \ > > + brw_disk_cache.cpp \ > > brw_draw.c \ > > brw_draw.h \ > > brw_draw_upload.c \ > > diff --git a/src/mesa/drivers/dri/i965/brw_disk_cache.c > > b/src/mesa/drivers/dri/i965/brw_disk_cache.c > > new file mode 100644 > > index 0000000000..b56e561e14 > > --- /dev/null > > +++ b/src/mesa/drivers/dri/i965/brw_disk_cache.c > > Does this even build? The filenames do differ a bit - s/cpp/c/
Strangely, yes. Even after a 'git clean -xdf'. And, on two separate machines. I don't know why... Anyway, I'll fix this. Thanks for noticing it! -Jordan _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
