mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
gallium/i915: plug in aapoint draw stage
This commit is contained in:
parent
f43c44b5c9
commit
ba376b3314
1 changed files with 1 additions and 3 deletions
|
|
@ -298,10 +298,8 @@ struct pipe_context *i915_create( struct pipe_winsys *pipe_winsys,
|
|||
i915_init_string_functions(i915);
|
||||
i915_init_texture_functions(i915);
|
||||
|
||||
/* not working yet:
|
||||
draw_install_aapoint_stage(i915->draw, &i915->pipe);
|
||||
*/
|
||||
draw_install_aaline_stage(i915->draw, &i915->pipe);
|
||||
draw_install_aapoint_stage(i915->draw, &i915->pipe);
|
||||
|
||||
i915->pci_id = pci_id;
|
||||
i915->flags.is_i945 = is_i945;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue