Go to file
Igor Gnatenko a70dedee9c 10.1.1 upstream release
- docs: Add the MD5 sums for the 10.1.1 release tar files. (Carl Worth)
- docs: Add release notes for 10.1.1 (Carl Worth)
- Update VERSION to 10.1.1 (Carl Worth)
- i965: Fix buffer overruns in MSAA MCS buffer clearing. (Eric Anholt)
- i965: Avoid dependency hints on math opcodes (Mike Stroyan)
- glsl: Try vectorizing when seeing a repeated assignment to a channel. (Kenneth Graunke)
- glsl: Propagate explicit binding information from the AST all the way to the linker (Ian Romanick)
- linker: Set binding for all elements of UBO array (Ian Romanick)
- linker: Set block bindings based on UniformBlocks rather than UniformStorage (Ian Romanick)
- linker: Clean up "unused parameter" warnings (Ian Romanick)
- glsl: Allow explicit binding on atomics again (Carl Worth)
- linker: Fold set_uniform_binding into call site (Ian Romanick)
- linker: Various trivial clean-ups in set_sampler_binding (Ian Romanick)
- linker: Split set_uniform_binding into separate functions for blocks and samplers (Ian Romanick)
- configure: don't require libudev for gbm or egl drm/wayland (Jonathan Gray)
- configure: cleanup libudev handling (Emil Velikov)
- configure: Use LLVM shared libraries by default (Tom Stellard)
- i965/fs: Don't propagate saturation modifiers if there are source modifiers. (Matt Turner)
- i965/fs: Don't propagate saturate modifiers into partial writes. (Matt Turner)
- i965/fs: Fix off-by-one in saturate propagation. (Matt Turner)
- haiku: Fix build through scons corrections and viewport fixes (Alexander von Gluck IV)
- egl/dri2: use drm macros to construct device name (Jonathan Gray)
- cherry-ignore: Ignore a few patches (Carl Worth)
- r600g: implement edge flags (Marek Olšák)
- r600g: Don't leak bytecode on shader compile failure (Michel Dänzer)
- glx: drop obsolete _XUnlock_Mutex in __glXInitialize error path (Emil Velikov)
- svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create() (Brian Paul)
- i965: Stop advertising GL_MESA_ycbcr_texture. (Kenneth Graunke)
- mesa: add bounds checking to eliminate buffer overrun (Courtney Goeltzenleuchter)
- svga: replace sampler assertion with conditional (Brian Paul)
- i965/vec4: fix record clearing in copy propagation (Chia-I Wu)
- glsl: Fix lack of i2u in lower_ubo_reference. (Kenneth Graunke)
- st/xa: Make sure unused samplers are set to NULL (Thomas Hellstrom)
- st/xa: Bind destination before setting new state (Thomas Hellstrom)
- nouveau: fix firmware check on nvd7/nvd9 (Ilia Mirkin)
- winsys/svga: Fix prime surface references also for guest-backed surfaces (Thomas Hellstrom)
- winsys/svga: Update the vmwgfx_drm.h header to latest version from kernel (Thomas Hellstrom)
- egl/dri2: don't require libudev to build drm/wayland platforms (Jonathan Gray)
- configure.ac: fix the detection of expat with pkg-config (Johannes Nixdorf)
- megadriver_stub.c: don't use _GNU_SOURCE to gate the compat code (Jonathan Gray)
- loader: don't limit the non-udev path to only android (Jonathan Gray)
- loader: use 0 instead of FALSE which isn't defined (Jonathan Gray)
- cso: fix sampler view count in cso_set_sampler_views() (Brian Paul)
- winsys/svga: Replace the query mm buffer pool with a slab pool v3 (Thomas Hellstrom)
- configure: enable dri3 only for linux (Emil Velikov)
- mesa: fix glMultiDrawArrays inside a display list (Brian Paul)
- st/mesa: add null pointer checking in query object functions (Brian Paul)
- mesa: fix unpack_Z32_FLOAT_X24S8() / unpack_Z32_FLOAT() mix-up (Brian Paul)
- st/mesa: fix sampler view handling with shared textures v4 (Christian König)
- draw: Duplicate TGSI tokens in draw_pipe_pstipple module. (José Fonseca)
- st/mesa: recreate sampler view on context change v3 (Christian König)
- nvc0/ir: move sample id to second source arg to fix sampler2DMS (Ilia Mirkin)
- st/mesa: drop the lowering of quad strips to triangle strips (Marek Olšák)
- st/mesa: fix generating mipmaps for cube arrays (Marek Olšák)
- mesa: fix software fallback for generating mipmaps for 3D textures (Marek Olšák)
- mesa: fix software fallback for generating mipmaps for cube arrays (Marek Olšák)
- mesa: allow generating mipmaps for cube arrays (Marek Olšák)
- mesa: fix texture border handling for cube arrays (Marek Olšák)
- c11/threads: don't include assert.h if the assert macro is already defined (Brian Paul)
- nouveau: there may not have been a texture if the fbo was incomplete (Ilia Mirkin)
- nouveau: add forgotten GL_COMPRESSED_INTENSITY to texture format list (Ilia Mirkin)
- mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture (Ilia Mirkin)
- loader: add special logic to distinguish nouveau from nouveau_vieux (Ilia Mirkin)
- mesa: mark GL_RGB9_E5 as not color-renderable (Marek Olšák)
- st/mesa: fix per-vertex edge flags and GLSL support (v2) (Marek Olšák)
- i965/fs: Fix register comparisons in saturate propagation. (Kenneth Graunke)
- mesa: return v.value_int64 when the requested type is TYPE_INT64 (Emil Velikov)
- nv50: add missing brackets when handling the samplers array (Emil Velikov)
- r600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTURE_ARRAY_LAYERS limits (Marek Olšák)
- gallium: add endian detection for OpenBSD (Jonathan Gray)
- nv50: adjust blit_3d handling of ms output textures (Ilia Mirkin)
- nouveau: fix fence waiting logic in screen destroy (Ilia Mirkin)
- mesa: fix the format of glEdgeFlagPointer (Marek Olšák)
- r600g: fix blitting the last 2 mipmap levels for Evergreen (Marek Olšák)
- r600g: fix texelFetchOffset GLSL functions (Marek Olšák)
- mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__. (Matt Turner)
- mesa: fix copy & paste bugs in pack_ubyte_SRGB8() (Brian Paul)
- mesa: fix copy & paste bugs in pack_ubyte_SARGB8() (Brian Paul)
- gallium/util: Fix memory leak (Aaron Watry)
- mesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL combinations in glTexImage{123}D() (Anuj Phogat)
- mesa: Set initial internal format of a texture to GL_RGBA (Anuj Phogat)
- st/osmesa: check buffer size when searching for buffers (Brian Paul)
- c11/threads: Don't implement thrd_current on Windows. (José Fonseca)
- mapi/u_thread: Use GetCurrentThreadId (José Fonseca)
- c11/threads: Fix nano to milisecond conversion. (José Fonseca)
- mesa: don't define c99 math functions for MSVC >= 1800 (Hans)
- util: don't define isfinite(), isnan() for MSVC >= 1800 (Hans)
- mesa: don't call ctx->Driver.ClearBufferSubData() if size==0 (Brian Paul)
- softpipe: use 64-bit arithmetic in softpipe_resource_layout() (Brian Paul)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-04-19 18:52:47 +04:00
.gitignore 10.1.1 upstream release 2014-04-19 18:52:47 +04:00
0001-llvmpipe-Work-without-sse2-if-llvm-is-new-enough.patch Enable llvmpipe even on non-SSE2 machines (#909473) 2013-04-04 17:23:59 -04:00
0001-mesa-Be-less-casual-about-texture-formats-in-st_fina.patch Switch to Mesa master (pre 9.2) 2013-05-08 18:03:21 -04:00
0001-mesa-Don-t-optimize-out-glClear-if-drawbuffer-size-i.patch mesa: Don't optimize out glClear if drawbuffer size is 0x0 (fdo #75797) 2014-03-21 11:33:26 -04:00
0001-opencl-use-versioned-.so-in-mesa.icd.patch enable OpenCL, r600-llvm 2014-01-19 00:06:01 +04:00
make-git-snapshot.sh really 10.1-rc2 2014-02-25 14:05:22 +04:00
make-release-tarball.sh Switch to Mesa master (pre 9.2) 2013-05-08 18:03:21 -04:00
mesa-7.10-swrastg.patch vg, abi magic, swrastg magic 2010-11-11 14:38:08 -05:00
mesa-8.0-llvmpipe-shmget.patch mesa-8.0-llvmpipe-shmget.patch: Rediff for 8.1. 2012-05-17 13:47:33 -04:00
mesa-8.0-nouveau-tfp-blacklist.patch mesa-8.0-nouveau-tfp-blacklist.patch: gnome-shell blacklisting: nvfx and 2012-03-23 13:49:45 -04:00
mesa-8.0.1-fix-16bpp.patch Rebuild with new git snapshot 2012-04-24 17:47:33 +01:00
mesa-9.0.1-less-cxx-please.patch mesa-9.0.1-22-gd0a9ab2.patch: Sync with git 2012-12-20 14:15:37 -05:00
mesa-9.2-evergreen-big-endian.patch Today's git snap of 9.2 branch 2013-07-23 16:42:11 -04:00
mesa-9.2-hardware-float.patch Fix s390x build 2013-06-12 18:12:04 -04:00
mesa-10.0-nv50-fix-build.patch 10.0 upstream release 2013-12-05 10:35:54 +04:00
Mesa-MLAA-License-Clarification-Email.txt add license clarification doc for mlaa 2013-01-15 10:38:20 -05:00
mesa-no-libkms.patch mesa: remove libkms harder. 2012-09-24 09:48:37 +10:00
mesa-undefined-symbols.patch helps to git-add things, you know? 2012-08-27 11:40:11 -04:00
mesa.spec 10.1.1 upstream release 2014-04-19 18:52:47 +04:00
radeonsi-llvm-version-hack.patch rebuild against backported llvm 3.4-5 for radeonsi GL 3.3 support. 2014-03-19 06:17:01 +00:00
sanitize-tarball.sh 10.0 upstream release 2013-12-05 10:35:54 +04:00
sources 10.1.1 upstream release 2014-04-19 18:52:47 +04:00