[Xquartz-changes] mesa: Changes to 'refs/tags/mesa-10.3.3'

Jeremy Huddleston jeremyhu at freedesktop.org
Thu Jan 1 01:26:10 PST 2015


Tag 'mesa-10.3.3' created by Emil Velikov <emil.l.velikov at gmail.com> at 2014-11-08 17:05 -0800

Mesa 10.3.3 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABAgAGBQJUXk1aAAoJEO2uN7As60kNgy4P/junWfLaxjfBus2pCuGeZwDB
2JArdV0nPyUevMB48yheSTWA0CHzTHJ0WYbLQh38ejjIdxYwTx05iWnt+mQxMyZv
e0GSIv+f7r8k8C8i7+0qUbHurtFuFL5F6qZujBSMb0P0l5cSLqDp0cJTzXaMoZkX
NADx9/DjL4B+o/M+7m9EyAL2ug+Fs8gXFiH3uXLEHcO6xJZrAbQuzI76n6BbiQPD
/2C10y7kQruaLRp6IoijCw2LmdMu70p7y2jm0QSC77x1iCd++KOafLtVfnSXsMj1
8kFbbhRjZENI3GiAbw1ry4HbGBrf+cY9fkc2ODgRozVwI6tkYNkNNolaKPIs7pgC
Ue2CuP+PWnrFnXTahitQSXxlkil8WEkYjQCeWIdtYt+nRx07HaJPJudzYdbN5OSY
rlC/Sl3KGp+KZvIa9azAg7TwUGHet8wLB7YZSsth+e4zpvr3q7ZNsplduaH+eJI/
rRMbKhya935yUiNW0YeWA1mje2Ajn4HAhMMUvqqUlS34FOYDL8Uh8JXmtNzsVnRN
IRtwcjQADfjvyDOHA3HD6N2VhHjCt8nXAnJE2g4ZkfVJ5MdIUJLJncD0HrBpjNE7
VA7X3W4llV2tnQctCe7KgjlBc5BQrabxJkJaQdZTSUBZuIKJbuZHANpOiOBtGapa
gRNPhf1H86s48HNapo/9
=37bM
-----END PGP SIGNATURE-----

Changes since mesa-10.3.2:
Anuj Phogat (2):
      glsl: Fix crash due to negative array index
      glsl: Use signed array index in update_max_array_access()

Brian Paul (1):
      mesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVC

Emil Velikov (3):
      docs: Add sha256 sums for the 10.3.2 release
      Update version to 10.3.3
      Add release notes for the 10.3.3 release

Ilia Mirkin (27):
      freedreno/ir3: fix FSLT/etc handling to return 0/-1 instead of 0/1.0
      freedreno/ir3: INEG operates on src0, not src1
      freedreno/ir3: add UARL support
      freedreno/ir3: negate result of USLT/etc
      freedreno/ir3: use unsigned comparison for UIF
      freedreno/ir3: add TXL support
      freedreno/ir3: fix UCMP handling
      freedreno/ir3: implement UMUL correctly
      freedreno: add default .dir-locals.el for emacs settings
      freedreno/ir3: make texture instruction construction more dynamic
      freedreno/ir3: fix TXB/TXL to actually pull the bias/lod argument
      freedreno/ir3: add TXQ support
      freedreno/ir3: add TXB2 support
      freedreno: dual-source render targets are not supported
      freedreno: instanced drawing/compute not yet supported
      freedreno/ir3: avoid fan-in sources referring to same instruction
      freedreno/ir3: add IDIV/UDIV support
      freedreno/ir3: add UMOD support, based on UDIV
      freedreno/ir3: add MOD support
      freedreno/ir3: add ISSG support
      freedreno/ir3: add UMAD support
      freedreno/ir3: make TXQ return integers, not floats
      freedreno/ir3: shadow comes before array
      freedreno/ir3: add texture offset support
      freedreno/ir3: add TXD support and expose ARB_shader_texture_lod
      freedreno/ir3: add TXF support
      freedreno: positions come out as integers, not half-integers

Jan Vesely (1):
      configure: include llvm systemlibs when using static llvm

Marek Olšák (5):
      r600g: fix polygon mode for points and lines and point/line fill modes
      radeonsi: fix polygon mode for points and lines and point/line fill modes
      radeonsi: fix incorrect index buffer max size for lowered 8-bit indices
      Revert "st/mesa: set MaxUnrollIterations = 255"
      r300g: remove enabled/disabled hyperz and AA compression messages

Mauro Rossi (1):
      gallium/nouveau: fully build the driver under android

Michel Dänzer (1):
      radeon/llvm: Dynamically allocate branch/loop stack arrays

Rob Clark (62):
      freedreno/ir3: detect scheduler fail
      freedreno/ir3: add TXB
      freedreno/ir3: add DDX/DDY
      freedreno/ir3: bit of debug
      freedreno/ir3: fix error in bail logic
      freedreno/ir3: fix constlen with relative addressing
      freedreno/ir3: add no-copy-propagate fallback step
      freedreno: don't overflow cmdstream buffer so much
      freedreno/ir3: fix potential segfault in RA
      freedreno: update generated headers
      freedreno/a3xx: enable hw primitive-restart
      freedreno/a3xx: handle rendering to layer != 0
      freedreno: update generated headers
      freedreno/a3xx: format fixes
      util/u_format: add _is_alpha()
      freedreno/a3xx: alpha render-target shenanigans
      freedreno/ir3: catch incorrect usage of tmp-dst
      freedreno/ir3: add missing put_dst
      freedreno: "fix" problems with excessive flushes
      freedreno: update generated headers
      freedreno/a3xx: 3d/array textures
      freedreno: add DRM_CONF_SHARE_FD
      freedreno/a3xx: more texture array fixes
      freedreno/a3xx: initial texture border-color
      freedreno: fix compiler warning
      freedreno: don't advertise mirror-clamp support
      freedreno: update generated headers
      freedreno: we have more than 0 viewports!
      freedreno: turn missing caps into compile warnings
      freedreno/a3xx: add LOD_BIAS
      freedreno/a3xx: add flat interpolation mode
      freedreno/a3xx: add 32bit integer vtx formats
      freedreno/a3xx: fix border color order
      freedreno: move bind_sampler_states to per-generation
      freedreno: add texcoord clamp support to lowering
      freedreno/a3xx: add support to emulate GL_CLAMP
      freedreno/a3xx: re-emit shaders on variant change
      freedreno/lowering: fix token calculation for lowering
      freedreno: destroy transfer pool after blitter
      freedreno: max-texture-lod-bias should be 15.0f
      freedreno: update generated headers
      freedreno/a3xx: handle large shader program sizes
      freedreno/a3xx: emit all immediates in one shot
      freedreno/ir3: fix lockups with lame FRAG shaders
      freedreno/a3xx: handle VS only outputting BCOLOR
      freedreno: query fixes
      freedreno/a3xx: refactor vertex state emit
      freedreno/a3xx: refactor/optimize emit
      freedreno/ir3: optimize shader key comparision
      freedreno: inline fd_draw_emit()
      freedreno: fix layer_stride
      freedreno: update generated headers
      freedreno/ir3: large const support
      freedreno/a3xx: more layer/level fixes
      freedreno/ir3: comment + better fxn name
      freedreno/ir3: fix potential gpu lockup with kill
      freedreno/a3xx: disable early-z when we have kill's
      freedreno/ir3: add debug flag to disable cp
      freedreno: clear vs scissor
      freedreno: mark scissor state dirty when enable bit changes
      freedreno/a3xx: fix viewport state during clear
      freedreno/a3xx: fix depth/stencil restore format

Tapani Pälli (2):
      glsl: fix uniform location count used for glsl types
      mesa: check that uniform exists in glUniform* functions

---
 VERSION                                                  |    2 
 configure.ac                                             |    7 
 docs/relnotes/10.3.2.html                                |    4 
 docs/relnotes/10.3.3.html                                |  207 +++
 src/gallium/auxiliary/target-helpers/inline_drm_helper.h |    2 
 src/gallium/auxiliary/util/u_format.c                    |   17 
 src/gallium/auxiliary/util/u_format.h                    |    2 
 src/gallium/drivers/freedreno/.dir-locals.el             |    8 
 src/gallium/drivers/freedreno/a2xx/a2xx.xml.h            |   18 
 src/gallium/drivers/freedreno/a2xx/fd2_draw.c            |   13 
 src/gallium/drivers/freedreno/a2xx/fd2_gmem.c            |    4 
 src/gallium/drivers/freedreno/a2xx/fd2_program.c         |    4 
 src/gallium/drivers/freedreno/a2xx/fd2_texture.c         |   20 
 src/gallium/drivers/freedreno/a3xx/a3xx.xml.h            |  170 ++
 src/gallium/drivers/freedreno/a3xx/fd3_context.c         |   34 
 src/gallium/drivers/freedreno/a3xx/fd3_context.h         |   54 
 src/gallium/drivers/freedreno/a3xx/fd3_draw.c            |  164 +-
 src/gallium/drivers/freedreno/a3xx/fd3_emit.c            |  142 +-
 src/gallium/drivers/freedreno/a3xx/fd3_emit.h            |   48 
 src/gallium/drivers/freedreno/a3xx/fd3_gmem.c            |   71 -
 src/gallium/drivers/freedreno/a3xx/fd3_program.c         |  154 +-
 src/gallium/drivers/freedreno/a3xx/fd3_program.h         |    5 
 src/gallium/drivers/freedreno/a3xx/fd3_query.c           |    4 
 src/gallium/drivers/freedreno/a3xx/fd3_texture.c         |  110 +
 src/gallium/drivers/freedreno/a3xx/fd3_texture.h         |    1 
 src/gallium/drivers/freedreno/a3xx/fd3_util.c            |   66 -
 src/gallium/drivers/freedreno/adreno_common.xml.h        |    9 
 src/gallium/drivers/freedreno/adreno_pm4.xml.h           |   12 
 src/gallium/drivers/freedreno/freedreno_context.c        |    8 
 src/gallium/drivers/freedreno/freedreno_context.h        |   34 
 src/gallium/drivers/freedreno/freedreno_draw.c           |   88 -
 src/gallium/drivers/freedreno/freedreno_draw.h           |   51 
 src/gallium/drivers/freedreno/freedreno_gmem.c           |   71 -
 src/gallium/drivers/freedreno/freedreno_gmem.h           |    7 
 src/gallium/drivers/freedreno/freedreno_lowering.c       |  221 +++
 src/gallium/drivers/freedreno/freedreno_lowering.h       |   10 
 src/gallium/drivers/freedreno/freedreno_program.c        |    4 
 src/gallium/drivers/freedreno/freedreno_query_hw.c       |   11 
 src/gallium/drivers/freedreno/freedreno_resource.c       |   49 
 src/gallium/drivers/freedreno/freedreno_screen.c         |   72 -
 src/gallium/drivers/freedreno/freedreno_state.c          |   14 
 src/gallium/drivers/freedreno/freedreno_texture.c        |   38 
 src/gallium/drivers/freedreno/freedreno_texture.h        |    4 
 src/gallium/drivers/freedreno/freedreno_util.h           |   30 
 src/gallium/drivers/freedreno/ir3/ir3.c                  |   13 
 src/gallium/drivers/freedreno/ir3/ir3.h                  |   26 
 src/gallium/drivers/freedreno/ir3/ir3_compiler.c         |  990 ++++++++++++---
 src/gallium/drivers/freedreno/ir3/ir3_compiler.h         |    2 
 src/gallium/drivers/freedreno/ir3/ir3_compiler_old.c     |   16 
 src/gallium/drivers/freedreno/ir3/ir3_cp.c               |   12 
 src/gallium/drivers/freedreno/ir3/ir3_depth.c            |   16 
 src/gallium/drivers/freedreno/ir3/ir3_ra.c               |   19 
 src/gallium/drivers/freedreno/ir3/ir3_sched.c            |   57 
 src/gallium/drivers/freedreno/ir3/ir3_shader.c           |   56 
 src/gallium/drivers/freedreno/ir3/ir3_shader.h           |   70 -
 src/gallium/drivers/nouveau/Android.mk                   |    2 
 src/gallium/drivers/r600/evergreen_state.c               |    6 
 src/gallium/drivers/r600/r600_state.c                    |    6 
 src/gallium/drivers/radeon/radeon_llvm.h                 |   10 
 src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c      |   33 
 src/gallium/drivers/radeonsi/si_state.c                  |    6 
 src/gallium/drivers/radeonsi/si_state_draw.c             |    2 
 src/gallium/targets/pipe-loader/pipe_msm.c               |   25 
 src/gallium/winsys/radeon/drm/radeon_drm_winsys.c        |    2 
 src/glsl/ast_array_index.cpp                             |    6 
 src/glsl/glsl_types.cpp                                  |   18 
 src/glsl/glsl_types.h                                    |    3 
 src/glsl/opt_array_splitting.cpp                         |    2 
 src/mesa/main/macros.h                                   |    8 
 src/mesa/main/uniform_query.cpp                          |   16 
 src/mesa/state_tracker/st_extensions.c                   |    3 
 71 files changed, 2777 insertions(+), 712 deletions(-)
---


More information about the Xquartz-changes mailing list