head 1.2;
access;
symbols
mesalib-19-1-7:1.1.1.1 xorg:1.1.1;
locks; strict;
comment @# @;
1.2
date 2022.05.09.01.27.13; author mrg; state dead;
branches;
next 1.1;
commitid vdvqJ71xlVGCRjDD;
1.1
date 2019.09.24.16.21.33; author maya; state Exp;
branches
1.1.1.1;
next ;
commitid KJXusGl8fi9AAhEB;
1.1.1.1
date 2019.09.24.16.21.33; author maya; state Exp;
branches;
next ;
commitid KJXusGl8fi9AAhEB;
desc
@@
1.2
log
@merge mesa 21.3.7.
@
text
@
Mesa 19.1.6 Release Notes / September 3, 2019
Mesa 19.1.6 is a bug fix release which fixes bugs found since the 19.1.5 release.
Mesa 19.1.6 implements the OpenGL 4.5 API, but the version reported by
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 4.5. OpenGL
4.5 is only available if requested at context creation.
Compatibility contexts may report a lower version depending on each driver.
SHA256 checksums
2a369b7b48545c6486e7e44913ad022daca097c8bd937bf30dcf3f17a94d3496 mesa-19.1.6.tar.xz
New features
None
Bug fixes
- Bug 104395 - [CTS] GTF-GL46.gtf32.GL3Tests.packed_pixels.packed_pixels tests fail on 32bit Mesa
- Bug 111213 - VA-API nouveau SIGSEGV and asserts
- Bug 111241 - Shadertoy shader causing hang
- Bug 111411 - SPIR-V shader leads to GPU hang, sometimes making machine unstable
Changes
Andres Rodriguez (1):
- radv: additional query fixes
Daniel Schürmann (1):
- nir/lcssa: handle deref instructions properly
Danylo Piliaiev (1):
- nir/loop_unroll: Prepare loop for unrolling in wrapper_unroll
Ian Romanick (2):
- nir/algrbraic: Don't optimize open-coded bitfield reverse when lowering is enabled
- intel/compiler: Request bitfield_reverse lowering on pre-Gen7 hardware
Ilia Mirkin (1):
- gallium/vl: use compute preference for all multimedia, not just blit
Jonas Ådahl (1):
- wayland/egl: Ensure correct buffer size when allocating
Juan A. Suarez Romero (6):
- docs: add sha256 checksums for 19.1.5
- cherry-ignore: add explicit 19.2 only nominations
- cherry-ignore: iris: Replace devinfo->gen with GEN_GEN
- cherry-ignore: iris: Update fast clear colors on Gen9 with direct immediate writes.
- cherry-ignore: iris: Avoid unnecessary resolves on transfer maps
- Update version to 19.1.6
Kenneth Graunke (6):
- iris: Fix broken aux.possible/sampler_usages bitmask handling
- iris: Drop copy format hacks from copy region based transfer path.
- iris: Fix large timeout handling in rel2abs()
- util: Add a _mesa_i64roundevenf() helper.
- mesa: Fix _mesa_float_to_unorm() on 32-bit systems.
- intel/compiler: Fix src0/desc setter ordering
Marek Olšák (1):
- radeonsi: fix scratch buffer WAVESIZE setting leading to corruption
Paulo Zanoni (1):
- intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs fails
Pierre-Eric Pelloux-Prayer (1):
- glsl: replace 'x + (-x)' with constant 0
Tapani Pälli (1):
- egl: reset blob cache set/get functions on terminate
@
1.1
log
@Initial revision
@
text
@@
1.1.1.1
log
@Import mesa 19.1.7
New features in mesa 19.1.0:
GL_ARB_parallel_shader_compile on all drivers.
GL_EXT_gpu_shader4 on all GL 3.1 drivers.
GL_EXT_shader_image_load_formatted on radeonsi.
GL_EXT_texture_buffer_object on all GL 3.1 drivers.
GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension).
GL_NV_compute_shader_derivatives on iris and i965.
GL_KHR_parallel_shader_compile on all drivers.
VK_EXT_buffer_device_address on Intel and RADV.
VK_EXT_depth_clip_enable on Intel and RADV.
VK_KHR_ycbcr_image_arrays on Intel.
VK_EXT_inline_uniform_block on Intel and RADV.
VK_EXT_external_memory_host on Intel.
VK_EXT_host_query_reset on Intel and RADV.
VK_KHR_surface_protected_capabilities on Intel and RADV.
VK_EXT_pipeline_creation_feedback on Intel and RADV.
VK_KHR_8bit_storage on RADV.
VK_AMD_gpu_shader_int16 on RADV.
VK_AMD_gpu_shader_half_float on RADV.
VK_NV_compute_shader_derivatives on Intel.
VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8).
VK_KHR_shader_atomic_int64 on Intel.
VK_EXT_descriptor_indexing on Intel.
VK_KHR_shader_float16_int8 on Intel and RADV.
GL_INTEL_conservative_rasterization on iris.
VK_EXT_memory_budget on Intel.
New features in mesa 19.0.0:
GL_AMD_texture_texture4 on all GL 4.0 drivers.
GL_EXT_shader_implicit_conversions on all drivers (ES extension).
GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension).
GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension).
GL_EXT_render_snorm on gallium drivers (ES extension).
GL_EXT_texture_view on drivers supporting texture views (ES extension).
GL_OES_texture_view on drivers supporting texture views (ES extension).
GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only).
Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965.
VK_ANDROID_external_memory_android_hardware_buffer on Intel
Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV
VK_EXT_scalar_block_layout on Intel and RADV
VK_KHR_depth_stencil_resolve on Intel
VK_KHR_draw_indirect_count on Intel
VK_EXT_conditional_rendering on Intel
VK_EXT_memory_budget on RADV
Also, bug fixes.
@
text
@@