projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92650ae
)
gallium/i915: plug in aaline draw stage
author
Brian
<brian@i915.localnet.net>
Mon, 25 Feb 2008 23:24:47 +0000
(16:24 -0700)
committer
Brian
<brian@i915.localnet.net>
Mon, 25 Feb 2008 23:24:47 +0000
(16:24 -0700)
src/gallium/drivers/i915simple/i915_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915simple/i915_context.c
b/src/gallium/drivers/i915simple/i915_context.c
index acfa34943975696d609be561d9a3b9a7bcf38c3b..36f6429d4638e78e61d8f9b7aeade05e99830379 100644
(file)
--- a/
src/gallium/drivers/i915simple/i915_context.c
+++ b/
src/gallium/drivers/i915simple/i915_context.c
@@
-298,10
+298,14
@@
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);
+
i915->pci_id = pci_id;
i915->flags.is_i945 = is_i945;
-
i915->dirty = ~0;
i915->hardware_dirty = ~0;