• Home
  • Raw
  • Download

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

15 ----------------
19 0c081b59572ee9732e7438d34adc3817fe8cc8d4b58abc0e71fd4b4c904945cb mesa-10.5.9.tar.gz
20 71c69f31d3dbc35cfa79950e58a01d27030378d8c7ef1259a0b31d4d0487f4ec mesa-10.5.9.tar.xz
23 ------------
28 ---------
32 - `Bug 84225 <https://bugs.freedesktop.org/show_bug.cgi?id=84225>`__ -
33 Allow constant-index-expression sampler array indexing with GLSL-ES <
35 - `Bug 88999 <https://bugs.freedesktop.org/show_bug.cgi?id=88999>`__ -
37 - `Bug 89118 <https://bugs.freedesktop.org/show_bug.cgi?id=89118>`__ -
39 - `Bug 90537 <https://bugs.freedesktop.org/show_bug.cgi?id=90537>`__ -
41 (rscreen->ws->buffer_from_handle returns NULL)
42 - `Bug 90839 <https://bugs.freedesktop.org/show_bug.cgi?id=90839>`__ -
45 - `Bug 90873 <https://bugs.freedesktop.org/show_bug.cgi?id=90873>`__ -
47 - `Bug 91056 <https://bugs.freedesktop.org/show_bug.cgi?id=91056>`__ -
49 - `Bug 91117 <https://bugs.freedesktop.org/show_bug.cgi?id=91117>`__ -
51 semi-transparent
52 - `Bug 91124 <https://bugs.freedesktop.org/show_bug.cgi?id=91124>`__ -
57 -------
61 - i965/gen9: Implement Push Constant Buffer workaround
62 - i965/skl: Use 1 register for uniform pull constant payload
66 - egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visuals
70 - i965: Fix HW blitter pitch limits
71 - i915: Blit RGBX<->RGBA drawpixels
72 - i965: Export format comparison for blitting between miptrees
76 - docs: Add sha256sums for the 10.5.8 release
77 - configure: warn about shared_glapi & xlib-glx only when both are set
78 - configure: error out when building backend-less libEGL
79 - configure: error out when building libEGL without shared-glapi
80 - gbm: do not (over)link against libglapi.so
81 - Update version to 10.5.9
85 - gbm: dlopen libglapi so gbm_create_device works
89 - glsl: add version checks to conditionals for builtin variable
91 - mesa: add GL_PROGRAM_PIPELINE support in KHR_debug calls
92 - glsl: binding point is a texture unit, which is a combined space
93 - nvc0: always put all tfb bufs into bufctx
94 - nv50,nvc0: make sure to pushbuf_refn before putting bo into
96 - nv50/ir: propagate modifier to right arg when const-folding mad
97 - nv50/ir: fix emission of address reg in 3rd source
98 - nv50/ir: copy joinAt when splitting both before and after
102 - nouveau: Use dup fd as key in drm-winsys hash table to fix
104 - winsys/radeon: Use dup fd as key in drm-winsys hash table to fix
109 - winsys/radeon: Unmap GPU VM address range when destroying BO
113 - glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00
114 - mesa/glsl: new compiler option EmitNoIndirectSampler
115 - i915: use EmitNoIndirectSampler
116 - mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5
117 - i965: use EmitNoIndirectSampler for gen < 7
118 - glsl: validate sampler array indexing for 'constant-index-expression'