| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
fix bug#11009
|
|
1. increase clip thread number to 2
2. do cliptest for -rhw
|
|
|
|
A few functions which were basically duplicated between softpipe and the
i915 driver are now re-used:
draw_emit_vertex_attr()
draw_compute_vertex_size()
|
|
Added a new draw_set_twoside_attributes() function for specifying which
vertex attributes are to be copied/replaced when a polygon is back-facing.
|
|
|
|
|
|
|
|
to cpy.
One less dependency on the TGSI_ATTRIB_x flags.
This requires setting the vertex_info->interp_mode[] values in the i915 driver and passing them to draw_set_vertex_attributes().
|
|
In emit_poly() we need to compute header.edgeflags from the vertex
edge flags. Also need to set header.det so later stages can determine
front/back orientation.
|
|
The code is all in place, but mostly disabled for now:
In t_vp_build.c, write the VERT_RESULT_PSIZE register
In sp_state_derived.c, need to emit vertex point size if drawing points.
In setup_point() use the point size from the vertex.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
operations are based on read drawable. fix bug#10136.
|
|
|
|
|
|
|
|
some 3D programs such as pymol work well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
replace PIPE_FORMAT_U_L8_A8 with PIPE_FORMAT_U_A8_L8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|