[Xquartz-changes] mesa: Changes to 'refs/tags/mesa-8.0.1'
Jeremy Huddleston
jeremyhu at freedesktop.org
Thu Jan 1 01:05:52 PST 2015
Tag 'mesa-8.0.1' created by Ian Romanick <ian.d.romanick at intel.com> at 2012-02-17 02:57 -0800
Mesa 8.0.1 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAk89wgcACgkQX1gOwKyEAw8W2gCcCc/2tbcRVe/w6FVs8PUTOP4i
0HoAn00nJQafaq5k4e3+Hpk0FfAhl3aw
=nBiX
-----END PGP SIGNATURE-----
Changes since mesa-8.0:
Alex Deucher (2):
r600g: fix tex tile_type offset for cayman
r600g: 128 bit formats require tile_type = 1 on cayman
Anuj Phogat (2):
meta: Add pixel store/pack operations in decompress_texture_image
meta: Avoid FBO resizing/reallocating in decompress_texture_image
Brian Paul (6):
docs: add news item for 8.0 release
docs: update info about supported systems, GPUs, APIs
docs: add VMware link
docs: remove link to the GLSL compiler page
mesa: fix proxy texture target initialization
swrast: fix span color type selection
Chad Versace (2):
i965: Rewrite the HiZ op
i965: Remove file i965/junk, accidentally added in 7b36c68
Dave Airlie (1):
st/mesa: only resolve if number of samples is > 1
Eric Anholt (3):
i965: Fix HiZ change compiler warning.
i965: Report the failure message when failing to compile the fragment shader.
i965/fs: Enable register spilling on gen7 too.
Ian Romanick (5):
docs: Add 8.0 MD5 checksums
glapi: Include GLES2 headers for ES2 extension functions
swrast: Only avoid empty _TexEnvPrograms
mesa: Bump version number to 8.0.1
docs: Add 8.0.1 release notes
Kenneth Graunke (4):
i965: Fix border color on Ironlake.
i965/fs: Add a new fs_inst::regs_written function.
i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.
i965: Emit Ivybridge VS workaround flushes.
Mathias Fröhlich (1):
state_stracker: Fix access to uninitialized memory.
Paul Berry (1):
i915: Fix type of "specoffset" variable.
Simon Farnsworth (1):
r600g: Use a fake reloc to sleep for fences
---
Makefile | 2
docs/contents.html | 1
docs/news.html | 10
docs/relnotes-8.0.1.html | 151 ++++
docs/relnotes-8.0.html | 4
docs/systems.html | 68 +
docs/vmware-guest.html | 3
src/gallium/drivers/r600/evergreen_state.c | 16
src/gallium/drivers/r600/evergreend.h | 3
src/gallium/drivers/r600/r600_pipe.c | 25
src/gallium/drivers/r600/r600_pipe.h | 1
src/mapi/glapi/glapi_priv.h | 10
src/mesa/drivers/common/meta.c | 10
src/mesa/drivers/dri/i915/intel_tris.c | 2
src/mesa/drivers/dri/i965/Makefile.sources | 1
src/mesa/drivers/dri/i965/brw_context.c | 55 -
src/mesa/drivers/dri/i965/brw_context.h | 40 -
src/mesa/drivers/dri/i965/brw_draw.c | 47 -
src/mesa/drivers/dri/i965/brw_fs.cpp | 3
src/mesa/drivers/dri/i965/brw_fs.h | 12
src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp | 2
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp | 6
src/mesa/drivers/dri/i965/brw_misc_state.c | 2
src/mesa/drivers/dri/i965/brw_state_upload.c | 1
src/mesa/drivers/dri/i965/brw_vtbl.c | 14
src/mesa/drivers/dri/i965/gen6_clip_state.c | 20
src/mesa/drivers/dri/i965/gen6_depthstencil.c | 9
src/mesa/drivers/dri/i965/gen6_hiz.c | 829 ++++++++++++++--------
src/mesa/drivers/dri/i965/gen6_hiz.h | 38 +
src/mesa/drivers/dri/i965/gen6_sf_state.c | 16
src/mesa/drivers/dri/i965/gen6_vs_state.c | 9
src/mesa/drivers/dri/i965/gen6_wm_state.c | 20
src/mesa/drivers/dri/i965/gen7_clip_state.c | 20
src/mesa/drivers/dri/i965/gen7_hiz.c | 464 ++++++++++++
src/mesa/drivers/dri/i965/gen7_hiz.h | 43 +
src/mesa/drivers/dri/i965/gen7_sf_state.c | 19
src/mesa/drivers/dri/i965/gen7_urb.c | 2
src/mesa/drivers/dri/i965/gen7_vs_state.c | 2
src/mesa/drivers/dri/i965/gen7_wm_state.c | 18
src/mesa/drivers/dri/intel/intel_batchbuffer.c | 26
src/mesa/drivers/dri/intel/intel_batchbuffer.h | 1
src/mesa/main/texstate.c | 19
src/mesa/main/version.h | 4
src/mesa/state_tracker/st_cb_blit.c | 3
src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 2
src/mesa/swrast/s_context.h | 3
src/mesa/swrast/s_fragprog.c | 3
src/mesa/swrast/s_renderbuffer.c | 28
src/mesa/swrast/s_span.c | 14
49 files changed, 1532 insertions(+), 569 deletions(-)
---
More information about the Xquartz-changes
mailing list