projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8162d31
)
x86: remove debug
author
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 13 Feb 2008 12:37:42 +0000
(12:37 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 13 Feb 2008 12:37:42 +0000
(12:37 +0000)
src/mesa/x86/rtasm/x86sse.c
patch
|
blob
|
history
diff --git
a/src/mesa/x86/rtasm/x86sse.c
b/src/mesa/x86/rtasm/x86sse.c
index e944d00f9e842147c762bc1533ba397a3b7c6201..1111e8db990b52d59e79fc470daae83098b58144 100644
(file)
--- a/
src/mesa/x86/rtasm/x86sse.c
+++ b/
src/mesa/x86/rtasm/x86sse.c
@@
-14,8
+14,6
@@
static unsigned char *cptr( void (*label)() )
static void do_realloc( struct x86_function *p )
{
- _mesa_printf("do_realloc %d %p\n", p->size, p->store);
-
if (p->size == 0) {
p->size = 1024;
p->store = _mesa_exec_malloc(p->size);