aco: improve readfirstlane after uniform LDS loads
[mesa.git] / src /
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 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
2020-01-13 Rhys Perryaco: check usesModifiers() when identifying a neg/abs
2020-01-13 Rhys Perryaco: handle omod successors with the constant in the...
2020-01-13 Rhys Perryaco: handle VOP3 modifiers when combining a constant...
2020-01-13 Rhys Perryaco: fix uninitialized data in the binary
2020-01-13 Rhys Perryaco: fix imageSize()/textureSize() with large buffers...
2020-01-13 Rhys Perryaco: set vm for pos0 exports on GFX10
2020-01-13 Daniel Ogorchockpanfrost: Fix headers and gpu_headers memory leak
2020-01-13 Daniel Ogorchockpanfrost: Fix panfrost_bo_access memory leak
2020-01-13 Samuel Pitoisetradv/gfx10: improve performance for TES using PrimID...
2020-01-13 Samuel Pitoisetradv/gfx10: add support for NGG passthrough mode
2020-01-13 Samuel Pitoisetradv/gfx10: do not declare LDS for NGG if useless
2020-01-13 Samuel Pitoisetradv/gfx10: determine if a pipeline is eligible for...
2020-01-13 Samuel Pitoisetradv/gfx10: disable vertex grouping
2020-01-12 Ilia Mirkinnvc0: treat all draws without color0 broadcast as MRT
2020-01-12 Ilia Mirkingm107/ir: avoid combining geometry shader stores at...
2020-01-12 Ilia Mirkinnvc0: add dummy reset status support
2020-01-12 Ilia Mirkinnv50,nvc0: fix destination coordinates of blit
2020-01-12 Bas Nieuwenhuizenradv: Use new scanout gfx9 metadata flag.
2020-01-12 Vasily Khoruzhicklima: fix PIPE_CAP_* to mark features that aren't suppo...
2020-01-12 Vasily Khoruzhicklima: implement polygon offset
2020-01-12 Vasily Khoruzhicklima: fix viewport clipping
2020-01-12 Vasily Khoruzhicklima: fix PLBU_CMD_PRIMITIVE_SETUP command
2020-01-12 Timothy Arceriglsl: fix potential bug in nir uniform linker
2020-01-11 Christian Gmeineretnaviv: add deqp debug option
2020-01-11 Timur Kristófaco/wave32: Set the definitions of v_cmp instructions...
next