repo.or.cz
/
nyanlinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mesa-gl:moved to "simplified /usr" and towards RCS
[nyanlinux.git]
/
builders
/
mesa-gl-amd-sh-665eae51efef3e836517a7588caddbb902def259
/
contrib
/
si_pipe.c.patch
blob
621ee663f1b1b59d00f93607591937d8aa7453db
1
--- si_pipe.c
2
+++ si_pipe.c
3
@@ -1403,9 +1403,6 @@
4
NULL, NULL, NULL, 0, NULL, 0);
5
6
switch (version->version_major) {
7
- case 2:
8
- rw = radeon_drm_winsys_create(fd, config, radeonsi_screen_create_impl);
9
- break;
10
case 3:
11
rw = amdgpu_winsys_create(fd, config, radeonsi_screen_create_impl);
12
break;