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

mesa: Changes to 'refs/tags/mesa-8.0-rc1'



Tag 'mesa-8.0-rc1' created by Jakob Bornecrantz <jakob@vmware.com> at 2012-01-13 21:23 +0000

mesa 8.0-rc1

Changes since 8.0-branchpoint:
Brian Paul (18):
      mesa: include uniforms.h to silence warning, remove unused var
      mesa: remove const qualifier from fProg to silence warning
      configs: fix, simplify RADEON_LIBS, RADEON_CFLAGS
      st/mesa: fix struct vs. class compilation warning
      sofpipe: remove extraneous semicolon
      meta: fix incorrect argument order in setup_texture_coords() call
      mesa: fix incorrect float vs. int values in a few places
      mesa: fix ir_variable declaration
      swrast: use BITFIELD64_BIT() macro to fix MSVC warnings
      mesa: remove incorrect (float) cast in mipmap do_row()
      intel: fix mapping of malloc'd renderbuffers
      intel: move declaration before code
      osmesa: fix glReadPixels, etc
      docs: freshen up the introduction page with Mesa 8.0 info, etc
      osmesa: fix renderbuffer format selection
      mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()
      docs: new page describing how to build, install VMware SVGA3D guest driver
      docs: add links to xf86-video-vmware wiki pages

Dave Airlie (2):
      r600g: don't advertise integers yet on r600.
      softpipe: bump max texture array layers to 256.

Eric Anholt (6):
      i965/gen7: Fix depth buffer rendering to tile offsets.
      meta: Add GL_RED/GL_RG support to meta CopyTexImage.
      mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.
      mesa: Throw the required error for glReadPixels() from a multisampled FBO.
      mesa: Throw the required error for glCopyTex{Sub,}Image from multisample FBO.
      mesa: Throw the required error for glCopyPixels from multisample FBO.

Jakob Bornecrantz (1):
      mesa: Bump version number to 8.0-rc1

José Fonseca (1):
      svga: Fix user clip planes.

Neil Roberts (1):
      gen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLES

Thomas Hellstrom (3):
      gallium/svga: Pass the SVGA3D_SURFACE_HINT_RENDERTARGET flag to the device
      st/xa: Bump version to 1.0.0 according to the README
      configure: Add the svga gallium driver to the default gallium drivers

---
 Makefile                                          |    2 
 configs/linux-dri                                 |    5 
 configure.ac                                      |    2 
 docs/contents.html                                |    1 
 docs/intro.html                                   |   31 +++
 docs/vmware-guest.html                            |  194 ++++++++++++++++++++++
 src/gallium/drivers/r600/r600_pipe.c              |    2 
 src/gallium/drivers/softpipe/sp_screen.c          |    4 
 src/gallium/drivers/svga/svga_resource_texture.c  |    9 -
 src/gallium/drivers/svga/svga_state_framebuffer.c |    2 
 src/gallium/drivers/svga/svga_state_rss.c         |    5 
 src/gallium/state_trackers/xa/xa_tracker.h        |    4 
 src/gallium/targets/xa-vmwgfx/Makefile            |    4 
 src/mesa/drivers/common/meta.c                    |    7 
 src/mesa/drivers/dri/i965/brw_misc_state.c        |    4 
 src/mesa/drivers/dri/i965/gen6_hiz.c              |   34 +++
 src/mesa/drivers/dri/i965/gen7_misc_state.c       |    4 
 src/mesa/drivers/dri/intel/intel_fbo.c            |   17 +
 src/mesa/drivers/osmesa/osmesa.c                  |  144 +++++++++++-----
 src/mesa/main/drawpix.c                           |    6 
 src/mesa/main/fbobject.c                          |    3 
 src/mesa/main/ff_fragment_shader.cpp              |    2 
 src/mesa/main/format_pack.c                       |    2 
 src/mesa/main/mipmap.c                            |    2 
 src/mesa/main/readpix.c                           |    5 
 src/mesa/main/shaderapi.c                         |    3 
 src/mesa/main/state.c                             |    2 
 src/mesa/main/teximage.c                          |   14 +
 src/mesa/main/texstore.c                          |    6 
 src/mesa/main/version.h                           |    2 
 src/mesa/state_tracker/st_glsl_to_tgsi.cpp        |    2 
 src/mesa/swrast/s_aalinetemp.h                    |    2 
 src/mesa/swrast/s_context.c                       |    2 
 src/mesa/swrast/s_span.c                          |    6 
 34 files changed, 435 insertions(+), 99 deletions(-)
---


Reply to: