projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3105fd7
)
intel: fix typo: s/softare/software/
author
Brian Paul
<brianp@vmware.com>
Wed, 5 Aug 2009 21:31:51 +0000
(15:31 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 7 Aug 2009 15:50:37 +0000
(09:50 -0600)
src/mesa/drivers/dri/intel/intel_span.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/intel/intel_span.c
b/src/mesa/drivers/dri/intel/intel_span.c
index 34b78ebc1ab35bf8c3700a3ff239afe992193df4..8df49908806e0d60ded6c7fc07488b87cc3919d1 100644
(file)
--- a/
src/mesa/drivers/dri/intel/intel_span.c
+++ b/
src/mesa/drivers/dri/intel/intel_span.c
@@
-501,7
+501,7
@@
intel_map_unmap_buffers(struct intel_context *intel, GLboolean map)
/**
- * Prepare for softare rendering. Map current read/draw framebuffers'
+ * Prepare for soft
w
are rendering. Map current read/draw framebuffers'
* renderbuffes and all currently bound texture objects.
*
* Old note: Moved locking out to get reasonable span performance.
@@
-526,7
+526,7
@@
intelSpanRenderStart(GLcontext * ctx)
}
/**
- * Called when done softare rendering. Unmap the buffers we mapped in
+ * Called when done soft
w
are rendering. Unmap the buffers we mapped in
* the above function.
*/
void