Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 8 Jan 2001 04:09:41 +0000 (04:09 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 8 Jan 2001 04:09:41 +0000 (04:09 +0000)
commitb980b2eeb62dc48101a7481d02d196c80b9da397
tree2b9bf4b63b99a6df4e96123181da0a624289ad92
parent44d8de433e684cb4c2bc4dfc5cc6919af1f3cc55
Add a 'RenderPrimitive' callback to t_vb_render.c.  Helps out drivers
that used to require a 'ReducedPrimitiveChange' callback.

Various compilation fixes for XFree86.

Reverted to the older version of glcore.h used internally in XFree86, and
moved it to 'Mesa/include/GL/internal/glcore.h', for compatibility with
XFree86.
17 files changed:
src/mesa/main/context.c
src/mesa/main/dd.h
src/mesa/main/dispatch.c
src/mesa/main/feedback.c
src/mesa/main/glheader.h
src/mesa/main/imports.c
src/mesa/main/lines.c
src/mesa/main/macros.h
src/mesa/main/mtypes.h
src/mesa/math/m_xform.c
src/mesa/math/mathmod.h
src/mesa/swrast_setup/ss_context.c
src/mesa/swrast_setup/swrast_setup.h
src/mesa/tnl/t_array_import.c
src/mesa/tnl/t_vb_light.c
src/mesa/tnl/t_vb_render.c
src/mesa/tnl/t_vb_rendertmp.h