mesa.git
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... nir: Add missing nir_var_mem_global to various passes
2020-01-14 Caio Marcelo... spirv: Handle PhysicalStorageBuffer in memory barriers
2020-01-14 Caio Marcelo... 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... 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 Tomeu Vizosogitlab-ci: Consolidate container and build stages for...
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...
2020-01-13 Gurchetan Singhglapi / teximage: implement EGLImageTargetTexStorageEXT
2020-01-13 Gurchetan Singhteximage: split out helper from EGLImageTargetTexture2DOES
2020-01-13 Jason Ekstrandanv: Memset array properties
2020-01-13 Jason Ekstrandanv: Don't over-advertise descriptor indexing features
2020-01-13 Jason Ekstrandintel/blorp: Fill out all the dwords of MI_ATOMIC
2020-01-13 Tomeu Vizosogitlab-ci: Upgrade kernel for LAVA jobs to v5.5-rc5
2020-01-13 Daniel Schürmannaco: fix unconditional demote_to_helper
2020-01-13 Marek Olšákradeonsi: don't enable VBOs in user SGPRs if compute...
2020-01-13 Marek Olšákradeonsi: put up to 5 VBO descriptors into user SGPRs
2020-01-13 Marek Olšákac,radeonsi: increase the maximum number of shader...
2020-01-13 Marek Olšákradeonsi: simplify si_set_vertex_buffers
2020-01-13 Marek Olšákradeonsi: don't allow draw calls with uninitialized...
2020-01-13 Marek Olšákradeonsi: add si_context::num_vertex_elements
2020-01-13 Marek Olšákradeonsi: rename desc_list_byte_size -> vb_desc_list_al...
2020-01-13 Lionel Landwerlinanv: set stencil layout for input attachments
2020-01-13 Jason Ekstrandanv: Drop an unused variable
2020-01-13 Jason Ekstrandnir/lower_atomics_to_ssbo: Also lower barriers
2020-01-13 Jason Ekstrandnir: Rename nir_intrinsic_barrier to control_barrier
2020-01-13 Jason Ekstrandintel/nir: Stop adding redundant barriers
2020-01-13 Jason Ekstrandnir/glsl: Emit memory barriers as part of barrier()
2020-01-13 Jason Ekstrandspirv: Add output memory semantics to OpControlBarrier...
2020-01-13 Jason Ekstrandspirv: Add a workaround for OpControlBarrier on old...
2020-01-13 Jason Ekstrandnir: Add a new memory_barrier_tcs_patch intrinsic
2020-01-13 Jason Ekstrandllmvpipe: No-op implement more barriers
2020-01-13 Jason Ekstrandnir: Handle barriers with more granularity in combine_s...
2020-01-13 Jason Ekstrandnir: Handle more barriers in dead_write and copy_prop
2020-01-13 Jason Ekstrandintel/vec4: Support scoped_memory_barrier
2020-01-13 Andreas Baierllima: Add stencil support
2020-01-13 Andreas Baierllima/parser: Make rsw alpha blend parsing more readable
2020-01-13 Boris Brezillonpanfrost: Remove unneeded phi nodes
2020-01-13 Rhys Perryaco: check if multiplication/clamp is live when applyin...
2020-01-13 Rhys Perryaco: disable add combining for ds_swizzle_b32
2020-01-13 Rhys Perryaco: don't DCE atomics with return values
2020-01-13 Rhys Perryaco: set exec_potentially_empty for demotes
2020-01-13 Rhys Perryaco: better handle neg/abs of sgprs
next