Opened 7 years ago
Closed 7 years ago
#9848 closed enhancement (fixed)
mesa-17.2.2
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version.
Change History (3)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Mesa 17.2.2 is a bug fix release.
Mesa 17.2.2 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 <strong>only</strong> available if requested at context creation because compatibility contexts are not supported.
Bug fixes
- Bug 102573 - fails to build on armel
- Bug 102844 - memory leak with glDeleteProgram for shader program type GL_COMPUTE_SHADER
- Bug 102847 - swr fail to build with llvm-5.0.0
- Bug 102904 - piglit and gl45 cts linker tests regressed
Changes
- Scons: Add LLVM 5.0 support
- radv: Check for GFX9 for 1D arrays in image_size intrinsic.
- broadcom/vc4: Fix infinite retry in vc4_bo_alloc()
- radv/nir: call opt_remove_phis after trivial continues.
- ac/surface: handle S8 on gfx9
- st/glsl->tgsi: fix u64 to bool comparisons.
- radv: add gfx9 scissor workaround
- docs: add sha256 checksums for 17.2.1
- automake: enable libunwind in `make distcheck'
- broadcom/vc4: Fix use-after-free for flushing when writing to a texture.
- broadcom/vc4: Fix use-after-free trying to mix a quad and tile clear.
- broadcom/vc4: Fix use-after-free when deleting a program.
- broadcom/vc4: Keep pipe_sampler_view->texture matching the original texture.
- travis: force llvm-3.3 for "make Gallium ST Other"
- travis: Add libunwind-dev to gallium/make builds
- configure: check if -latomic is needed for atomic_*
- nv20: Fix GL_CLAMP
- i965/blorp: Set r8stencil_needs_update when writing stencil
- vulkan/wsi/wayland: Stop printing out the DRM device
- vulkan/wsi/wayland: Refactor wsi_wl_display code
- vulkan/wsi/wayland: Stop caching Wayland displays
- vulkan/wsi/wayland: Copy wl_proxy objects from oldSwapchain if available
- vulkan/wsi/wayland: Return better error messages
- cherry-ignore: add "radeonsi/gfx9: proper workaround for LS/HS VGPR initialization bug"
- cherry-ignore: add "radv: Check for GFX9 for 1D arrays in image_size intrinsic."
- cherry-ignore: add "radv: copy the number of viewports/scissors at pipeline bind time"
- Update version to 17.2.2
- anv: Fix descriptors copying
- i965/vec4: Actually handle atomic op intrinsics.
- i965/vec4: Fix swizzles on atomic sources.
- st/va/postproc: use video original size for postprocessing
- etnaviv: fix 16bpp clears
- util: Link libmesautil into u_atomic_test
- util/u_atomic: Add implementation of sync_val_compare_and_swap_8
- radeonsi: workaround for gather4 on integer cube maps
- amd/common: round cube array slice in ac_prepare_cube_coords
- amd/common: add workaround for cube map array layer clamping
- glsl/linker: fix output variable overlap check
- radeonsi: fix array textures layer coordinate
- radeonsi: set MIP_POINT_PRECLAMP to 0
- amd/addrlib: fix missing va_end() after va_copy()
- amd/common: move ac_build_phi from radeonsi
- radeonsi: fix a regression in integer cube map handling
- anv: fix viewport transformation for z component
- radv: fix saved compute state when doing statistics/occlusion queries
- mesa: free current ComputeProgram state in _mesa_free_context_data
- swr/rast: remove llvm fence/atomics from generated files
- egl/dri2: Implement swapInterval fallback in a conformant way
Note:
See TracTickets
for help on using tickets.
Taking a lot of packages. I hope to get them all done this weekend.