• Home
  • Raw
  • Download

Lines Matching +full:shared +full:- +full:glapi

15 -------------
19 443a2a352667294b53d56cb1a74114e9 MesaLib-9.1.6.tar.bz2
20 08d3069cccd6821e5f33e0840bca0718 MesaLib-9.1.6.tar.gz
21 90aa7a6d9878cdbfcb055312f356d6b9 MesaLib-9.1.6.zip
24 ------------
29 ---------
33 - `Bug 47824 <https://bugs.freedesktop.org/show_bug.cgi?id=47824>`__ -
34 osmesa using --enable-shared-glapi depends on libgl
35 - `Bug 62362 <https://bugs.freedesktop.org/show_bug.cgi?id=62362>`__ -
37 - `Bug 63435 <https://bugs.freedesktop.org/show_bug.cgi?id=63435>`__ -
38 [Regression since 9.0] Flickering in EGL OpenGL full-screen window
40 - `Bug 64087 <https://bugs.freedesktop.org/show_bug.cgi?id=64087>`__ -
41 Webgl conformance shader-with-non-reserved-words crash when mesa is
42 compiled without --enable-debug
43 - `Bug 64330 <https://bugs.freedesktop.org/show_bug.cgi?id=64330>`__ -
46 - `Bug 65236 <https://bugs.freedesktop.org/show_bug.cgi?id=65236>`__ -
48 - `Bug 66558 <https://bugs.freedesktop.org/show_bug.cgi?id=66558>`__ -
50 - `Bug 66847 <https://bugs.freedesktop.org/show_bug.cgi?id=66847>`__ -
52 - `Bug 66850 <https://bugs.freedesktop.org/show_bug.cgi?id=66850>`__ -
55 - `Bug 66921 <https://bugs.freedesktop.org/show_bug.cgi?id=66921>`__ -
57 - `Bug 67283 <https://bugs.freedesktop.org/show_bug.cgi?id=67283>`__ -
61 -------
68 git log mesa-9.1.5..mesa-9.1.6
72 - configure.ac: Require llvm-3.2 for r600g/radeonsi llvm backends
76 - mesa: handle 2D texture arrays in get_tex_rgba_compressed()
77 - meta: handle 2D texture arrays in decompress_texture_image()
78 - mesa: implement mipmap generation for compressed 2D array textures
79 - mesa: improve free() cleanup in generate_mipmap_compressed()
83 - docs: Add 9.1.5 release md5sums
84 - Merge 'origin/9.1' into stable
85 - cherry-ignore: Drop 13 patches from the pick list
86 - get-pick-list.sh: Include commits mentionining "CC: mesa-stable..."
88 - get-pick-list: Allow for non-whitespace between "CC:" and
89 "mesa-stable"
90 - get-pick-list: Ignore commits which CC mesa-stable unless they say
92 - Bump version to 9.1.6
96 - i965/Gen4: Zero extra coordinates for ir_tex
97 - i965/vs: Fix flaky texture swizzling
98 - i965/vs: set up sampler state pointer for Gen4/5.
99 - i965/vs: Put lod parameter in the correct place for Gen4
100 - i965/vs: Gen4/5: enable front colors if back colors are written
104 - nv50,nvc0: s/uint16/uint32 for constant buffer offset
108 - gallium/vl: add prime support
112 - egl: Restore "bogus" DRI2 invalidate event code.
116 - Apple: glFlush() is not needed with CGLFlushDrawable()
120 - glsl: Classify "layout" like other identifiers.
124 - egl-wayland: Fix left-over wl_display_roundtrip() usage
128 - osmesa: link against static libglapi library too to get the gl
130 - nvc0: force use of correct firmware file
134 - r300g/swtcl: fix geometry corruption by uploading indices to a buffer
135 - r300g/swtcl: fix a lockup in MSAA resolve
136 - Revert "r300g: allow HiZ with a 16-bit zbuffer"
137 - r600g: increase array size for shader inputs and outputs
141 - i965: NULL check prog on shader compilation failure.
142 - i965/vs: Print error if vertex shader fails to compile.
146 - glsl: Handle empty if statement encountered during loop analysis.