[Mesa-dev] [git pull] 9.0 fixes

Andreas Boll andreas.boll.dev at gmail.com
Wed Sep 12 13:45:56 PDT 2012


Hi list,

I've cherry-picked some commits for the 9.0 branch.
I've done a piglit (1d05317) quick-driver run with r600g on my rv770
without any regressions.
Could someone pull from my branch and push the patches to the 9.0 branch?

I think we should probably cherry-pick almost all of the radeonsi
fixes from master,
because it's a pretty new experimental driver which was introduced
during 9.0 development cycle.
Shouldn't we?

Andreas.


The following changes since commit 7f011e20758b1f4552d56dd40204605f7ae0e3c3:

  Set OSMESA_VERSION=8. (2012-09-07 15:29:48 -0400)

are available in the git repository at:

  git://github.com/andreasboll/mesa.git 9.0-fixes

for you to fetch changes up to c586fce4fb537e904e35cb5197b6b7fe02217acb:

  r600g: adjust QUANT_MODE for higher precision (2012-09-12 11:57:36 +0200)

----------------------------------------------------------------
Brian Paul (6):
      st/mesa: s/CALLOC/calloc/ to fix allocation bug
      mesa: fix per-level max texture size error checking
      glapi/glx: rename 'table' variable to 'disp_table'
      mesa: do internal format error checking for glTexStorage()
      mesa: make _mesa_get_proxy_target() non-static
      mesa: fix proxy texture error handling in glTexStorage()

Eric Anholt (1):
      i965: Fix virtual_grf_interferes() between
calculate_live_intervals() and DCE.

Kenneth Graunke (1):
      glsl: Generate compile errors for explicit blend indices < 0 or > 1.

Paul Berry (1):
      mesa/msaa: Allow X and Y flips in multisampled blits.

Vadim Girlin (2):
      mesa: don't wait in _mesa_ClientWaitSync if timeout is 0
      r600g: adjust QUANT_MODE for higher precision

 src/gallium/drivers/r600/evergreen_state.c         |    3 +-
 src/gallium/drivers/r600/evergreend.h              |   11 ++
 src/gallium/drivers/r600/r600_state.c              |    3 +-
 src/gallium/drivers/r600/r600d.h                   |    9 ++
 src/glsl/ast_to_hir.cpp                            |   19 ++-
 src/mapi/glapi/gen/glX_proto_send.py               |    4 +-
 .../drivers/dri/i965/brw_fs_live_variables.cpp     |   24 ++++
 src/mesa/main/fbobject.c                           |    4 +-
 src/mesa/main/syncobj.c                            |    8 +-
 src/mesa/main/teximage.c                           |   48 ++++----
 src/mesa/main/teximage.h                           |    2 +
 src/mesa/main/texstorage.c                         |  126 ++++++++++++++------
 src/mesa/state_tracker/st_mesa_to_tgsi.c           |    2 +-
 13 files changed, 194 insertions(+), 69 deletions(-)


More information about the mesa-dev mailing list