OSDN Git Service

swrast: Fix implicit declaration warnings
authorChad Versace <chad.versace@linux.intel.com>
Sat, 28 Jan 2012 00:44:26 +0000 (16:44 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Sat, 28 Jan 2012 00:53:51 +0000 (16:53 -0800)
commitab1195cf1127781909d5158c7de68f8732458d75
treec2a6705538e049a14a6b820c3b2bfd4cc3adc102
parentb8f7550a31aabd3e00d2f822bc2587304e676fde
swrast: Fix implicit declaration warnings

In a recent commit,
    commit 1c0f1dd42a50464eeb81de4aad8eecf24b3d6c89
    Author: Chad Versace <chad.versace@linux.intel.com>
    swrast: Fix fixed-function fragment processing
I defined a new function,_swrast_fragment_program, but neglected
to #include s_fragprog.h for clients of that function.

Note: This is a candidate for the 8.0 branch.
Reported-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/swrast/s_context.h