projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e0821
)
radeon: fix typo
author
Dave Airlie
<airlied@redhat.com>
Mon, 23 Mar 2009 23:45:18 +0000
(09:45 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 23 Mar 2009 23:45:18 +0000
(09:45 +1000)
src/mesa/drivers/dri/radeon/radeon_tex.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/radeon/radeon_tex.h
b/src/mesa/drivers/dri/radeon/radeon_tex.h
index 8d8afb43436dd98c7d6e2f521a32387c8a75505e..a4aaddc74fa5bdc91680be258a4af0d28c6f7cad 100644
(file)
--- a/
src/mesa/drivers/dri/radeon/radeon_tex.h
+++ b/
src/mesa/drivers/dri/radeon/radeon_tex.h
@@
-42,7
+42,7
@@
extern void radeonSetTexOffset(__DRIcontext *pDRICtx, GLint texname,
GLuint pitch);
extern void radeonSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv);
-externvoid radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
+extern
void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
__DRIdrawable *dPriv);
extern void radeonUpdateTextureState( GLcontext *ctx );