Re: [Mesa-dev] [PATCH] softpipe: fix up NUM_ENTRIES confusion

2013-03-14 Thread Jose Fonseca
Looks good. Thanks. I saw this warning transiently, but then couldn't see it again -- completely forgot that I needed to rebuild in order to force a recompile. Jose - Original Message - > There were two different NUM_ENTRIES #defines for the framebuffer > tile cache and the texture tile

[Mesa-dev] [PATCH] softpipe: fix up NUM_ENTRIES confusion

2013-03-14 Thread Brian Paul
There were two different NUM_ENTRIES #defines for the framebuffer tile cache and the texture tile cache. Rename the later to fix the warnings: In file included from sp_flush.c:40:0: sp_tex_tile_cache.h:76:0: warning: "NUM_ENTRIES" redefined sp_tile_cache.h:78:0: note: this is the location of the