gallium: remove point_size_min and point_size_max from rasterizer state
The state tracker is responsible for clamping to any graphics API enforced size min/max limits for both the static point_size setting as well as per vertex point size (in the vertex shader). Note that mesa state tracker didn't actually use these values.
This commit is contained in:
@@ -82,10 +82,6 @@ point_size_per_vertex
|
||||
Whether vertices have a point size element.
|
||||
point_size
|
||||
The size of points, if not specified per-vertex.
|
||||
point_size_min
|
||||
The minimum size of points.
|
||||
point_size_max
|
||||
The maximum size of points.
|
||||
point_sprite
|
||||
Whether points are drawn as sprites (textured quads)
|
||||
sprite_coord_mode
|
||||
|
Reference in New Issue
Block a user