Build mesa 3294 failed
Commit 0fca80b3db by Bas Nieuwenhuizen on 1/28/2017 4:32 PM:
various: Fix missing DumpModule with recent LLVM.\n\nSince LLVM revision 293359 DumpModule gets only implemented when\neither a debug build or LLVM_ENABLE_DUMP is set.\n\nThis p
Build mesa 3295 completed
Commit b8ee45ebdc by Bas Nieuwenhuizen on 1/29/2017 4:03 PM:
llvmpipe: Use LLVMDumpModule, not DumpModule.\n\nForgot the prefix ...\n\nFixes: 0fca80b3db64dc1d004f78e22b9de86a07e9de96\nSigned-off-by: Bas Nieuwenhuizen
Configu
Build mesa 3471 failed
Commit 73f8abe32a by Hans de Goede on 2/6/2017 11:13 AM:
glx/glvnd: Fix GLXdispatchIndex sorting\n\nCommit 8bca8d89ef3b ("glx/glvnd: Fix dispatch function names and indices")\nfixed the sorting of the array initializers in g_glxglvnddispa
Build mesa 3472 completed
Commit b0232d98e9 by Dave Airlie on 2/16/2017 3:54 AM:
radeonsi: use shared emit_umsb helper.\n\nReviewed-by: Edward O'Callaghan \nReviewed-by: Marek Olšák \nSigned-off-by: Dave Airlie
Configure your notification preferences
Build mesa 3473 failed
Commit a3ab09f90f by Timothy Arceri on 2/7/2017 1:10 AM:
util/disk_cache: check cache exists before calling munmap()\n\nReviewed-by: Nicolai Hähnle
Configure your notification preferences
__
Build mesa 3477 completed
Commit 172c48cc15 by Timothy Arceri on 2/17/2017 5:27 AM:
glsl: fix scons builds with shader cache\n\nFor now its disabled for scons so wrap glsl cache calls in a\ndefine conditional.
Configure your notification preferences
Build mesa 3522 failed
Commit 0441e6bc8b by Timothy Arceri on 2/21/2017 5:34 AM:
util/disk_cache: create timestamp and gpu_id dirs when MESA_GLSL_CACHE_DIR is used\n\nThe make check test is also updated to make sure these dirs are created.\n\nReviewed-by: Nicol
Build mesa 3526 completed
Commit b87ef9e606 by Brian Paul on 2/21/2017 10:52 PM:
util: fix MSVC build issue in disk_cache.h\n\nWindows doesn't have dlfcn.h. Protect the code in question\nwith #if ENABLE_SHADER_CACHE test. And fix indentation.\n\nReviewed-by:
Build mesa 3559 failed
Commit c7878b0167 by Marek Olšák on 2/23/2017 12:34 AM:
ac: silence a warning\n\ntrivial
Configure your notification preferences
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.o
Build mesa 3563 completed
Commit fcf466383a by Brian Paul on 2/25/2017 2:02 AM:
svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removal\n\nNeed to specify the zero for the struct initializer. My earlier test\nof the patch series was with MinGW, no
Build mesa 2238 failed
Commit 6c648cdac8 by Kenneth Graunke on 9/21/2016 6:51 PM:
docs: Mark ES 3.2 "all done" for i965/gen9+.
Configure your notification preferences
___
mesa-dev mailing list
mesa-dev@list
Build mesa 2239 completed
Commit 36f0f03182 by Eric Anholt on 9/7/2016 2:45 AM:
nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.\n\nVC4 was running into a major performance regression from enabling control\nflow in the glmark2 conditionals t
Build mesa 2241 failed
Commit e66a2b879b by Dylan Baker on 9/22/2016 6:30 PM:
mapi: export all GLES 3.2 functions in libGLESv2.so\n\nSee commit 5921f372c89a68fac6ddefc009442721d9df4db2 for the rational of\nthis commit.\n\nSigned-off-by: Dylan Baker \nReviewed-b
Build mesa 2244 failed
Commit e60928f4c4 by Timothy Arceri on 9/7/2016 4:28 AM:
gallium: remove unused PIPE_CC_GCC_VERSION\n\nAcked-by: Edward O'Callaghan
Configure your notification preferences
___
mesa-d
Build mesa 2248 completed
Commit 85e9bbc14d by Dylan Baker on 9/23/2016 7:10 PM:
Revert "mapi: export all GLES 3.2 functions in libGLESv2.so"\n\nThis reverts commit e66a2b879b73bf48800fec7353dafe8fc693ecdb.\n\nWhich breaks the scons build in an interesting way,
Build mesa 1900 failed
Commit 3f100b77f9 by Marek Olšák on 8/1/2016 10:48 PM:
gallium/radeon: use unflushed fences for deferred flushes (v2)\n\n+23% Bioshock Infinite performance.\n\nv2: - use the new fence_finish interface\n- allow deferred fences with mul
Build mesa 1912 completed
Commit 06b63f1f43 by Jose Fonseca on 8/11/2016 1:11 PM:
appveyor: Force Visual Studio 2013 image.\n\nIt seems the default build image is now Visual Studio 2015, and Visual\nStudio 2013 is not installed.
Configure your
Build mesa 2023 failed
Commit b9ac72b511 by Miklós Máté on 8/26/2016 12:48 PM:
vbo: set draw_id\n\nFixes conditional jump depending on uninitialized value\nin si_state_draw.c:593\n\nCc: \nSigned-off-by: Miklós Máté \nReviewed-by: Brian Paul
Configure
Build mesa 2025 completed
Commit 0035f7f136 by Charmaine Lee on 8/26/2016 1:58 PM:
svga: add guest statistic gathering interface\n\nThis file was supposed to be added with the previous "svga: add guest\nstatistic gathering interface" patch but went MIA for some
Build mesa 2083 failed
Commit 0fa0e2a505 by Ilia Mirkin on 8/31/2016 4:54 AM:
nv30: only bail on color/depth bpp mismatch when surfaces are swizzled\n\nThe actual restriction is a little weaker than I originally thought. See\nhttps://bugs.freedesktop.org/show_b
Build mesa 2084 completed
Commit 2f3154f464 by Frank Binns on 8/4/2016 2:15 PM:
wayland-drm: add missing NULL check\n\nAlthough malloc is unlikely to fail check its return value nevertheless.\n\nSigned-off-by: Frank Binns \nReviewed-by: Eric Engestrom \nReviewe
Build mesa 2487 failed
Commit f19f71830b by Marek Olšák on 10/19/2016 10:11 PM:
radeonsi: fix build of si_eliminate_const_vs_outputs on LLVM <= 3.8\n\nReviewed-by: Nicolai Hähnle
Configure your notification preferences
__
Build mesa 2512 failed
Commit f35b1d156b by Marek Olšák on 10/19/2016 11:22 PM:
tgsi/scan: scan texture offset operands\n\nThis seems important considering how much we depend on some of the flags.\n\nReviewed-by: Nicolai Hähnle
Configure your notific
Build mesa 2515 completed
Commit 88a618ce86 by Brian Paul on 10/24/2016 8:42 PM:
tgsi: trivial build fix for MSVC\n\nReviewed-by: Marek Olšák
Configure your notification preferences
___
mesa-dev mailing li
Build mesa 2692 failed
Commit 358079da2d by Marek Olšák on 11/12/2016 10:10 PM:
radeonsi: set unsafe fpmath on FP instructions when allowed by R600_DEBUG\n\nReviewed-by: Nicolai Hähnle
Configure your notification preferences
Build mesa 2695 completed
Commit a6ff2a3378 by Marek Olšák on 11/13/2016 3:54 PM:
util/disk_cache: use unambiguous naming\n\nReviewed-by: Emil Velikov
Configure your notification preferences
___
mesa-dev m
Build mesa 2706 failed
Commit 6403a9e074 by Nicolai Hähnle on 11/8/2016 2:24 PM:
radeonsi: fix a subtle bounds checking corner case with 3-component attributes\n\nI'm also sending out a piglit test, gl-2.0/vertexattribpointer-size-3,\nwhich exposes this corner
Build mesa 2707 completed
Commit fb17b7f99d by Nicolai Hähnle on 11/16/2016 10:26 AM:
u_simple_shaders: try to un-break the Windows build\n\nAcked-by: Edward O'Callaghan
Configure your notification preferences
___
Build mesa 2725 failed
Commit 0cee3fd5c7 by Jordan Justen on 11/16/2016 1:55 AM:
i965/gen7: Minify blit size for stencil tree copy\n\nFound by the piglit 'fbo-depth-array stencil-clear' test when\nimplementing blorp blit splitting for gen7.\n\nSigned-off-by: Jo
Build mesa 2727 completed
Commit ec4e71f75e by Tapani Pälli on 8/17/2016 7:37 AM:
mesa: fix empty program log length\n\nIn case we have empty log (""), we should return 0. This fixes\nKhronos WebGL conformance test 'program-infolog'.\n\nFrom OpenGL ES 3.1 (and
Build mesa 2773 failed
Commit d219720d19 by Marek Olšák on 11/18/2016 8:00 PM:
mesa: use special checksums for unset checksums and fixed-func shaders\n\nfor debugging\n\nReviewed-by: Timothy Arceri
Configure your notification preferences
___
Build mesa 2774 completed
Commit a3f6bea69a by Marek Olšák on 11/22/2016 5:28 PM:
gallium: fix more occurences of u_hash.h\n\nthis fixes compile failures since 86514d84e0beec47c82da4888db12bf07f33cb83
Configure your notification preferences
_
Build mesa 2839 failed
Commit 048143b9d9 by Dave Airlie on 11/24/2016 12:35 AM:
radv: set spi_baryc_cntl.pos_float_location to 0\n\nThis fixes:\ndEQP-VK.pipeline.multisample_interpolation.offset_interpolate_at_sample_position.*\n\nThis should probably be 2 when
Build mesa 2840 completed
Commit 662b9c24d0 by Marek Olšák on 11/28/2016 12:37 AM:
radeonsi: don't fetch 8 dwords for samplerBuffer and imageBuffer\n\nThe compiler doesn't shrink s_load_dwordx8, so we always wasted 4 SGPRs.\nAlso, the extraction of the descript
Build mesa 2842 failed
Commit ddf0f097e7 by Ilia Mirkin on 11/24/2016 11:02 PM:
swr: [rasterizer jit] use signed integer representation for logic op\n\nInstead of (incorrectly) biasing the snorm value to make it look like a\nunorm, just use signed integer math.
Build mesa 2843 completed
Commit 2ea021a1eb by Timothy Arceri on 11/2/2016 3:28 AM:
glsl: use linked_shaders bitmask to iterate stages for subroutine fields\n\nThis should be faster than looping over every stage and null checking, but\nwill also make the code a
Build mesa 2852 failed
Commit 966567aa12 by Timothy Arceri on 11/30/2016 9:52 PM:
mesa: reset linked_stages bitmask when re-linking\n\n34953f8907fdd added this bitmask but it wasn't being reset when\na program was relinked. If a stage was removed from the new\n
Build mesa 2855 failed
Commit 27433b26b1 by Jason Ekstrand on 11/29/2016 10:00 PM:
anv/cmd_buffer: Actually use the stencil dimension\n\nIn an attempt to fix 3DSTATE_DEPTH_BUFFER for stencil-only cases, I\naccidentally kept setting the SurfaceType to 2D in the
Build mesa 2856 completed
Commit fda1d0187d by Ilia Mirkin on 11/30/2016 5:56 AM:
anv: expose support for VK_KHR_sampler_mirror_clamp_to_edge\n\nThis is already supported in genX_state.c, expose the extension string.\n\nSigned-off-by: Ilia Mirkin \nReviewed-by:
Build mesa 2862 failed
Commit 6bf63b0119 by Timothy Arceri on 11/9/2016 4:01 AM:
st/mesa: get Version from gl_program rather than gl_shader_program\n\nReviewed-by: Nicolai Hähnle
Configure your notification preferences
__
Build mesa 2863 completed
Commit c45d84ad83 by Timothy Arceri on 12/2/2016 5:44 AM:
Revert "st/mesa: get Version from gl_program rather than gl_shader_program"\n\nThis reverts commit 6bf63b011992dbbc899a28bde5692070dbcf965a.\n\nA patch that adds a reference to
Build mesa 2952 failed
Commit e2610bf165 by Liu Zhiquan on 12/9/2016 11:29 AM:
EGL/android: Enhance pbuffer implementation\n\nSome dri drivers will pass multiple bits in buffer_mask parameter\nto droid_image_get_buffer(), more than the actual supported buffer\n
Build mesa 2953 completed
Commit e2610bf165 by Liu Zhiquan on 12/9/2016 11:29 AM:
EGL/android: Enhance pbuffer implementation\n\nSome dri drivers will pass multiple bits in buffer_mask parameter\nto droid_image_get_buffer(), more than the actual supported buffe
Build mesa 1716 failed
Commit c8ea85 by Brian Paul on 6/28/2016 11:15 PM:
svga: use SVGA3D_vgpu10_BufferCopy() for buffer copies\n\nSo that we do copies host-side rather than in the guest with map/memcpy.\n\nTested with piglit arb_copy_buffer-subdata-sync t
Build mesa 1718 completed
Commit eb79b2b331 by Brian Paul on 5/11/2016 3:20 PM:
st/wgl: make own_mutex() non-static\n\nReviewed-by: Jose Fonseca
Configure your notification preferences
___
mesa-dev mailing
Build mesa 1810 failed
Commit 4031efaa57 by Jason Ekstrand on 7/22/2016 10:59 PM:
anv/pipeline: Set up point coord enables\n\nSigned-off-by: Jason Ekstrand \nReviewed-by: Kenneth Graunke \nTested-by: Lionel Landwerlin \nCc: "12.0"
Configure your noti
Build mesa 1811 completed
Commit b33bccb519 by Jason Ekstrand on 7/22/2016 10:59 PM:
anv/pipeline: Set up point coord enables\n\nSigned-off-by: Jason Ekstrand \nReviewed-by: Kenneth Graunke \nTested-by: Lionel Landwerlin \nCc: "12.0"
Configure your n
Build mesa 9770 failed
Commit a311aa631d by Tapani Pälli on 1/16/2019 12:15 PM:
anv: do not advertise AHW support if extension not enabled\n\nFixes following failing vk-gl-cts cases on Linux desktop:\n\n dEQP-VK.api.external.memory.android_hardware_buffer.sub
Build mesa 9771 completed
Commit a311aa631d by Tapani Pälli on 1/16/2019 12:15 PM:
anv: do not advertise AHW support if extension not enabled\n\nFixes following failing vk-gl-cts cases on Linux desktop:\n\n dEQP-VK.api.external.memory.android_hardware_buffer.
Build mesa 9816 failed
Commit 1cfbed7587 by Marek Olšák on 1/19/2019 12:39 AM:
radeonsi: remove r600 from comments\n\nReviewed-by: Bas Nieuwenhuizen
Configure your notification preferences
___
mesa-dev mai
Build mesa 9817 completed
Commit b1293c8745 by Alejandro Piñeiro on 11/7/2018 9:11 AM:
nir/linker: use nir_gather_xfb_info\n\nInstead of a custom ARB_gl_spirv xfb gather info pass.\n\nIn fact, this is not only about reusing code, but the current custom\ncode wa
Build mesa 9818 failed
Commit a75b12ce66 by Lionel Landwerlin on 1/22/2019 5:36 PM:
vulkan: make generated enum to strings helpers available from c++\n\nSigned-off-by: Lionel Landwerlin \nReviewed-by: Caio Marcelo de Oliveira Filho
Configure your not
Build mesa 9820 failed
Commit d85917deaf by Marek Olšák on 1/19/2019 12:35 AM:
radeonsi: rename rfence -> sfence\n\nReviewed-by: Bas Nieuwenhuizen
Configure your notification preferences
___
mesa-dev maili
Build mesa 9821 completed
Commit 956c219c8f by Brian Paul on 1/22/2019 7:29 PM:
svga: add new gallium formats to the format conversion table\n\nFixes a static assertion which broke the build.\n\nFixes: 3ee240890 "gallium: add SINT formats to have exact counterp
Build mesa 9839 failed
Commit 281421e1bc by Emil Velikov on 11/14/2018 2:18 PM:
mapi: remove machinery handling CSV files\n\nWe haven't have one in years, so just drop the code.\n\nSigned-off-by: Emil Velikov \nReviewed-by: Erik Faye-Lund
Configure y
Build mesa 9842 failed
Commit c1efa240c9 by Dylan Baker on 1/14/2019 11:23 PM:
meson: Add warnings and errors when using ICC\n\nICC tries to be helpful by not erroring when it sees something that it\ndoesn't understand, which is completely the opposite of helpf
Build mesa 9849 failed
Commit 540939ecee by Tapani Pälli on 1/25/2019 7:51 AM:
android: fix build issues with libmesa_anv_gen* libraries\n\nWe need this include path to find nir/nir_xfb_info.h.\n\nSigned-off-by: Tapani Pälli \nReviewed-by: Eric Engestrom
Build mesa 9850 completed
Commit 65b8d723fd by Jose Fonseca on 1/25/2019 2:07 PM:
appveyor: Revert commits adding Cygwin support.\n\nThis reverts commits 00ad77b9f683e561b1ac45fbb89eb2bafe45c8c6 and\n5334dafee265d78abdfcf30e2c693e0791bfecf5.\n\nThis avoids
Build mesa 10150 failed
Commit eb13211997 by Caio Marcelo de Oliveira Filho on 1/14/2019 9:52 PM:
nir/copy_prop_vars: add tests for load/store elements of vectors\n\nTest using array deref on vectors in loads and stores. These are\nmarked DISABLED_ as this opt
Build mesa 10151 completed
Commit 4c160b6bd8 by Caio Marcelo de Oliveira Filho on 2/23/2019 6:38 AM:
nir: fix MSVC build\n\nZero initialize struct with {0} instead of {}.
Configure your notification preferences
___
Build mesa 10318 failed
Commit d4381cf593 by Brian Paul on 3/7/2019 11:14 PM:
svga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()\n\nThis fixes a rendering issue where UBO updates aren't always picked\nup by drawing calls. This issue effected the Webot
Build mesa 10354 failed
Commit 5f0a922c27 by Kristian H. Kristensen on 3/1/2019 10:33 PM:
freedreno/a6xx: Remove extra parens\n\nThere's a warning about this now.\n\nSigned-off-by: Kristian H. Kristensen
Configure your notification preferences
_
Build mesa 10355 completed
Commit 3a9e2d6085 by Eric Anholt on 2/28/2019 8:02 PM:
vc4: Switch the post-RA scheduler over to the DAG datastructure.\n\nJust a small code reduction from shared infrastructure.
Configure your notification preferences
Build mesa 10388 failed
Commit 904905e3de by Alyssa Rosenzweig on 3/13/2019 1:50 AM:
panfrost: Compute viewport state on the fly\n\nPreviously, we were caching this incorrectly; there's no real reason to\ngiven how variable it is (sensitive to changes in viewpo
Build mesa 10389 completed
Commit 3570d15b6d by Kenneth Graunke on 3/12/2019 2:00 AM:
intel/fs: Fix opt_peephole_csel to not throw away saturates.\n\nWe were not copying the saturate bit from the original instruction\nto the new replacement instruction. This c
Build mesa 10460 failed
Commit cf2e4490c3 by Jason Ekstrand on 3/11/2019 11:47 PM:
nir: Add a new pass to lower array dereferences on vectors\n\nThis pass was originally written for lowering TCS output reads and\nwrites but it is also applicable just about anyt
Build mesa 10461 completed
Commit a777c3d7cb by Bas Nieuwenhuizen on 3/18/2019 9:20 PM:
radv: Use correct image view comparison for fast clears.\n\nThe if is actually returning true on success, enabling fast clears, so we\nneed to have the test succeed when the
Build mesa 733 failed
Commit 3fba517bdd by Eric Anholt on 1/26/2016 6:34 PM:
vc4: Throttle outstanding rendering after submission.\n\nJust make sure that after we've submitted, we get to at least 5\n(global) submits ago before we go on to do more. Prevents up
Build mesa 734 completed
Commit dc4598c280 by Jose Fonseca on 3/30/2016 12:55 PM:
appveyor: Dummy commit to verify the new AppVeyor hook.\n\nThis branch will be pruned once the experiement is over.\n\nhttps://bugs.freedesktop.org/show_bug.cgi?id=93228
Build mesa 735 failed
Commit 09325b68c0 by Jose Fonseca on 3/30/2016 3:05 PM:
Another dummy commit.\n\nThis time to ensure that github mirror hook works well (it was spewing\nsome errors), upon request from Daniel Stone.\n\nThis branch will be immediately remov
Build mesa 746 failed
Commit b273958c74 by Timothy Arceri on 3/10/2016 5:41 AM:
docs: mark xfb_* qualifiers as DONE\n\nReviewed-by: Dave Airlie
Configure your notification preferences
___
mesa-dev mailing
Build mesa 776 failed
Commit cc1320220f by Jason Ekstrand on 4/1/2016 10:44 PM:
nir/gather_info: Add an assert for supported stages
Configure your notification preferences
___
mesa-dev mailing list
mesa-dev
Build mesa 777 completed
Commit ef1b397b07 by Jordan Justen on 3/12/2016 12:44 AM:
glsl: Don't require matching centroid qualifiers\n\nNote: This patch appears to violate older OpenGL and OpenGLES specs.\n\nThe OpenGLES GLSL 3.1 and OpenGL GLSL 4.3 specificatio
Build mesa 802 failed
Commit 8c8157bf6f by Jason Ekstrand on 4/4/2016 6:24 PM:
Remove more spirv2nir remnants
Configure your notification preferences
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
Build mesa 803 completed
Commit 65fbc43d54 by Kenneth Graunke on 1/27/2016 8:21 PM:
i965: Add an INTEL_PRECISE_TRIG=1 option to fix SIN/COS output range.\n\nThe SIN and COS instructions on Intel hardware can produce values\nslightly outside of the [-1.0, 1.0] r
Build mesa 862 failed
Commit 193a5cee6a by Ian Romanick on 4/12/2016 1:40 AM:
nir: Fix typo in comment\n\nTrivial.\n\nSigned-off-by: Ian Romanick
Configure your notification preferences
___
mesa-dev mailin
Build mesa 863 completed
Commit afa8707ba9 by Dave Airlie on 4/11/2016 3:02 AM:
softpipe: add SSBO/shader atomics support.\n\nThis adds support for the features requires for ARB_shader_storage_buffer_object\nand ARB_shader_atomic_counters, ARB_shader_atomic_cou
Build mesa 635 failed
Commit af06190760 by Sarah Sharp on 10/29/2015 11:11 PM:
mesa: docs: Intel i965 hardware limits.\n\nThis should help the next person working on hardware enabling figure out\nwhere in the Intel PRMs to find the magic platform hardware value
Build mesa 636 completed
Commit 4d02e91e49 by Hans de Goede on 3/14/2016 2:01 PM:
clover: Fix pipe_grid_info.indirect not being initialized.\n\nAfter pipe_grid_info.indirect was introduced, clover was not modified\nto set it causing it to pass uninitialized mem
Build mesa 694 failed
Commit a984e44abd by Jason Ekstrand on 3/17/2016 10:20 PM:
nir/glsl: Propagate invariant into NIR alu ops\n\nReviewed-by: Francisco Jerez
Configure your notification preferences
___
m
Build mesa 695 completed
Commit 4e060d80ff by Jason Ekstrand on 3/24/2016 4:04 AM:
glsl: Add propagate_invariance to the other makefile\n\nThis fixes the scons build
Configure your notification preferences
Build mesa 1366 failed
Commit 89bb4be91e by Kristian Høgsberg Kristensen on 5/25/2016 4:30 PM:
i965: Fix shadowing of 'height' parameter\n\nThe nested declaration of 'height' shadows a parameter and uses\nuninitialized memory. Fix by renaming to 'plane_height'
Build mesa 1516 failed
Commit c417c0c9c3 by Kenneth Graunke on 9/7/2014 3:26 AM:
mesa: Add MESA_SHADER_CAPTURE_PATH for writing .shader_test files.\n\nThis writes linked shader programs to .shader_test files to\n$MESA_SHADER_CAPTURE_PATH in the format used by s
Build mesa 1517 completed
Commit f657a59d98 by Kenneth Graunke on 6/5/2016 11:31 PM:
mesa: Try to unbreak the MSVC build.\n\nPATH_MAX is apparently not a thing on Windows. Borrow the hack from\npipe_loader.c to try and make this work.\n\nSigned-off-by: Kenneth
Build mesa 1560 failed
Commit 5e2d25894b by Samuel Pitoiset on 5/25/2016 7:17 PM:
mesa: Let compute shaders work in compatibility profiles\n\nThe extension is already advertised in compatibility profile, but\nthe _mesa_has_compute_shaders only returns true in c
Build mesa 1564 completed
Commit f93c22109e by Jose Fonseca on 6/10/2016 10:00 AM:
mesa: Wrap extensions.h declarations with extern "C".\n\nThis should fix the MSVC linker failures that arose with commit\n5e2d25894b962aae9158261897e13843377e3b95.\n\nTrivial.
Build mesa 1566 failed
Commit 320d1191c6 by Jose Fonseca on 4/3/2016 11:05 PM:
gallivm: Use llvm.fmuladd.*.\n\nReviewed-by: Roland Scheidegger
Configure your notification preferences
___
mesa-dev mailing l
Build mesa 1567 completed
Commit 2b4cee0571 by Jose Fonseca on 6/10/2016 2:42 PM:
gallivm: Never emit llvm.fmuladd on LLVM 3.3.\n\nBesides the old JIT bug, it seems the X86 backend on LLVM 3.3 doesn't\nhandle llvm.fmuladd and instead it fall backs to a C functi
Build mesa 29 completed
Commit 231db5869c by Tapani Pälli on 12/2/2015 11:21 AM:
i965: use _Shader to get fragment program when updating surface state\n\nAtomic counters and Images were using ctx::Shader that does not take in\nto account program pipeline change
Build mesa 31 failed
Commit e832b5b7fa by Brian Paul on 12/3/2015 4:12 PM:
st/wgl: add support for WGL_ARB_render_texture\n\nThere are a few legacy OpenGL apps on Windows which need this extension.\nWe basically use glCopyTex[Sub]Image to implement wglBindTexIm
Build mesa 32 completed
Commit a0f1bc18e5 by Brian Paul on 12/3/2015 4:40 PM:
mesa: print enum names rather than hexadecimal values in error messages\n\nTrivial.
Configure your notification preferences
___
Build mesa 39 failed
Commit 51140f452a by Roland Scheidegger on 12/4/2015 2:42 AM:
draw: fix clipping of layer/vp index outputs\n\nThis was just plain broken. It used always the value from v0 (for vp_index)\nbut would pass the value from the provoking vertex to
Build mesa 40 completed
Commit b715e6d528 by Jason Ekstrand on 11/26/2015 8:05 AM:
i965/vec4: Stop pretending to support indirect output stores\n\nSince we're using nir_lower_outputs_to_temporaries to shadow all our\noutputs, it's impossible to actually get an
Build mesa 58 failed
Commit db072d2086 by Ilia Mirkin on 12/7/2015 6:26 PM:
gk110/ir: fix imul hi emission with limm arg\n\nThe elemental demo hits this case.\n\nSigned-off-by: Ilia Mirkin \nCc: "11.0 11.1"
Configure your notification preferences
__
Build mesa 59 completed
Commit a2c5200a4b by Christian König on 11/23/2015 2:21 PM:
st/va: disable MPEG4 by default v2\n\nThe workarounds are too hacky to enable them by default\nand otherwise MPEG4 doesn't work reliably.\n\nv2: add docs/envvars.html, CC stable
Build mesa 132 failed
Commit 61cdb7665f by Neil Roberts on 12/16/2015 2:53 PM:
Revert "i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals"\n\nThis reverts commit 839793680f99b8387bee9489733d5071c10f3ace.\n\nThe patch was breaking DRI3 because driGLFormatToImag
Build mesa 4519 failed
Commit 708664159e by Jason Ekstrand on 5/26/2017 5:57 PM:
i965: Finalize miptrees before prepare_texture\n\nIn order to do resolves for texture views with different formats, we\nneed intel_texture_object::_Format to be valid. Calling\nin
Build mesa 4523 completed
Commit 97f6404e50 by Juan A. Suarez Romero on 6/5/2017 8:27 PM:
docs: add release notes for 17.1.2\n\nSigned-off-by: Juan A. Suarez Romero
Configure your notification preferences
Build mesa 5838 failed
Commit 7561da367b by Michel Dänzer on 10/16/2017 2:35 PM:
st/mesa: Initialize textures array in st_framebuffer_validate\n\nAnd just reference pipe_resources to it in the validate callbacks.\n\nAvoids pipe_resource leaks when st_framebuffe
Build mesa 5839 completed
Commit 8c9e7c9638 by Michel Dänzer on 10/18/2017 4:44 PM:
st/osmesa: include u_inlines.h for pipe_resource_reference\n\nFixes build failure due to unresolved symbol.\n\nFixes: 7561da367bae "st/mesa: Initialize textures array in\n
1 - 100 of 453 matches
Mail list logo