projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f43c44b
)
gallium/i915: plug in aapoint draw stage
author
Brian
<brian@i915.localnet.net>
Tue, 26 Feb 2008 01:53:57 +0000
(18:53 -0700)
committer
Brian
<brian@i915.localnet.net>
Tue, 26 Feb 2008 01:56:36 +0000
(18:56 -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 36f6429d4638e78e61d8f9b7aeade05e99830379..c3955bbd2dd830d9ec39fa7b20fa2cbbe7722027 100644
(file)
--- a/
src/gallium/drivers/i915simple/i915_context.c
+++ b/
src/gallium/drivers/i915simple/i915_context.c
@@
-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;