Tag 'mesa-10.1.1' created by Carl Worth <cwo...@cworth.org> at 2014-04-19 00:45 +0000
Mesa 10.1.1 release -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCgAGBQJTUccwAAoJEGACM7qeVNxhXooP/2tFOh3OWRWSD716aVMCTAFC mT2yPcUBUkF1kbwuH0PaTw5VnfdycyGGPPCLvoDPUehpM+AaA5JixH8A97n6hqsR KRjAgLGL97NT5v8hD/jWakr5/5rArRH4BVGliW408KoSdL+dXZquG2W1WPK2xtOz GDuuQhX8gVd9cZUaz0EFvwJOmMW+yZmTqIZ+M/mnm0gJKMLGMLDWSW8Hl8iUgHeI EsP921RJ1inVIRw/YLVVnhDtu/+lQGKVBgIaIaGlZVfO9pKw3g1U80M7PYkR18ic g/W+S5Qeax8Yd9WUtuFJZJY6lNnrRZGVrzyi5QsI428sbhtj1mtjqgXcN+Mrairi U2kDu1pXMMdPO2rpoK+kTHn7652L7X+X74LxQFo1/jnE4ATeurkejzvvkIat/ZZj gv9QScizZjQDTtURrfL5bfYxSpiyRHPN70/RrBqbHtEHLd+Q/LnqRpBZNr77Ulkj pE4RcGgD5rMzEgBV2ADaV7FAjZoOfC6i1BeKxgciXQp3YhLl1FCAVABw9kOsil6U XC/8pEh0+WLY6Lz88TG9fSUwIw5FQJcn7Z7rzdsP5xQvC+hpODfKzhH/7jsS/jQp KAYvPhtid8t6rSiVL4huhUoclSwERlWazqQq1UU216Vi7irhkBrEYjLCwqPcHs7T VFP0ZFi4QlDNjWXIvHHm =R2t0 -----END PGP SIGNATURE----- Changes since mesa-10.1: Aaron Watry (1): gallium/util: Fix memory leak Alexander von Gluck IV (1): haiku: Fix build through scons corrections and viewport fixes Anuj Phogat (2): mesa: Set initial internal format of a texture to GL_RGBA mesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL combinations in glTexImage{123}D() Brian Paul (12): softpipe: use 64-bit arithmetic in softpipe_resource_layout() mesa: don't call ctx->Driver.ClearBufferSubData() if size==0 st/osmesa: check buffer size when searching for buffers mesa: fix copy & paste bugs in pack_ubyte_SARGB8() mesa: fix copy & paste bugs in pack_ubyte_SRGB8() c11/threads: don't include assert.h if the assert macro is already defined mesa: fix unpack_Z32_FLOAT_X24S8() / unpack_Z32_FLOAT() mix-up st/mesa: add null pointer checking in query object functions mesa: fix glMultiDrawArrays inside a display list cso: fix sampler view count in cso_set_sampler_views() svga: replace sampler assertion with conditional svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create() Carl Worth (4): cherry-ignore: Ignore a few patches glsl: Allow explicit binding on atomics again Update VERSION to 10.1.1 docs: Add release notes for 10.1.1 Chia-I Wu (1): i965/vec4: fix record clearing in copy propagation Christian König (2): st/mesa: recreate sampler view on context change v3 st/mesa: fix sampler view handling with shared textures v4 Courtney Goeltzenleuchter (1): mesa: add bounds checking to eliminate buffer overrun Emil Velikov (5): nv50: add missing brackets when handling the samplers array mesa: return v.value_int64 when the requested type is TYPE_INT64 configure: enable dri3 only for linux glx: drop obsolete _XUnlock_Mutex in __glXInitialize error path configure: cleanup libudev handling Eric Anholt (1): i965: Fix buffer overruns in MSAA MCS buffer clearing. Hans (2): util: don't define isfinite(), isnan() for MSVC >= 1800 mesa: don't define c99 math functions for MSVC >= 1800 Ian Romanick (7): linker: Split set_uniform_binding into separate functions for blocks and samplers linker: Various trivial clean-ups in set_sampler_binding linker: Fold set_uniform_binding into call site linker: Clean up "unused parameter" warnings linker: Set block bindings based on UniformBlocks rather than UniformStorage linker: Set binding for all elements of UBO array glsl: Propagate explicit binding information from the AST all the way to the linker Ilia Mirkin (8): nouveau: fix fence waiting logic in screen destroy nv50: adjust blit_3d handling of ms output textures loader: add special logic to distinguish nouveau from nouveau_vieux mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture nouveau: add forgotten GL_COMPRESSED_INTENSITY to texture format list nouveau: there may not have been a texture if the fbo was incomplete nvc0/ir: move sample id to second source arg to fix sampler2DMS nouveau: fix firmware check on nvd7/nvd9 Johannes Nixdorf (1): configure.ac: fix the detection of expat with pkg-config Jonathan Gray (7): gallium: add endian detection for OpenBSD loader: use 0 instead of FALSE which isn't defined loader: don't limit the non-udev path to only android megadriver_stub.c: don't use _GNU_SOURCE to gate the compat code egl/dri2: don't require libudev to build drm/wayland platforms egl/dri2: use drm macros to construct device name configure: don't require libudev for gbm or egl drm/wayland José Fonseca (4): c11/threads: Fix nano to milisecond conversion. mapi/u_thread: Use GetCurrentThreadId c11/threads: Don't implement thrd_current on Windows. draw: Duplicate TGSI tokens in draw_pipe_pstipple module. Kenneth Graunke (4): i965/fs: Fix register comparisons in saturate propagation. glsl: Fix lack of i2u in lower_ubo_reference. i965: Stop advertising GL_MESA_ycbcr_texture. glsl: Try vectorizing when seeing a repeated assignment to a channel. Marek Olšák (13): r600g: fix texelFetchOffset GLSL functions r600g: fix blitting the last 2 mipmap levels for Evergreen mesa: fix the format of glEdgeFlagPointer r600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTURE_ARRAY_LAYERS limits st/mesa: fix per-vertex edge flags and GLSL support (v2) mesa: mark GL_RGB9_E5 as not color-renderable mesa: fix texture border handling for cube arrays mesa: allow generating mipmaps for cube arrays mesa: fix software fallback for generating mipmaps for cube arrays mesa: fix software fallback for generating mipmaps for 3D textures st/mesa: fix generating mipmaps for cube arrays st/mesa: drop the lowering of quad strips to triangle strips r600g: implement edge flags Matt Turner (4): mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__. i965/fs: Fix off-by-one in saturate propagation. i965/fs: Don't propagate saturate modifiers into partial writes. i965/fs: Don't propagate saturation modifiers if there are source modifiers. Michel Dänzer (1): r600g: Don't leak bytecode on shader compile failure Mike Stroyan (1): i965: Avoid dependency hints on math opcodes Thomas Hellstrom (5): winsys/svga: Replace the query mm buffer pool with a slab pool v3 winsys/svga: Update the vmwgfx_drm.h header to latest version from kernel winsys/svga: Fix prime surface references also for guest-backed surfaces st/xa: Bind destination before setting new state st/xa: Make sure unused samplers are set to NULL Tom Stellard (1): configure: Use LLVM shared libraries by default --- VERSION | 2 bin/.cherry-ignore | 9 configure.ac | 56 +- docs/relnotes/10.1.1.html | 251 ++++++++++ include/c11/threads_posix.h | 2 include/c11/threads_win32.h | 38 + include/pci_ids/pci_id_driver_map.h | 81 --- scons/gallium.py | 5 src/egl/drivers/dri2/egl_dri2.c | 2 src/egl/drivers/dri2/platform_drm.c | 7 src/gallium/auxiliary/cso_cache/cso_context.c | 7 src/gallium/auxiliary/draw/draw_pipe_pstipple.c | 3 src/gallium/auxiliary/util/u_blitter.c | 2 src/gallium/auxiliary/util/u_gen_mipmap.c | 48 - src/gallium/auxiliary/util/u_math.h | 4 src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 14 src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp | 2 src/gallium/drivers/nouveau/nouveau_vp3_video.c | 6 src/gallium/drivers/nouveau/nv30/nv30_screen.c | 14 src/gallium/drivers/nouveau/nv50/nv50_screen.c | 11 src/gallium/drivers/nouveau/nv50/nv50_state.c | 3 src/gallium/drivers/nouveau/nv50/nv50_surface.c | 12 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 9 src/gallium/drivers/r600/evergreen_state.c | 41 + src/gallium/drivers/r600/r600_blit.c | 6 src/gallium/drivers/r600/r600_pipe.c | 8 src/gallium/drivers/r600/r600_pipe.h | 3 src/gallium/drivers/r600/r600_shader.c | 159 +++++- src/gallium/drivers/r600/r600_shader.h | 1 src/gallium/drivers/radeonsi/si_pipe.c | 9 src/gallium/drivers/softpipe/sp_texture.c | 6 src/gallium/drivers/svga/svga_context.c | 4 src/gallium/drivers/svga/svga_state_fs.c | 36 + src/gallium/drivers/svga/svga_state_tss.c | 2 src/gallium/include/pipe/p_config.h | 10 src/gallium/state_trackers/osmesa/osmesa.c | 11 src/gallium/state_trackers/xa/xa_renderer.c | 11 src/gallium/targets/haiku-softpipe/GalliumContext.cpp | 12 src/gallium/winsys/svga/drm/vmw_screen.h | 4 src/gallium/winsys/svga/drm/vmw_screen_dri.c | 7 src/gallium/winsys/svga/drm/vmw_screen_ioctl.c | 76 ++- src/gallium/winsys/svga/drm/vmw_screen_pools.c | 18 src/gallium/winsys/svga/drm/vmwgfx_drm.h | 13 src/glsl/ast_to_hir.cpp | 7 src/glsl/link_uniform_block_active_visitor.cpp | 8 src/glsl/link_uniform_block_active_visitor.h | 3 src/glsl/link_uniform_blocks.cpp | 14 src/glsl/link_uniform_initializers.cpp | 119 +++- src/glsl/lower_ubo_reference.cpp | 10 src/glsl/opt_vectorize.cpp | 1 src/glx/dri2_glx.c | 20 src/glx/glxext.c | 4 src/loader/Makefile.sources | 3 src/loader/loader.c | 11 src/loader/pci_id_driver_map.c | 55 ++ src/loader/pci_id_driver_map.h | 85 +++ src/mapi/u_thread.h | 18 src/mesa/drivers/dri/common/megadriver_stub.c | 4 src/mesa/drivers/dri/i965/brw_fs_saturate_propagation.cpp | 8 src/mesa/drivers/dri/i965/brw_vec4.cpp | 8 src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp | 21 src/mesa/drivers/dri/i965/intel_extensions.c | 1 src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 2 src/mesa/drivers/dri/nouveau/nouveau_fbo.c | 3 src/mesa/drivers/dri/nouveau/nouveau_texture.c | 1 src/mesa/main/bufferobj.c | 12 src/mesa/main/fbobject.c | 4 src/mesa/main/format_pack.c | 8 src/mesa/main/format_unpack.c | 8 src/mesa/main/genmipmap.c | 4 src/mesa/main/get.c | 6 src/mesa/main/imports.h | 2 src/mesa/main/mipmap.c | 44 - src/mesa/main/streaming-load-memcpy.c | 3 src/mesa/main/texcompress_etc.c | 78 ++- src/mesa/main/teximage.c | 29 - src/mesa/main/texparam.c | 13 src/mesa/main/varray.c | 11 src/mesa/state_tracker/st_atom.c | 9 src/mesa/state_tracker/st_atom_texture.c | 10 src/mesa/state_tracker/st_cb_queryobj.c | 18 src/mesa/state_tracker/st_context.c | 17 src/mesa/state_tracker/st_draw.c | 10 src/mesa/state_tracker/st_gen_mipmap.c | 3 src/mesa/state_tracker/st_program.c | 4 src/mesa/state_tracker/st_texture.c | 7 src/mesa/state_tracker/st_texture.h | 4 87 files changed, 1337 insertions(+), 398 deletions(-) ---