Commit Graph

174 Commits

Author SHA1 Message Date
Igor Gnatenko fcf27045cb Update to today's snapshot, apply patches for r600 GPU clock
- glsl: Only allow `invariant` on shader in/out between stages. (Chris Forbes)
- mesa: Fix error code generation in glReadPixels() (Anuj Phogat)
- mesa: Add an error condition in glGetFramebufferAttachmentParameteriv() (Anuj Phogat)
- mesa: Add error condition for integer formats in glGetTexImage() (Anuj Phogat)
- mesa: Add helper function _mesa_is_format_integer() (Anuj Phogat)
- i965: Fix component mask and varying_to_slot mapping for gl_ViewportIndex (Anuj Phogat)
- i965: Fix component mask and varying_to_slot mapping for gl_Layer (Anuj Phogat)
- i965: Put an assertion to check valid varying_to_slot[varying] (Anuj Phogat)
- mesa: fix GetStringi error message with correct function name (Benjamin Bellec)
- mesa: Fix error condition for multisample proxy texture targets (Anuj Phogat)
- swrast: Add glBlitFramebuffer to commands affected by conditional rendering (Anuj Phogat)
- st/xa: Cache render target surface (Thomas Hellstrom)
- mesa: fix check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT() (Samuel Iglesias Gonsalvez)
- mesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE) (Anuj Phogat)
- r600g: Disable LLVM by default at runtime for graphics (Michel Dänzer)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-04-30 10:20:24 +04:00
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
Igor Gnatenko 2b2a62db01 10.1 upstream release
- mesa: Bump version to 10.1 (final) (Ian Romanick)
- glx/dri2: fix build failure on HURD (Julien Cristau)
- i965: Validate (and resolve) all the bound textures. (Chris Forbes)
- i965: Widen sampler key bitfields for 32 samplers (Chris Forbes)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-03-05 12:33:52 +04:00
Igor Gnatenko 6747a404d7 10.1-rc3
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-03-01 21:15:05 +04:00
Igor Gnatenko 9f0930c9e9 really 10.1-rc2
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-02-25 14:05:22 +04:00
Igor Gnatenko f1234e2531 10.1-rc2
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-02-22 15:18:16 +04:00
Adel Gadllah 67f57debb5 Really commit the source file ... 2014-02-08 13:41:42 +01:00
Igor Gnatenko 2f9ccd5914 10.0.3 upstream release
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-02-06 14:45:51 +01:00
Igor Gnatenko 6aae606725 enable OpenCL, r600-llvm
Enable OpenCL (RHBZ #887628)
Enable r600 llvm compiler (RHBZ #1055098)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-01-19 00:06:01 +04:00
Igor Gnatenko d49e48377a sanitize tarball
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-01-10 00:35:49 +04:00
Igor Gnatenko 21d6a6267f 10.0.2 upstream release
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-01-10 00:21:04 +04:00
Igor Gnatenko ecc7e7cfe0 10.0.1 upstream release
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2013-12-20 23:22:55 +04:00
Igor Gnatenko 08bc8bfdeb add sources
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2013-12-05 10:38:53 +04:00
Igor Gnatenko f5c756cfd1 Revert "Mesa 10.0 release branch git snapshot"
This reverts commit fee912ca11.

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2013-12-05 10:24:55 +04:00
Dave Airlie fee912ca11 Mesa 10.0 release branch git snapshot 2013-12-05 05:39:11 +00:00
Igor Gnatenko bbef9c7b4e 9.2.4 upstream release
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2013-11-28 14:21:24 +04:00
Igor Gnatenko 8002493cec 9.2.3 upstream release
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2013-11-14 17:11:00 +04:00
Igor Gnatenko ea1c6e950a 9.2.2 upstream release + fixes from git 9.2 branch
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2013-11-13 15:29:08 +04:00
Igor Gnatenko 205d5627e8 Today's git snap 9.2, fix crashing games when set AA to x2 on GTX760
Today's git snapshot from 9.2 branch

Added as downstream until push to 9.2 branch and make snapshot

Reference: https://bugs.freedesktop.org/show_bug.cgi?id=68665
           https://bugzilla.redhat.com/show_bug.cgi?id=1001698
           https://bugzilla.redhat.com/show_bug.cgi?id=1001714
           https://bugzilla.redhat.com/show_bug.cgi?id=1004674
           https://bugzilla.redhat.com/show_bug.cgi?id=1001740

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2013-09-19 11:17:21 +04:00
Dave Airlie 0cdd017abb 9.2 upstream release + fixes from git branch 2013-09-02 16:03:26 +10:00
Adam Jackson 966e17fb06 Today's git snap of 9.2 branch 2013-07-23 16:42:11 -04:00
Adam Jackson ba38ea50df Today's git snap 2013-06-10 14:38:54 -04:00
Adam Jackson 645248398b argh sources 2013-05-28 13:42:18 -04:00
Adam Jackson 40ec05151b Today's git snap
- Revert to swrast on ppc32 and s390 since llvm doesn't actually work
- Build freedreno on arm
- Drop snb hang workaround (upstream 1dfea559)
- Rename filesystem package
2013-05-14 17:33:42 -04:00
Adam Jackson 4c06853833 Switch to Mesa master (pre 9.2)
- Fix llvmpipe on big-endian and enable llvmpipe everywhere
- Build vdpau drivers for r600/radeonsi/nouveau
- Enable hardware floating-point texture support
- Drop GLESv1, nothing's using it, let's not start
2013-05-08 18:03:21 -04:00
Dave Airlie 8a2a35f7ff rebase to Mesa 9.1.1 + fixes from git 2013-04-27 17:29:43 +10:00
Adam Jackson 3515ea2491 Mesa 9.1 2013-03-11 18:56:49 -04:00
Dave Airlie 43bd7e5b7d snapshot mesa 9.1 branch 2013-02-13 16:57:10 +10:00
Adam Jackson b3332fe6e9 Mesa 9.0.1 2012-12-03 10:53:37 -05:00
Dan Horák 37dacda78b drop gl-manpages and glu from sources 2012-10-27 16:10:23 +02:00
Adam Jackson a3d595cd31 Mesa 9.0
- mesa-9.0-12-gd56ee24.patch: sync with 9.0 branch in git
2012-10-10 14:33:29 -04:00
Dave Airlie ff3f075790 rebase to latest upstream 9.0 pre-release branch
- add back glu from new upstream (split for f18 later)
2012-09-24 10:49:28 +10:00
Dave Airlie 7862bd0195 rebase to latest upstream 9.0 pre-release branch 2012-09-24 09:21:34 +10:00
Adam Jackson d509df9608 Today's git snap
- Revert dependency on libkms
- Patch from Mageia to fix some undefined symbols
2012-08-27 11:29:09 -04:00
Dave Airlie c14356aa39 upstream snapshot 2012-08-16 11:05:17 +10:00
Dave Airlie 0a32b17966 upstream snapshot: fixes build issues 2012-07-17 19:14:36 -04:00
Dave Airlie 59f011598d snapshot mesa: add some build hackarounds 2012-07-17 03:59:15 -04:00
Dave Airlie c5fd247021 rebase to git master + build on top of llvm 3.1 2012-06-03 16:33:36 +01:00
Richard Hughes 8e1a7c4caa Fix sources after being knobbled by fedpkg 2012-04-24 21:14:32 +01:00
Richard Hughes 43e76b84ef Rebuild with new git snapshot
- Remove upstreamed patches
2012-04-24 17:47:33 +01:00
Dave Airlie afdb6fd219 get latest 8.0.2 set of fixes 2012-03-31 09:25:39 +01:00
Adam Jackson c31938b87e Mesa 8.0.1 2012-02-17 13:55:48 -05:00
Adam Jackson 3d4c8b2bcb Mesa 8.0 2012-02-13 16:53:18 -05:00
Dave Airlie 71d61b5b27 upload sources for 8.0 2012-01-26 15:36:18 +00:00
Dave Airlie a96128314d update to 8.0 snapshot 2012-01-26 15:34:09 +00:00
Adam Jackson 748b3871c7 Today's git snapshot 2012-01-05 14:56:38 -05:00
Adam Jackson 45f1c9cd92 Today's git snapshot
Disable hardware drivers on ppc* in RHEL
2011-12-14 13:14:28 -05:00
Adam Jackson 4ed76b074d Today's git snapshot
enable-xcb
mesa-7.1-nukeglthread-debug.patch: Drop
2011-11-29 20:57:08 -05:00
Dave Airlie 3c65592ff9 rebase to upstream snapshot of 7.12 2011-11-14 16:21:37 +00:00
Dave Airlie f899a988b0 snapshot latest mesa 7.11 stable branch (what will be 7.11.1) 2011-11-03 20:01:23 +00:00
Adam Jackson 36a1ccb39c Mesa 7.11
Redo the driver arch exclusion, yet again.  Dear secondary arches: unless
it's an on-motherboard driver like i915, all PCI drivers are to be built
for all PCI arches.
2011-08-02 11:58:35 -04:00
Dave Airlie 95ccf3bb06 rebase to latest upstream snapshot (same as F15) 2011-07-30 00:29:10 +10:00
Peter Lemenkov f95befaea6 Fix build on PPC/PPC64
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2011-07-07 12:21:45 +04:00
Dave Airlie d82d9c8abb rebase to 20 June snapshot from upstream - new gallium config options 2011-06-20 14:15:34 +10:00
Dave Airlie 93e1adb483 latest upstream snapshot to fix r200 regression. 2011-04-12 21:04:10 +10:00
Dave Airlie 7f30443aa2 upstream snapshot again - proper fix for ILK + nv50 gnome-shell issue 2011-04-01 10:10:13 +10:00
Dave Airlie 9f7b14f2f9 snapshot upstream again to hopefully fix ILK bug 2011-03-30 14:10:04 +10:00
Dave Airlie 7d1f13d65e pull latest snapshot + 3 post snapshot fixes 2011-03-29 06:15:09 +10:00
Adam Jackson 292f2d1923 mesa 7.10.1 2011-03-23 11:45:23 -04:00
Dave Airlie 89c020a474 - new snapshot from 7.10 branch (include Radeon HD6xxx support) 2011-01-07 16:02:37 +10:00
Dave Airlie 6e66f4cd4b - new snapshot from 7.10 branch 2010-12-16 18:22:18 +10:00
Adam Jackson bbe0602ef9 new snapshot 2010-12-15 09:44:35 -05:00
Adam Jackson 6a8c34836b today's snapshot 2010-11-29 17:54:34 -05:00
Adam Jackson f9067924dc new git snap, swrastg switchover 2010-11-18 17:06:01 -05:00
Dave Airlie a8555b48c4 - update to latest git snap + enable r600g by default 2010-11-09 00:17:43 -05:00
Adam Jackson 6e48b091dc drop demos subpackage 2010-10-28 06:36:12 -04:00
Adam Jackson 24f1493ab2 fix osmesa linking 2010-10-20 16:28:35 -04:00
Adam Jackson 4f4b4ad5d4 today's snapshot 2010-10-20 13:58:16 -04:00
Dave Airlie 2cfd8f52ff - latest git snapshot - enable talloc/llvm links 2010-08-24 18:44:36 +10:00
Dave Airlie fd8fab9a6e - snapshot latest git 2010-07-20 05:21:47 +00:00
Dave Airlie 4b079d35c8 - resnapshot latest git 2010-07-08 23:41:15 +00:00
Dave Airlie 7c7c5f5322 - rebase to git snapshot with TFP fixes for r300 + gallium - enable r300g 2010-06-12 10:36:47 +00:00
Dave Airlie 0b15b14e4b - rebase to a git snapshot - disable vmwgfx 2010-05-29 23:18:11 +00:00
Ben Skeggs 30215b11a8 add back xdriinfo-1.0.3.tar.bz2 too... 2010-02-08 05:49:18 +00:00
Ben Skeggs a21d442952 oops, add back gl-manpages-1.0.1.tar.bz2 2010-02-08 05:47:34 +00:00
Ben Skeggs daf4bb5305 add new tarball 2010-02-08 05:37:07 +00:00
Dave Airlie edf31d0390 - rebase again to fix r300 2010-02-03 22:02:36 +00:00
Dave Airlie 1308929014 - Fix radeon colors for rawhide 2010-02-03 00:10:58 +00:00
Dave Airlie 408ce2a3b2 - rebase for new DRI2 API 2010-01-21 02:00:03 +00:00
Dave Airlie 90d101ddaa - rebase to new snapshot with fix for radeon in it 2010-01-08 04:42:59 +00:00
Dave Airlie c18aff5a8e - Disable dricore for now as it conflicts with upstream vis changes 2010-01-07 01:15:09 +00:00
Dave Airlie 9636c0fb79 - resnapshot from upstream for libdrm_radeon changes 2009-12-20 22:50:28 +00:00
Adam Jackson acd3738ab0 - xdriinfo 1.0.3 2009-10-19 22:32:52 +00:00
Adam Jackson 7ef25461a9 - Today's git snap. Fixes picking in clutter apps on Intel chips (#524338) 2009-09-21 21:13:40 +00:00
Dave Airlie 0eb0f389a4 commit newer tarball 2009-09-09 00:09:54 +00:00
Dave Airlie 9595469810 - new git snap for 090909 2009-09-08 23:06:42 +00:00
Adam Jackson d6af41d582 - Today's git snap.
- mesa-7.1-disable-intel-classic-warn.patch: Drop.
- mesa-7.6-hush-vblank-warning.patch: Hush the drmWaitVBlank() warning.
- Add -dri-drivers-experimental package, add r600 to it. Note: experimental
    means it doesn't work, don't file bugs unless they contain patches.
2009-08-13 18:57:30 +00:00
Dave Airlie 626ed0a9ec - rebase to latest upstream snapshot 2009-07-23 02:17:11 +00:00
Adam Jackson e0b8e0d91a sync with F11 2009-07-20 21:08:47 +00:00
Adam Jackson f77271ad73 - mesa-7.5-r300-batch-accounting.patch: Fix cmdbuf sizing (#501312) 2009-06-11 17:17:23 +00:00
Dave Airlie 6db4be10c0 - bump to snapshot of mesa master
- mainly has intel dri2 tfp fixes + radeon rewrite patch
2009-03-22 02:39:21 +00:00
Adam Jackson 764f36247d Mesa 7.3 2009-02-08 08:01:38 +00:00
Kristian Høgsberg 77e6efff08 - Update to 7.3.0 rc3. 2009-01-20 20:43:20 +00:00
Dave Airlie cce70a18e5 - Mesa rebase to upstream + new r300 bufmgr code (may need more work) 2008-12-20 07:07:13 +00:00
Dave Airlie b0f1501626 - rebase to new upstream + r300 bufmgr code - openarena under kms works now 2008-10-01 05:46:09 +00:00
Adam Jackson dfb4c30eea add xdriinfo 2008-09-29 21:19:22 +00:00
Dave Airlie 7cf755a92d - latest snapshot - r300 bufmgr code
- stop building mach64, patch around some intel issues
2008-09-05 05:48:02 +00:00
Dave Airlie 1ee2a96a85 - latest Mesa snapshot - re-enable tex offset
- add r300 command buffer support on top of snapshot
- disable osmesa version patch -- (ajax???)
2008-08-14 06:35:21 +00:00
Adam Tkac a2ea5378b5 - merged 7.1-0.29 ... 7.1-0.37 changes from F-9 branch 2008-07-02 12:35:05 +00:00
Dave Airlie e0f372cae2 - Rebase to latest upstream - drop patches applied there. 2008-04-15 02:26:59 +00:00