[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'refs/tags/mesa-10.0.1-1'



Tag 'mesa-10.0.1-1' created by Maarten Lankhorst <maarten.lankhorst@canonical.com> at 2013-12-19 11:43 +0000

Debian release 10.0.1-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAABAgAGBQJSstv/AAoJEP5VjHKmcBPD/KYP/0gKgEejYHLzMPHbX585dIe2
cALbq3xFgUjbXtBEH5B8If37zfJcbzCQN5jMibU9I5dUITWNgKcSmGamudfMJL3l
rp2EMs0sV/32DJ5EZhyNVIyIbJwaDZRnD8QQ1lFbEPz/6S9Hxo98KVN1LbdnQ1i1
/eIPBhlALvuKujHO8Va/2VJb1di6+8eH7werC6FhKuVfxWm4FT4V50fLp3YRdoe+
7rCeuf9G3KVa5H8n70v2LOSSWq5iNmEQoR/kuSwcmUl2zRhl/4/r52Zz3vFr5jdF
WREJk7R5JHyyoviEYCXYWIx3N+mWK9DMo1neTbkmPWd1+VyPQNrTz8lJcalRYGOk
C+EGQbOdKBz897pVr4ns8Mu7Z1f11+hHmmZhcpkad1Vq/FGyw4YBfzXaPNyzOvdg
k/YosegHaFp5D5u/tIr1kvm5tYmIalgKEmSaVnexrlXHnZ/yEGOlMSyIkOT4NKqh
qafGvUsx5cuxAOQQYqeXtX4aQTmrx/p0HGu3049c8lVh68OiaHFdsKhveS34RZH6
TgYnNUzc+zP60FNe7e0Wnf1+vYUedFtuu173j2ZES8Q9dtsGV3w/YRnuvcVVGsMX
jCdriwIlYy9ZluiipYYBhcippUIiqmrgbk1z1iYE8P5/0rkBkAdR8tb7KL+aRzrI
lM3Bbi9A3PIFTMT2JlpK
=aCPS
-----END PGP SIGNATURE-----

Changes since mesa-10.0.0-1:
Axel Davy (2):
      egl/wayland: Flush the wl_display at the end of SwapBuffers
      Enable throttling in SwapBuffers

Carl Worth (4):
      docs: Add release notes for 10.0.1
      Makefile: Add bin/test-driver to EXTRA_FILES
      Update version for the 10.0.1 release.
      docs: Add md5sums for the 10.0.1 release.

Chad Versace (2):
      i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
      i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)

Dave Airlie (1):
      swrast: fix readback regression since inversion fix

Emil Velikov (1):
      automake: include only one copy VERSION in tarball

Ian Romanick (2):
      Remove a057b83 from the pick list
      glsl: Don't emit empty declaration warning for a struct specifier

Ilia Mirkin (8):
      mesa: don't leak performance monitors on context destroy
      nv50: Fix GPU_READING/WRITING bit removal
      nouveau: avoid leaking fences while waiting
      nv50: wait on the buf's fence before sticking it into pushbuf
      nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
      nouveau/video: update h264 picparm field names based on usage
      nouveau/video: update a few more h264 picparm field names
      nv50: report 15 max inputs for fragment programs

Jordan Justen (1):
      dri megadriver_stub: add compatibility for older DRI loaders

Kristian Høgsberg (2):
      egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffers
      egl/wayland: Send commit after flushing the driver context

Maarten Lankhorst (7):
      Do not attempt to build i915 and i965 on arm.
      Enable radeonsi on arm, and drop EXTRA_SED.
      nouveau: Fix compiler warning regression
      Merge branch 'upstream-experimental' into debian-experimental
      bump changelog
      Disable llvmpipe on armhf, it regresses.
      release to experimental

Paul Berry (1):
      i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats.

Thomas Hellstrom (1):
      st/xa: Bump major version number to 2

Tom Stellard (2):
      r300/compiler/tests: Fix segfault
      r300/compiler/tests: Fix line length check in test parser

---
 Makefile.am                                                              |    2 
 VERSION                                                                  |    2 
 bin/.cherry-ignore                                                       |    5 
 debian/changelog                                                         |    9 
 debian/rules                                                             |   20 -
 docs/relnotes/10.0.1.html                                                |  150 ++++++++++
 src/egl/drivers/dri2/platform_wayland.c                                  |   21 +
 src/gallium/drivers/nouveau/nouveau_buffer.c                             |    3 
 src/gallium/drivers/nouveau/nouveau_fence.c                              |   11 
 src/gallium/drivers/nouveau/nouveau_vp3_video.c                          |    7 
 src/gallium/drivers/nouveau/nouveau_vp3_video_vp.c                       |   61 ++--
 src/gallium/drivers/nouveau/nv50/nv50_screen.c                           |    2 
 src/gallium/drivers/nouveau/nv50/nv50_state_validate.c                   |    4 
 src/gallium/drivers/nouveau/nv50/nv50_tex.c                              |    2 
 src/gallium/drivers/nouveau/nv50/nv50_vbo.c                              |    9 
 src/gallium/drivers/nouveau/nv50/nv98_video.c                            |    6 
 src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c |   11 
 src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c                |    4 
 src/gallium/state_trackers/xa/xa_tracker.h                               |    2 
 src/glsl/ast_to_hir.cpp                                                  |    2 
 src/mesa/drivers/dri/common/megadriver_stub.c                            |  126 ++++++++
 src/mesa/drivers/dri/i965/brw_blorp_blit.cpp                             |   15 +
 src/mesa/drivers/dri/i965/brw_blorp_clear.cpp                            |   29 -
 src/mesa/drivers/dri/swrast/swrast.c                                     |    2 
 src/mesa/main/context.c                                                  |    1 
 src/mesa/main/performance_monitor.c                                      |   19 +
 src/mesa/main/performance_monitor.h                                      |    3 
 27 files changed, 432 insertions(+), 96 deletions(-)
---


Reply to: