targets/egl: rename pipe_radeon to pipe_r300
authorBenjamin Franzke <benjaminfranzke@googlemail.com>
Sun, 22 Aug 2010 16:24:10 +0000 (18:24 +0200)
committerChia-I Wu <olv@lunarg.com>
Tue, 24 Aug 2010 03:50:36 +0000 (11:50 +0800)
commitce7016e8827ae64f6b7a92bbc4cdc51d3f8761cd
treebd97febd7256bf03da1876c1cfcd24f6428a233b
parent9dd95b46c80e71eb858c373b636ad04c69c0d15d
targets/egl: rename pipe_radeon to pipe_r300

st/egl/x11/x11_screen.c requests a driver named r300 not radeon

KNOWN ISSUE: breaks st/egl/kms/
st/egl/kms requests a pipe named "radeon"
that will not be found now

so why not leaving pipe_radeon there?
that was possible as long we have only r300g.
now there is also r600g for which st/egl/kms also
requests a pipe named "radeon"
(possible solution in later commit)
src/gallium/targets/egl/Makefile
src/gallium/targets/egl/pipe_r300.c [new file with mode: 0644]
src/gallium/targets/egl/pipe_radeon.c [deleted file]