mesa.git
2020-07-18 Rhys Perryaco: properly recognize that s_waitcnt mitigates VMEMto...
2020-07-17 Eric Anholtmeson: Enable GCing of functions and data from compilat...
2020-07-17 Alyssa Rosenzweigpanfrost: Enable FP16 by default
2020-07-17 Rob Clarkgitlab-ci: re-enable all a630 jobs
2020-07-17 Eric Anholtfreedreno/a2xx: Fix compiler warning in disasm.
2020-07-17 Tomeu Vizosogitlab-ci: Re-add kernels for bare-metal
2020-07-17 Icecream95nir: Set the alignment for SSBO lowering
2020-07-17 Eric Anholtintel/perf: Move perf query register programming to...
2020-07-17 Eric Anholtintel/perf: Fix unused var warning in release builds.
2020-07-17 Eric Anholtintel: Fix release-build warnings about sf_entry_size.
2020-07-17 Erik Faye-Lundzink: use ralloc for spirv_builder as well
2020-07-17 Erik Faye-Lundzink: pass mem_ctx to ralloc_size-call
2020-07-17 Erik Faye-Lundzink: use ralloc for plain malloc-calls
2020-07-17 Erik Faye-Lundzink: use ralloc in nir-to-spirv
2020-07-17 Rhys Perryradv: enable more float_controls features
2020-07-17 Rhys Perryaco: set tcs_in_out_eq=false if float controls of VS...
2020-07-17 Rhys Perryaco: fix nir_op_f2f16_rtne with non-default rounding...
2020-07-17 Rhys Perryaco: flush denormals before fp16 fabs/fneg if needed
2020-07-17 Rhys Perryaco: use s_round_mode/s_denorm_mode
2020-07-17 Icecream95panfrost: Set depth_enabled when stencil is enabled
2020-07-17 Samuel Pitoisetradv: return better Vulkan error codes when VkQueueSubm...
2020-07-17 Samuel Pitoisetradv: improve the error messages when a CS submission...
2020-07-17 Samuel Pitoisetradv: remove one useless goto in radv_queue_submit_defe...
2020-07-17 Icecream95panfrost: Report TEXTURE_BUFFER_OBJECTS cap when gl3...
2020-07-17 Icecream95nir: Fix lower_two_sided_color when the face is an...
2020-07-17 Icecream95nir: Add a face_sysval argument to nir_lower_two_sided_...
2020-07-17 Icecream95panfrost: Do per-sample shading when outputs are read
2020-07-17 Icecream95pan/mdg: Do per-sample framebuffer loads
2020-07-17 Icecream95panfrost: Rename lower_store to is_blend in pan_lower_f...
2020-07-17 Icecream95pan/mdg: Don't disassemble blit shaders
2020-07-17 Michel Dänzergitlab-ci: Only trigger test-docs job automatically...
2020-07-17 Elie Tourniervirgl: set PIPE_CAP_BLEND_EQUATION_ADVANCED
2020-07-17 Elie Tourniervirgl: Encode barrier for blend_equation_advanced
2020-07-17 Elie Tourniervirgl: Use alpha_src_factor to store blend_equation_adv...
2020-07-17 Elie Tournierglsl_to_ir: do lower_blend_equation if PIPE_CAP_FBFETCH
2020-07-17 Elie Tournierst: expose KHR_blend_equation_advanced if PIPE_CAP_BLEN...
2020-07-17 Elie Tourniergallium: Add PIPE_CAP_BLEND_EQUATION_ADVANCED
2020-07-17 Elie Tourniervirgl: Reserved last caps of capability_bits
2020-07-17 Elie Tournierglsl_to_tgsi: Set TGSI_PROPERTY_FS_BLEND_EQUATION_ADVANCED
2020-07-17 Elie Tourniergallium: add TGSI_PROPERTY_FS_BLEND_EQUATION_ADVANCED
2020-07-17 Erik Faye-Lundmesa: treat Color._AdvancedBlendMode as enum
2020-07-17 Erik Faye-Lundmesa: do not use bitfields for advanced-blend state
2020-07-17 Karol Herbstst/mesa: fix st_CopyPixels without support for stencil...
2020-07-17 Rhys Kiddnvc0_2d: Document SET_PIXELS_FROM_MEMORY_CORRAL_SIZE...
2020-07-17 Rhys Kiddnv50_2d,nvc0_2d: Document SET_PIXELS_FROM_MEMORY_SAFE_O...
2020-07-16 Alyssa Rosenzweigdocs/features: Mark trivial missed feature
2020-07-16 Eric Engestromegl: mark the rest of the callbacks as mandatory or...
2020-07-16 Eric Engestromegl: drop now empty egl_dri2_fallbacks.h
2020-07-16 Eric Engestromegl: inline fallback for get_sync_values
2020-07-16 Eric Engestromegl: inline fallback for create_wayland_buffer_from_image
2020-07-16 Eric Engestromegl: inline fallback for query_buffer_age
2020-07-16 Eric Engestromegl: inline fallback for copy_buffers
2020-07-16 Eric Engestromegl: inline fallback for post_sub_buffer
2020-07-16 Eric Engestromegl: inline fallback for swap_buffers_region
2020-07-16 Eric Engestromegl: inline fallback for swap_buffers_with_damage
2020-07-16 Eric Engestromegl: drop unused fallback function
2020-07-16 Eric Engestromegl: inline fallback for create_pbuffer_surface
2020-07-16 Eric Engestromegl: inline fallback for create_pixmap_surface
2020-07-16 Rob Clarkdriconf: allowlist/denylist
2020-07-16 Icecream95pan/decode: Open the dump file later
2020-07-16 Tomeu Vizosogitlab-ci: Run all of GLES3 tests for Panfrost
2020-07-16 Samuel Pitoisetradv: split fence into two parts as enum+union.
2020-07-16 Samuel Pitoisetradv: optimize creating signaled syncobj with amdgpu_cs...
2020-07-16 Samuel Pitoisetradv: fix the error code when allocating a fresh import...
2020-07-16 Samuel Pitoisetradv: fix the error code when exporting a semaphore...
2020-07-16 Samuel Pitoisetradv: fix destroying the syncobj when exporting a fence FD
2020-07-16 Connor Abbotttu: Enable VK_EXT_shader_stencil_export
2020-07-16 Connor Abbottir3: Handle gl_FragStencilRefARB
2020-07-16 Connor Abbottfreedreno/a6xx: Add stencilref register info
2020-07-16 Alyssa Rosenzweigpanfrost: Revert "Disable frame throttling"
2020-07-16 Alyssa Rosenzweigpanfrost: Enable Chromium
2020-07-16 Alyssa Rosenzweigpanfrost: Report CAPs more honestly
2020-07-16 Alyssa Rosenzweigpanfrost: Fix faults with RASTERIZER_DISCARD
2020-07-16 Alyssa Rosenzweigpanfrost: Honour cso->compare_mode
2020-07-16 Alyssa Rosenzweigpanfrost: Avoid integer underflow in rt_count_1
2020-07-16 Alyssa Rosenzweigpanfrost: Abort on unsupported blit
2020-07-16 Alyssa Rosenzweigpanfrost: Implement Z32F_S8 blits
2020-07-16 Alyssa Rosenzweigpanfrost: Fix sRGB clear colour packing
2020-07-16 Alyssa Rosenzweigpanfrost: Set PIPE_CAP_MIXED_COLORBUFFER_FORMATS
2020-07-16 Alyssa Rosenzweigpanfrost: Overhaul tilebuffer allocations
2020-07-16 Alyssa Rosenzweigpanfrost: Call util_blitter_save_fragment_constant_buff...
2020-07-16 Dave Airliellvmpipe: fix position offset interpolation
2020-07-16 Dave Airliellvmpipe: fix stencil only formats.
2020-07-16 Thong Thairadeonsi: use PIPE_FORMAT_P010 for 10-bit VP9 decoding
2020-07-16 Rhys Perryaco: add add_interference() helper
2020-07-16 Rhys Perryaco: use unordered_set for spill id interferences
2020-07-16 Rhys Perryaco: rewrite graph coloring in spiller
2020-07-16 Rhys Perryaco: fix underestimated pressure in spiller when a...
2020-07-16 Alyssa Rosenzweigpanfrost: Use Midgard-specific reloads
2020-07-16 Indrajit Kumar Dasst/mesa: use fragment shader to copy stencil buffer
2020-07-16 Erik Faye-Lundmesa/main: use p_atomic_inc_return instead of locking
2020-07-16 Yevhenii Kharchenkost/mesa: fix corrupted texture levels, when adding...
2020-07-16 Erik Faye-Lundgallium/util: do not use _MTX_INITIALIZER_NP on Windows
2020-07-16 Samuel Pitoisetradv/winsys: pass the buffer list via the CS ioctl...
2020-07-16 Samuel Pitoisetradv/winsys: replace alloca() by malloc() everywhere
2020-07-16 Neil Robertsv3d/compiler: Lower geometry output store base into...
2020-07-16 Marek Olšákradeonsi: prevent a gfx10_ngg_calculate_subgroup_info...
2020-07-16 Dave Airlieci: bump piglit checkout for dsa tests
2020-07-16 Dave Airliemesa: change dsa texture error codes for GL 4.6
2020-07-15 Alyssa Rosenzweigpanfrost: Extract panfrost_batch_reserve_framebuffer
next