SHA256
1
0
forked from pool/Mesa

Commit Graph

  • b542643b15 Accepting request 611368 from X11:XOrg Dominique Leuenberger 2018-05-25 19:36:51 +0000
  • 6c1c346b50 Accepting request 611357 from home:tobijk:X11:XOrg Stefan Dirsch 2018-05-22 18:09:47 +0000
  • 9ad2e78211 Accepting request 611221 from home:michalsrb:branches:X11:XOrg Stefan Dirsch 2018-05-22 11:48:14 +0000
  • fb75e5d215 Accepting request 610642 from home:mimi_vx:branches:X11:XOrg Michal Srb 2018-05-22 08:42:37 +0000
  • d8f4e04583 Accepting request 610637 from X11:XOrg Dominique Leuenberger 2018-05-20 15:20:08 +0000
  • 67f52a2801 added missing public key Stefan Dirsch 2018-05-19 15:49:58 +0000
  • a92b7c85cc - Update to 18.0.4 * r600 driver gets a fix for constant buffer boounds, which fixes rendering bugs in Trine and Witcher 1. * Several fixes for RADV driver: fixes around alpha channel in Pre-Vega, fix in multisample image copies, and fixes around multilayer images in compute path. * For the case of ANV/i965 drivers, also a couple of fixes, all of them around ISP. On top, there are a couple of fixes relative to code emission around 16-bit integers, and a a fix for a leak in blorp for Gen4 and Gen5. * Speaking of leaks, there are also fixes for winsys/radeon/amdgpu and pipe-loader.gets a couple of patches to fix a couple of leaks. * SPIR-V part gets a patch to apply OriginUpperLeft to FragCoord. * Mesa core gets a couple of patches to fix error handling in get_framebuffer_parameteriv, and to add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV). Stefan Dirsch 2018-05-19 15:13:04 +0000
  • d5214e2914 Accepting request 605329 from X11:XOrg Dominique Leuenberger 2018-05-11 09:28:14 +0000
  • bf72ff14fb - Update to 18.0.3 * The is a fairly small release consisting of patches to fix leaks in RADV and Winsys, fix deadlock in internal queue, fix issues with ANV allocator, fix blit setup for YUV LoadImage, and some other patches. Stefan Dirsch 2018-05-08 12:49:15 +0000
  • 051581eed8 Accepting request 602486 from X11:XOrg Dominique Leuenberger 2018-05-06 12:56:20 +0000
  • bdf1194b8f - Update to 18.0.2 * A couple of fixes for Meson that solves some problems regarding building tests and installation. * A couple of fixes in state tracker / DRI that was causing crashes in QtCreator and Firefox, among other problems. * A couple of fixes for GFX9, that solves a hang in the driver, and a problem with buffer views. * SVGA gets also a patch to fix incorrect advertizing of EGL_KHR_gl_colorspace extension. * Etnaviv gets a fix for swizzled texture formats. * Intel drivers get also several patches. * RADV gets a patch to solve a problem of lot of games complaining about not having enough memory. Stefan Dirsch 2018-04-30 10:21:17 +0000
  • 74c96602a3 Accepting request 598492 from X11:XOrg Dominique Leuenberger 2018-04-22 12:35:05 +0000
  • 34e7f5f283 - Update to 18.0.1 * In this release we have: * On the build system to highlight Meson is get improved thorugh several patches that fix issues around it. * On the drivers part, RADV get several fixes: one for multisample regressions on Vega, another around GFX9 buffer views, and a couple of them more to related with avoiding emitting unneeded vertex state. * St/Nine get fixes around face register, lighting constants, math check for inversible matrix, implicit conversions and bad tracking of vertex textures. * Freedreno/a5xx get fixes around missaligned heigh for PIPE_BUFFER, and around page faults. * Several fixes are also enqueued for Intel driver: set right channel_sizes for MOV_INDIRECT sources, set right config registration for uploading to kernel, return the fourcc stored in __DRIimage when possible, fix negative sign in 64-bit return values, fix null destination register in assembly instructions with 3 source operands, a fix for failed TCS/TES shader compilation * Queue also contains a couple of fixes around Gallium drivers, one to fix a typo in code that was causing wrong return value, and another one to fix an unitialized modifier for DRI2. * Mesa core gets a couple of patches to fix issues around overriding OpenGL/ES supported version through environment variables, and a patch to fix an issue with texture samples found in "The Witness" through Wine. * A couple of bugs around unrolling loops have also been fixed, these patches were applied for NIR and GLSL. * On top of above, NIR gets more fixes in a couple of lowering functions used: coalesce in lower_vec_to_movs if vec had a SSA destination, and interp_var_at intrinsic support in lower_indirect_derefs. It also gets a fix around vars_to_ssa function. * Finally, there are other fixes affecting Radeonsi, AC, EGL/Wayland and SPIR-V compiler. Stefan Dirsch 2018-04-19 10:36:41 +0000
  • ebabdef0cf - enabled opencl and that way also Mesa-gallium on 42.3 since we now build against llvm 6; this also fixes the requirements from Mesa-32bit to Mesa-gallium-32bit in baselibs.conf (reported by community) Stefan Dirsch 2018-04-18 09:36:28 +0000
  • 7c2957bef3 Accepting request 593742 from X11:XOrg Yuchen Lin 2018-04-10 07:50:55 +0000
  • 0177639543 Accepting request 593731 from home:michalsrb:branches:bnc1082298:X11:XOrg Stefan Dirsch 2018-04-05 09:56:01 +0000
  • ed69187d7a Accepting request 593123 from home:Andreas_Schwab:Factory Stefan Dirsch 2018-04-04 12:09:38 +0000
  • 5fd77bc21f Accepting request 591959 from X11:XOrg Dominique Leuenberger 2018-03-30 10:01:21 +0000
  • 09aad86180 - Update to 18.0.0 final * one-and-only change since 18.0.0-rc5: updated release notes - Changes since 17.3 * The top highlights include: + Cannonlake support on i965 and anv + GL 4.3/GLES 3.1 support on r600/evergreen with hw fp64 support + Meson build system * ANV Extensions: + VK_EXT_external_memory_dma_buf * RADV Extensions: + VK_ANDROID_native_buffer + VK_KHR_external_fence + VK_KHR_external_fence_capabilities + VK_KHR_external_fence_fd + VK_KHR_get_surface_capabilities2 + VK_EXT_discard_rectangles + VK_EXT_external_memory_dma_buf + VK_AMD_shader_info * EGL: + Support for RGBA/RGBX 1010102 formats + EGL_EXT_pixel_format_float + Final planned release to ship wayland-egl. Now provided by wayland. * GLX: + Darwin/Apple fixes * Mesa core + Support 1 binary format for GL_ARB_get_program_binary on i965 + drirc workarounds: (*) Unreal 4 Editor (*) Observer (*) Steamroll (*) Refunct * drirc mesa_glthread whitelists: + Mount and Blade Warband - i965: * Disk shader cache when MESA_GLSL_CACHE_DISABLE is set to "false" * GL_EXT_disjoint_timer_query on gen6+ Stefan Dirsch 2018-03-28 10:14:53 +0000
  • ab1bb3a289 Accepting request 590319 from X11:XOrg Dominique Leuenberger 2018-03-24 15:07:01 +0000
  • df91c744ba - Update to 18.0.0-rc5 * The fifth and final release candidate for Mesa 18.0.0. Modulo serious regressions, it is anticipated that it will become Mesa 18.0.0 this Friday (2018-03-23) around 16:00 GMT - supersedes u_glsl-linker-error.patch Stefan Dirsch 2018-03-21 15:50:03 +0000
  • 1a30e98e74 - sync Mesa-drivers.changes with Mesa.changes Stefan Dirsch 2018-03-21 14:59:14 +0000
  • 7cd7cdb2d7 - no longer try to use non-existing python3-mako as BuildRequires on Leap 42.3 Stefan Dirsch 2018-03-19 20:00:41 +0000
  • 7c41b698cc Accepting request 587882 from home:michalsrb:branches:fdo104926:X11:XOrg Stefan Dirsch 2018-03-16 13:14:29 +0000
  • 516dc02b74 Accepting request 581791 from X11:XOrg Dominique Leuenberger 2018-03-04 10:54:06 +0000
  • cc08cda0fb remove no longer applied patch Stefan Dirsch 2018-03-01 16:31:31 +0000
  • 9eccb494d3 - replaced u_r600-egd_tables.py-added-support-for-python-3.patch with fixed u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch and enabled it again; removed again n_egd_tables_h.patch (boo#1082303) Stefan Dirsch 2018-03-01 16:14:54 +0000
  • 11fc1ebe62 no longer comment out disabled patch u_r600-egd_tables.py-added-support-for-python-3.patch Stefan Dirsch 2018-03-01 15:26:29 +0000
  • 74c679cef8 let patching fail once egd_tables.h is part of release tarball Stefan Dirsch 2018-03-01 14:00:42 +0000
  • 83b6f6862c - added n_egd_tables_h.patch and disabled u_mesa-python3-only.patch * use pregenerated egd_tables.h (via python2) instead of trying to generate it during buildtime with python3 using an apparently broken patch (boo#1082303) Stefan Dirsch 2018-03-01 13:51:54 +0000
  • d2fd33c01b Accepting request 581007 from X11:XOrg Dominique Leuenberger 2018-03-01 11:02:48 +0000
  • 54e4ca42e2 - removed more unneeded buildrequires: libudev, openssl, bison, flex (boo#1082312) Stefan Dirsch 2018-02-28 15:35:51 +0000
  • df69ad9f26 - removed u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch which is no longer needed due to changed LLVM build (boo#1082307) Stefan Dirsch 2018-02-27 18:19:46 +0000
  • 37d3052c53 - merge content of new rpmlintrc into existing Mesa-rpmlintrc file Stefan Dirsch 2018-02-27 09:59:23 +0000
  • 6a1bf12f3c marked rpmlintrc as source in specfile Stefan Dirsch 2018-02-26 15:18:46 +0000
  • b75f2de374 - no longer run ldconfig for the follwing backend (ICD) drivers, since it's considered wrong: xvmc, vdpau, va, opencl, and vulkan; required adding a rpmlintrc file with appropriate rules (boo#1082316) Stefan Dirsch 2018-02-26 14:34:53 +0000
  • 941658fcbe Accepting request 579528 from X11:XOrg Dominique Leuenberger 2018-02-25 11:21:22 +0000
  • c4e366ec4e removed u_mesa-8.0-llvmpipe-shmget.patch, u_mesa-8.0.1-fix-16bpp.patch from sources Stefan Dirsch 2018-02-23 14:07:05 +0000
  • 42d3a9c4ed - removed no longer needed ncurses-devel BuildRequires (boo#1082315) Stefan Dirsch 2018-02-23 13:27:08 +0000
  • f35534c2f7 - redone u_add_llvm_codegen_dependencies.patch and renamed to u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch (boo#1082307) Stefan Dirsch 2018-02-23 13:24:29 +0000
  • cb8b1070ee - removed u_mesa-8.0.1-fix-16bpp.patch and u_mesa-8.0-llvmpipe-shmget.patch, which we no longer apply since about 5 years (boo#1082305) Stefan Dirsch 2018-02-23 13:05:50 +0000
  • f4c3419d2a - recreated u_mesa-python3-only.patch and renamed to u_r600-egd_tables.py-added-support-for-python-3.patch; also removed first hunk (boo#1082303) Stefan Dirsch 2018-02-23 12:59:05 +0000
  • 5d5a714763 - removed n_Define-GLAPIVAR-separate-from-GLAPI.patch * bits moved to libGLw's n_Use-newly-introduced-GLAPIVAR-for-variables.patch (boo#1082297) Stefan Dirsch 2018-02-23 11:12:25 +0000
  • d920707302 Accepting request 578358 from home:Andreas_Schwab:Factory Stefan Dirsch 2018-02-20 13:56:56 +0000
  • cc55aa88d2 Accepting request 577310 from X11:XOrg Dominique Leuenberger 2018-02-19 11:59:37 +0000
  • bfb54f85e5 Accepting request 577308 from home:mstaudt:1081210boo-mesa-dri-vc4 Stefan Dirsch 2018-02-16 16:57:28 +0000
  • 85a8c9217e Accepting request 576934 from home:mimi_vx:test Stefan Dirsch 2018-02-15 09:31:00 +0000
  • 111fa9f12e Update changelog to mention bnc#1080492. Michal Srb 2018-02-14 11:58:04 +0000
  • b1b86261ef Accepting request 576479 from home:mimi_vx:branches:X11:XOrg Michal Srb 2018-02-14 10:25:18 +0000
  • de9388e7e1 Accepting request 575796 from home:worldcitizen:branches:X11:XOrg Stefan Dirsch 2018-02-12 14:47:44 +0000
  • 3e3283c5b2 - Update to 18.0.0-rc4 - supersedes u_mesa-st-shader_cache-restore-num_tgsi_tokens-when-loading.patch Stefan Dirsch 2018-02-09 14:08:44 +0000
  • 7826fc7731 Accepting request 573596 from X11:XOrg Dominique Leuenberger 2018-02-07 08:33:25 +0000
  • 813de84f32 Accepting request 573594 from home:michalsrb:branches:bnc1079465:X11:XOrg Michal Srb 2018-02-07 08:22:29 +0000
  • 0e3737e14d Accepting request 572112 from X11:XOrg Dominique Leuenberger 2018-02-03 14:40:37 +0000
  • d276e8c42d - supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch Stefan Dirsch 2018-02-02 18:52:59 +0000
  • 16c9e8f921 - supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch Stefan Dirsch 2018-02-02 18:52:39 +0000
  • 3b3af5d1da - Update to 18.0.0-rc3 * includes significant improvements for OpenGL and Vulkan support and performance. Stefan Dirsch 2018-02-02 14:05:09 +0000
  • ffbbabedd9 Accepting request 571475 from home:michalsrb:branches:X11:XOrg Stefan Dirsch 2018-01-31 16:37:49 +0000
  • ca77b51af7 Forgot pre_checkin.sh. Michal Srb 2018-01-30 15:06:18 +0000
  • cd41833098 Remove comment duplicated from the spec file. Michal Srb 2018-01-30 15:05:46 +0000
  • fd17a96af0 - Require Mesa-dri-32bit and Mesa-gallium-32bit by Mesa-32bit. It mirrors the requirement of the normal packages. (bnc#1078261) Michal Srb 2018-01-30 14:44:55 +0000
  • 2a73ba3f80 Accepting request 570623 from X11:XOrg Dominique Leuenberger 2018-01-30 14:39:14 +0000
  • a71b936efc Accepting request 570576 from home:michalsrb:branches:bnc1075901:X11:XOrg Stefan Dirsch 2018-01-29 13:59:21 +0000
  • 5da75e93e6 Accepting request 568122 from X11:XOrg Dominique Leuenberger 2018-01-26 12:34:07 +0000
  • 086054d226 Accepting request 568104 from home:michel_mno:branches:X11:XOrg Stefan Dirsch 2018-01-22 12:02:57 +0000
  • 0c8ce77db5 Accepting request 567741 from X11:XOrg Dominique Leuenberger 2018-01-20 10:20:43 +0000
  • d0b4d1c0cd Accepting request 567730 from home:michalsrb:branches:update-mesa Stefan Dirsch 2018-01-19 15:26:51 +0000
  • 5429019dc8 Accepting request 566887 from home:michel_mno:branches:X11:XOrg Stefan Dirsch 2018-01-18 08:36:05 +0000
  • bcfa8ad0bf Accepting request 565814 from X11:XOrg Dominique Leuenberger 2018-01-16 08:39:12 +0000
  • 9c8f07a415 Fix baselibs. Michal Srb 2018-01-15 16:04:39 +0000
  • 54060d0ef7 Accepting request 565806 from home:michalsrb:branches:X11:XOrg Michal Srb 2018-01-15 15:45:22 +0000
  • 4055074f2c Accepting request 562064 from home:jengelh:branches:X11:XOrg Stefan Dirsch 2018-01-10 14:30:48 +0000
  • 377f19bdd3 Accepting request 563225 from home:michalsrb:branches2:X11:XOrg Michal Srb 2018-01-10 09:51:07 +0000
  • 91e3c82152 Accepting request 563054 from home:michalsrb:branches2:X11:XOrg Michal Srb 2018-01-09 15:25:30 +0000
  • 50c22eaceb Accepting request 562483 from home:scarabeus_iv:branches:X11:XOrg Stefan Dirsch 2018-01-08 11:57:13 +0000
  • f5abfd3a4d - Require llvm >= 3.9.0 * The build fails otherwise because it is required for multiple Mesa components. Michal Srb 2018-01-08 09:36:58 +0000
  • 85dec995cf - Require llvm >= 3.9.0 * The build fails otherwise because it is required for multiple Mesa components. Michal Srb 2018-01-08 09:29:24 +0000
  • ffde9da8c0 - Add Mesa-dri and Mesa-gallium to baselibs.conf. Michal Srb 2018-01-08 07:57:36 +0000
  • 45afbf2b5d Accepting request 561802 from home:michalsrb:branches:bnc1071297:X11:XOrg Michal Srb 2018-01-05 09:08:37 +0000
  • 6f6ab1c88d Accepting request 555779 from home:Zaitor Stefan Dirsch 2017-12-10 23:13:32 +0000
  • d25fd5b848 Accepting request 555293 from home:mimi_vx:branches:X11:XOrg Stefan Dirsch 2017-12-10 12:52:00 +0000
  • 99c133b1aa installed with full Mesa package. (bsc#1071297) Stefan Dirsch 2017-12-09 11:25:08 +0000
  • f308b44782 Accepting request 555227 from home:michalsrb:branches:bnc1071297:X11:XOrg Stefan Dirsch 2017-12-09 07:37:06 +0000
  • 5507d309de Accepting request 545922 from X11:XOrg Dominique Leuenberger 2017-12-02 12:11:09 +0000
  • 162fc6874a Accepting request 545750 from home:avindra Stefan Dirsch 2017-11-27 10:08:12 +0000
  • 723a885d6b Accepting request 540761 from X11:XOrg Dominique Leuenberger 2017-11-14 13:24:29 +0000
  • 8922a426b3 Accepting request 540678 from home:avindra Stefan Dirsch 2017-11-11 17:08:56 +0000
  • 275b8daa97 Accepting request 538487 from X11:XOrg Dominique Leuenberger 2017-11-09 12:51:25 +0000
  • f75420706c Accepting request 538334 from X11:XOrg Stefan Dirsch 2017-11-02 17:55:58 +0000
  • 5ad1a95bf5 Accepting request 538278 from home:mimi_vx:branches:X11:XOrg Stefan Dirsch 2017-11-02 10:31:15 +0000
  • cd6ef975f9 Accepting request 537777 from home:avindra Stefan Dirsch 2017-10-31 13:06:44 +0000
  • caee62f28c Accepting request 535942 from X11:XOrg Dominique Leuenberger 2017-10-26 16:39:35 +0000
  • 6a40d63633 - update to 17.2.3 * The Vulkan drivers ANV and RADV have multiple small fixes. * The EGL code has improved handling of the new wl_dmabuf codepath. * SWR no longer crashes when checking environment variables. * Other gallium drivers have also seen updates - freedreno, nouveau and radeonsi. The gallivm module, used by llvmpipe et al. has gained little endian PPC64 fixes. * The VA and VDPAU state-trackers have seems improvements handling interlaced videos. * We're using python3 compatible constructs which gives us SCons 3.0 support. Stefan Dirsch 2017-10-23 09:52:13 +0000
  • 55633f31ce Accepting request 534472 from X11:XOrg Dominique Leuenberger 2017-10-19 17:31:25 +0000
  • 6bebdfbdba Accepting request 534468 from home:michalsrb:branches:X11:XOrg Stefan Dirsch 2017-10-17 14:05:27 +0000
  • a17739caf7 Accepting request 533675 from home:Andreas_Schwab:Factory Stefan Dirsch 2017-10-12 17:44:54 +0000
  • ba221bca17 Accepting request 533412 from home:michalsrb:branches:X11:XOrg Stefan Dirsch 2017-10-11 14:40:26 +0000
  • b318ee9343 Accepting request 531201 from X11:XOrg Dominique Leuenberger 2017-10-07 15:48:07 +0000
  • 5e1061b579 - update to 17.2.2 * several Vulkan ANV/RADV driver fixes including Wayland WSI improvements, RadeonSI / i965 / VC4 OpenGL fixes among other work, some fixes to common Gallium3D code, support for LLVM 5.0 in Gallium3D when using the SCons build system, and a range of other fixes/improvements. Stefan Dirsch 2017-10-04 10:28:48 +0000
  • a5b416ce07 Accepting request 530199 from home:StefanBruens:branches:X11:XOrg Stefan Dirsch 2017-10-01 11:44:45 +0000