vulkan/overlay: Fix for Vulkan 1.2
[mesa.git] / src /
2020-01-15 Samuel Pitoisetvulkan/overlay: Fix for Vulkan 1.2
2020-01-15 Jason Ekstrandturnip: Pretend to support Vulkan 1.2
2020-01-15 Jason Ekstrandvulkan: Update the XML and headers to 1.2.131
2020-01-15 Pierre-Eric Pellou... radeonsi: drop the negation from fmask_is_not_identity
2020-01-15 Pierre-Eric Pellou... radeonsi: unbind image before compute clear
2020-01-15 Pierre-Eric Pellou... radeonsi: make sure fmask expand is done if needed
2020-01-15 Pierre-Eric Pellou... radeonsi: fix fmask expand compute shader
2020-01-15 Nataraj Deshpandeegl/android: Restrict minimum triple buffering for...
2020-01-15 Lionel Landwerlinanv: fix pipeline switch back for non pipelined states
2020-01-15 Samuel Pitoisetradv/gfx10: simplify some duplicated NGG GS code
2020-01-15 Samuel Pitoisetradv/gfx10: enable all CUs if NGG is never used
2020-01-15 Samuel Pitoisetradv: only use VkSamplerCreateInfo::compareOp if enabled
2020-01-15 Iago Toral Quirogav3d: fix bug when checking result of syncobj fence...
2020-01-15 Jonathan Marekst/mesa: run st_nir_lower_tex_src_plane for lowered...
2020-01-15 Jonathan Marekst/mesa: don't lower YUV when driver supports it natively
2020-01-15 Bas Nieuwenhuizenradv: Disable VK_EXT_sample_locations on GFX10.
2020-01-15 Gurchetan Singhst/mesa: implement EGLImageTargetTexStorage
2020-01-15 Gurchetan Singhst/mesa: refactor egl image binding a bit
2020-01-15 Gurchetan Singhst/dri: track if image is created by a dmabuf
2020-01-15 Rob Clarkfreedreno/ir3: rename instructions
2020-01-15 Elie Tourniernir/algebraic: sqrt(x)*sqrt(x) -> fabs(x)
2020-01-15 Elie Tourniernir/algebraic: i2f(f2i()) -> trunc()
2020-01-14 Eric Anholti965: Reuse the new core glsl_count_dword_slots().
2020-01-14 Eric Anholtmesa/st: Move the dword slot counting function to glsl_...
2020-01-14 Eric Anholtmesa/prog: Reuse count_vec4_slots() from ir_to_mesa.
2020-01-14 Eric Anholtmesa/st: Move the vec4 type size function into core...
2020-01-14 Eric Anholtmesa/st: Deduplicate the NIR uniform lowering code.
2020-01-14 Marek Olšákradeonsi: move PS LLVM code into si_shader_llvm_ps.c
2020-01-14 Marek Olšákradeonsi: remove always constant ballot_mask_bits from...
2020-01-14 Marek Olšákradeonsi: fold si_create_function into si_llvm_create_func
2020-01-14 Marek Olšákradeonsi: rename si_shader_create -> si_create_shader_v...
2020-01-14 Marek Olšákradeonsi: rename si_compile_tgsi_main -> si_build_main_...
2020-01-14 Marek Olšákradeonsi: clean up si_shader_info
2020-01-14 Marek Olšákradeonsi: merge si_tessctrl_info into si_shader_info
2020-01-14 Marek Olšákradeonsi: fork tgsi_shader_info and tgsi_tessctrl_info
2020-01-14 Marek Olšákradeonsi: rename si_shader_info -> si_shader_binary_info
2020-01-14 Marek Olšákradeonsi: remove TGSI from comments
2020-01-14 Marek Olšákradeonsi: rename DBG_NO_TGSI -> DBG_NO_NIR
2020-01-14 Marek Olšákradeonsi: don't adjust depth and stencil PS output...
2020-01-14 Caio Marcelo de... nir: Add missing nir_var_mem_global to various passes
2020-01-14 Caio Marcelo de... spirv: Handle PhysicalStorageBuffer in memory barriers
2020-01-14 Caio Marcelo de... spirv: Drop EXT for PhysicalStorageBuffer symbols
2020-01-14 Timur Kristófaco: Flip s_cbranch / s_cselect to optimize out an...
2020-01-14 Timur Kristófaco: Optimize out s_and with exec, when used on uniform...
2020-01-14 Timur Kristófaco: Don't skip combine_instruction when definitions...
2020-01-14 Timur Kristófaco: Allow optimizing vote_all and nir_op_iand.
2020-01-14 Timur Kristófaco: Implement 64-bit constant propagation.
2020-01-14 Alyssa Rosenzweigpanfrost: Fix linear depth textures
2020-01-14 Jason Ekstrandvulkan/wsi: Add a driconf option to force WSI to advert...
2020-01-14 Caio Marcelo de... intel/fs: Only use SLM fence in compute shaders
2020-01-14 Marek Olšákradeonsi: actually enable VBOs in user SGPRs
2020-01-14 Marek Olšákradeonsi: fix assertion and other failures in si_emit_g...
2020-01-14 Rhys Perrynir/algebraic: a & ~(a >> 31) -> imax(a, 0)
2020-01-14 Marco Felschetnaviv: Fix assert when try to accumulate an invalid fd
2020-01-14 Afonso Bordadopan/midgard: Fix midgard_compile.h includes
2020-01-14 Lionel Landwerlinanv: only use VkSamplerCreateInfo::compareOp if enabled
2020-01-14 Rhys Perrynir/sink,nir/move: move/sink nir_op_mov
2020-01-14 Rhys Perrynir/sink,nir/move: move/sink load_per_vertex_input
2020-01-14 Rhys Perryaco: add integer min/max to can_swap_operands
2020-01-14 Rhys Perryaco: improve readfirstlane after uniform LDS loads
2020-01-14 Rhys Perryaco: replace extract_vector with copies
2020-01-14 Rhys Perryaco: allow input modifiers on v_cndmask_b32
2020-01-14 Rhys Perryaco: don't move literal to reg when making an instructi...
2020-01-14 Rhys Perryaco: add min(-max(), ) and max(-min(), ) optimization
2020-01-14 Rhys Perryaco: improve clamp optimization
2020-01-14 Rhys Perryaco: fix clamp optimization
2020-01-14 Rhys Perryaco: improve creation of v_madmk_f32/v_madak_f32
2020-01-14 Rhys Perryaco: take advantage of GFX10's constant bus limit and...
2020-01-14 Rhys Perryaco: allow an extra SGPR with multiple uses to be appli...
2020-01-14 Rhys Perryaco: allow applying two sgprs to an instruction
2020-01-14 Rhys Perryaco: follow through temporary when merging tests into...
2020-01-14 Rhys Perryaco: be more careful with literals in combine_salu_...
2020-01-14 Rhys Perryaco: add check_vop3_operands()
2020-01-14 Rhys Perryaco: rewrite apply_sgprs()
2020-01-14 Rhys Perryaco: rewrite literal combining
2020-01-14 Rhys Perryaco: improve can_use_VOP3()
2020-01-14 Rhys Perryaco: combine two sgprs into a VALU if they're the same
2020-01-14 Rhys Perryaco: apply literals to split mads
2020-01-14 Rhys Perryaco: update IR validator
2020-01-14 Rhys Perrynir/lower_gs_intrinsics: add option for per-stream...
2020-01-14 Rhys Perrynir/divergence: handle load_primitive_id in GS
2020-01-14 Erik Faye-Lundmesa/st: use float literals
2020-01-14 Erik Faye-Lundgallium: fix a warning
2020-01-14 Erik Faye-Lundst/wgl: eliminate implicit cast warning
2020-01-14 Erik Faye-Lundutil: initialize float-array with float-literals
2020-01-14 Lionel Landwerlinanv: Implement Gen12 workaround for non pipelined state
2020-01-14 Lionel Landwerliniris: Implement Gen12 workaround for non pipelined...
2020-01-14 Vasily Khoruzhicklima: add new findings to texture descriptor
2020-01-14 Kenneth Graunkeintel: Use similar brand strings to the Windows drivers
2020-01-14 Kenneth Graunkeiris: Simplify iris_get_renderer_string()
2020-01-14 Kenneth Graunkei965: Simplify brw_get_renderer_string()
2020-01-14 Kenneth GraunkeRevert "nir: assert that nir_lower_tex runs after lower...
2020-01-14 Erik Faye-Lundzink: fixup initialization of operand_mask / num_extra_...
2020-01-13 Eric Anholtmesa: Fix detection of invalidating both depth and...
2020-01-13 Rob Clarkmesa/st: lower samplers before nir_lower_tex
2020-01-13 Rob Clarknir: assert that nir_lower_tex runs after lowering...
2020-01-13 Gurchetan Singhi965: support EXT_EGL_image_storage
2020-01-13 Gurchetan Singhi965: refactor intel_image_target_texture_2d
2020-01-13 Gurchetan Singhi965: track if image is created by a dmabuf
2020-01-13 Gurchetan Singhdri_util: add driImageFormatToSizedInternalGLFormat...
next