i915: Actually put i915PointParameterfv in the driver function table. Duh.

This commit is contained in:
Ian Romanick
2009-11-30 12:43:12 -08:00
parent 533b766007
commit 587a52e95b
+1
View File
@@ -1137,6 +1137,7 @@ i915InitStateFunctions(struct dd_function_table *functions)
functions->LineWidth = i915LineWidth;
functions->LogicOpcode = i915LogicOp;
functions->PointSize = i915PointSize;
functions->PointParameterfv = i915PointParameterfv;
functions->PolygonStipple = i915PolygonStipple;
functions->Scissor = i915Scissor;
functions->ShadeModel = i915ShadeModel;