aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Platforms.txt
blob: 00200ae91dcc91267fe2459dcca19db4056224ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90

- OS / Arch
    - Linux i586 (x86_32) and amd64 (x86_64)
        - Distribution
            - Debian Wheezy / testing (*)
            - Ubuntu 10.04, 11.10 (*)
            - CentOS / RedHat 6.2

        - OpenGL
            - AMD Proprietary (*)
            - NVidia Proprietary (*)
            - Mesa3D (sw, dri, ..)
            - PowerVR (ES2) 32bit only

    - Linux armv7
        - Distribution
            - Ubuntu 10.04
        - OpenGL
            - Mesa3D (sw, dri, ..)
            - PowerVR SGX 530

    - Android armv7
        - Version
            - Version 2.3 Gingerbread (SDK API Level 9)

        - OpenGL
            - ARM Mali
            - PowerVR SGX 540
            - NVidia Tegra2

    - Solaris x86_64
        - Distribution
            - Solaris 10
            - OpenIndiana 151a (*)
            - Illumian 1.0

        - OpenGL
            - NVidia Proprietary (*)

    - Mac OS X x86_64
        - Version
            - 10.5
            - 10.6.8 (*)
            - 10.7.2 (*)
        - OpenGL
            - AMD Proprietary
            - NVidia Proprietary (*)
        
    - Windows i586 (x86_32) and amd64 (x86_64)
        - Version
            - Windows XP (maybe buggy)
            - Windows Vista
            - Windows7 (*)

        - OpenGL
            - AMD Proprietary (*)
            - NVidia Proprietary (*)
            - Intel Sandy Bridge
            - ANGLE (ES2) 32bit only
            - PowerVR (ES2) 32bit only

(*) Regular tested component / platform

virtualbox-4.3_4.3.8-92456
  - Host Debian 8 (Jessie)
    - Host GPU: NV w/ NV proprietary driver

  - Guest Debian 7 (Wheezy)
    - Mesa 8.0.5 LLVM: 
        - Onscreen: OK
        - FBO: OK
        - FBO.MSAA: NO (gl-error, failure)
        - PBuffer: OK
        - Bitmap: OK

    - 3D Accel (Chromium 1.9): 
        - Onscreen: OK
        - FBO: NO
        - FBO.MSAA: NO (gl-error, failure)
        - PBuffer: NO
        - Bitmap: NO

  - Guest Debian 8 (Jessie)
    - Mesa 9.2.2 Gallium LLVM
        - Onscreen: OK
        - FBO: OK
        - FBO.MSAA: NO (properly reporting: N/A)
        - PBuffer: OK
        - Bitmap: OK