Lines Matching +full:portal +full:- +full:2 +full:- +full:v2
15 ----------------
19 89ff9cb08d0f6e3f34154864c3071253057cd21020759457c8ae27e0f70985d3 mesa-10.5.6.tar.gz
20 66017853bde5f7a6647db3eede30512a091a3491daa1708e0ad8027c328ba595 mesa-10.5.6.tar.xz
23 ------------
28 ---------
32 - `Bug 86792 <https://bugs.freedesktop.org/show_bug.cgi?id=86792>`__ -
33 [NVC0] Portal 2 Crashes in Wine
34 - `Bug 90147 <https://bugs.freedesktop.org/show_bug.cgi?id=90147>`__ -
36 - `Bug 90350 <https://bugs.freedesktop.org/show_bug.cgi?id=90350>`__ -
37 [G96] Portal's portal are incorrectly rendered
38 - `Bug 90363 <https://bugs.freedesktop.org/show_bug.cgi?id=90363>`__ -
42 -------
46 - radeonsi: add new bonaire pci id
48 Axel Davy (2):
50 - egl/wayland: properly destroy wayland objects
51 - glx/dri3: Add additional check for gpu offloading case
55 - docs: Add sha256 sums for the 10.5.5 release
56 - egl/main: fix EGL_KHR_get_all_proc_addresses
57 - targets/osmesa: drop the -module tag from LDFLAGS
58 - Update version to 10.5.6
62 - clover: Refactor event::trigger and ::abort to prevent deadlock and
64 - clover: Wrap event::_status in a method to prevent unlocked access.
65 - clover: Implement locking of the wait_count, \_chain and \_status
67 - i965: Fix PBO cache coherency issue after
70 Fredrik Höglund (2):
72 - main: Require that the texture exists in framebuffer_texture
73 - mesa: Generate GL_INVALID_VALUE in framebuffer_texture when layer < 0
77 - nv50/ir: only propagate saturate up if some actual folding took place
78 - nv50: keep track of PGRAPH state in nv50_screen
79 - nvc0: keep track of PGRAPH state in nvc0_screen
80 - nvc0: reset the instanced elements state when doing blit using 3d
82 - nv50/ir: only enable mul saturate on G200+
83 - st/mesa: make sure to create a "clean" bool when doing i2b
84 - nvc0: switch mechanism for shader eviction to be a while loop
86 Jeremy Huddleston Sequoia (2):
88 - swrast: Build fix for darwin
89 - darwin: Fix install name of libOSMesa
91 Laura Ekstrand (2):
93 - main: Fix an error generated by FramebufferTexture
94 - main: Complete error conditions for glInvalidate*Framebuffer.
98 - main: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE
100 Rob Clark (2):
102 - freedreno: enable a306
103 - freedreno: fix bug in tile/slot calculation
107 - draw: (trivial) fix out-of-bounds vector initialization
111 - mesa: fix shininess check for ffvertex_prog v2
113 Tom Stellard (2):
115 - clover: Add a mutex to guard queue::queued_events
116 - clover: Fix a bug with multi-threaded events v2