projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a99ca4
)
r200: fix some breakage after move to common blit code
author
Alex Deucher
<alexdeucher@gmail.com>
Wed, 20 Jan 2010 15:00:50 +0000
(10:00 -0500)
committer
Alex Deucher
<alexdeucher@gmail.com>
Wed, 20 Jan 2010 15:00:50 +0000
(10:00 -0500)
src/mesa/drivers/dri/r200/r200_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r200/r200_context.c
b/src/mesa/drivers/dri/r200/r200_context.c
index 3d6d0f5ec0dd17854ed83da84acb9769f0d75d2e..453c8de220035b4690c2534b15a315921c984590 100644
(file)
--- a/
src/mesa/drivers/dri/r200/r200_context.c
+++ b/
src/mesa/drivers/dri/r200/r200_context.c
@@
-333,10
+333,6
@@
GLboolean r200CreateContext( const __GLcontextModes *glVisual,
r200InitShaderFuncs(&functions);
radeonInitQueryObjFunctions(&functions);
- if (rmesa->radeon.radeonScreen->kernel_mm) {
- r200_init_texcopy_functions(&functions);
- }
-
if (!radeonInitContext(&rmesa->radeon, &functions,
glVisual, driContextPriv,
sharedContextPrivate)) {