OSDN Git Service

i965: Fix Linux build
authorChad Versace <chad.versace@linux.intel.com>
Wed, 1 May 2013 15:32:02 +0000 (08:32 -0700)
committerChad Versace <chad.versace@linux.intel.com>
Wed, 1 May 2013 15:43:08 +0000 (08:43 -0700)
commitf4986242541da5db445a024c39bd8f151eb49afe
tree6a51699b11e819f801beb39d652004e8fd826ff1
parentd7a06ebcaa52772782dfb38220643198421db52d
i965: Fix Linux build

Fix the following errors:

  brw_state_cache.c:352:1: error: no previous prototype for 'brw_clear_cache' [-Werror=missing-prototypes]

  brw_program.c: In function 'brwProgramStringNotify':
  brw_program.c:138:7: error: implicit declaration of function 'brw_clear_cache' [-Werror=implicit-function-declaration]

Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i965/brw_program.c
src/mesa/drivers/dri/i965/brw_state.h