mesa.git
2020-07-26 Bas Nieuwenhuizenradv: Fix uninitialized variable in renderpass.
2020-07-25 Karol Herbstnir/lower_io: assert that offsets are used for shader_in
2020-07-24 Christian Gmeineretnaviv: do register setup only once
2020-07-24 Christian Gmeineretnaviv: move shader_count to etna_compiler
2020-07-24 Christian Gmeineretnaviv: introduce struct etna_compiler
2020-07-24 Connor Abbotttu: Enable vertex & fragment stores & atomics
2020-07-24 Connor Abbotttu: Detect invalid-for-binning renderpass dependencies
2020-07-24 Connor Abbotttu: Fix hangs for DS with no output
2020-07-24 Connor Abbotttu: Fix empty blit scissor case
2020-07-24 Jason Ekstrandspirv: Also copy over binding information for atomic...
2020-07-24 Connor Abbotttu: Implement VK_KHR_draw_indirect_count
2020-07-24 Connor Abbotttu: Add missing wfi to tu6_emit_hw()
2020-07-24 Connor Abbotttu: Integrate WFI/WAIT_FOR_ME/WAIT_MEM_WRITES with...
2020-07-24 Connor Abbottfreedreno: Add INDIRECT_COUNT CP_DRAW_INDIRECT_MULTI...
2020-07-24 Connor Abbottfreedreno: Clean up CP_DRAW_MULTI_INDIRECT definition
2020-07-24 Jonathan Marekturnip: remove extra gmem alignment
2020-07-24 Christian Gmeineretnaviv: explicitly set nir_variable_mode
2020-07-24 Samuel Pitoisetradv: clean up remaining pipeline init functions
2020-07-24 Samuel Pitoisetradv: remove useless return value to radv_pipeline_scra...
2020-07-24 Samuel Pitoisetradv: add radv_pipeline_init_shader_stages_state()
2020-07-24 Samuel Pitoisetradv: constify all radv_pipeline_generate_*() helpers
2020-07-24 Samuel Pitoisetradv: assign pipeline gfx fields before PM4 emission
2020-07-24 Samuel Pitoisetradv: clean up binning state initialization
2020-07-24 Samuel Pitoisetradv: clean up adjusting MSAA state if conservative...
2020-07-24 Samuel Pitoisetradv: add radv_pipeline_generate_vgt_gs_out()
2020-07-24 Samuel Pitoisetradv: add radv_pipeline_init_input_assembly_state()
2020-07-24 Samuel Pitoisetradv: clean up tessellation state emission
2020-07-24 Samuel Pitoisetradv: remove unnecessary radv_tessellation_state::lds_size
2020-07-24 Samuel Pitoisetradv: set LDS TCS size at shaders creation for GFX9+
2020-07-24 Samuel Pitoisetradv: align the LDS size in calculate_tess_lds_size()
2020-07-24 Samuel Pitoisetradv: remove one unnecessary param to radv_generate_gra...
2020-07-24 Samuel Pitoisetradv: remove no-op si_multiwave_lds_size_workaround()
2020-07-24 Samuel Pitoisetradv: remove unnecessary radv_tessellation_state::num_p...
2020-07-24 Samuel Pitoisetradv: clean up radv_compute_generate_pm4()
2020-07-24 Samuel Pitoisetradv: reduce the number of allocated dwords for compute CS
2020-07-24 Samuel Pitoisetradv: clean up PA_SC_CLIPRECT_RULE emission
2020-07-24 Samuel Pitoisetradv: clean up VGT_SHADER_STAGES_EN emission
2020-07-24 Samuel Pitoisetradv: emit PA_SC_LINE_CNTL as part of the rasterization...
2020-07-24 Samuel Pitoisetradv: emit more invariant registers as part of the...
2020-07-24 Samuel Pitoisetradv: remove outdated TODO related to PA_SU_VTX_CNTL...
2020-07-24 Samuel Pitoisetradv: remove set but unused radv_pipeline::vertex_elements
2020-07-24 Samuel Pitoisetradv: remove declared but unused radv_pipeline::is_dual_src
2020-07-24 Eric Engestrombin/khronos-update: add workaround for python bug 9625
2020-07-24 Eric Engestrombin/khronos-update: add support for the SPIRV files
2020-07-24 Eric Engestrombin/khronos-update: having a folder in include/ is...
2020-07-24 Neil Robertsv3d: Retry with the fallback scheduler when RA fails
2020-07-24 Neil Robertsv3d: Changed v3d_compile:failed to an enum
2020-07-24 Neil Robertsnir/schedule: Add an option for a fallback scheduling...
2020-07-24 Neil Robertsv3d: Mark scheduling dependency for prim id and first...
2020-07-24 Neil Robertsnir/schedule: Add a callback for backend-specific depen...
2020-07-24 Neil Robertsnir/schedule: Store a pointer to the options struct...
2020-07-24 Neil Robertsnir/scheduler: Move nir_scheduler to its own header
2020-07-24 Jason Ekstrandspirv: Rework our handling of images and samplers
2020-07-24 Jason Ekstrandanv,turnip,radv,clover,glspirv: Run nir_copy_prop befor...
2020-07-24 Jason Ekstrandspirv: More heavily use vtn_ssa_value in function param...
2020-07-24 Jason Ekstrandspirv: Remove a dead case in function parameter handling
2020-07-24 Jason Ekstrandspirv: Add a helper for getting the NIR type of a vtn_type
2020-07-24 Jason Ekstrandspirv: Give atomic counters their own variable mode
2020-07-24 Jason Ekstrandspirv: Drop the sampled boolean from vtn_type
2020-07-24 Jason Ekstrandspirv: Add better checks for SSA value types
2020-07-24 Jason Ekstrandspirv: Hand-roll fewer vtn_ssa_value creations
2020-07-24 Jason Ekstrandspirv: Simplify vtn_ssa_value creation
2020-07-24 Jason Ekstrandspirv/subgroups: Refactor to use vtn_push_ssa
2020-07-24 Jason Ekstrandspirv/subgroups: Stop incrementing w
2020-07-24 Jason Ekstrandspirv/glsl450: Use vtn_push_ssa_value
2020-07-24 Jason Ekstrandspirv/alu: Use vtn_push_ssa_value
2020-07-24 Jason Ekstrandspirv: Refactor vtn_push_ssa
2020-07-24 Jason Ekstrandspirv: Use the new helpers in OpConvertUToPtr/PtrToU
2020-07-24 Jason Ekstrandspirv: Add a vtn_get_nir_ssa helper
2020-07-24 Jason Ekstrandspirv/amd: Use vtn_push_nir_ssa
2020-07-24 Jason Ekstrandspirv: Add a vtn_push_nir_ssa helper
2020-07-24 Jason Ekstrandspirv: Rename push_value_pointer to push_pointer
2020-07-24 Jason Ekstrandspirv: Add a helpers for getting types of values
2020-07-24 Jason Ekstrandspirv: Use nir_bany/ball for OpAny/All
2020-07-24 Jason Ekstrandspirv: Clean up OpSignBitSet
2020-07-24 Jason Ekstrandspirv: Fix indentation in vtn_handle_ptr
2020-07-24 Jason Ekstrandspirv: Drop the void *ptr from vtn_value
2020-07-24 Jason Ekstrandspirv: Simplify our handling of NonUniform
2020-07-24 Jesse Natalienir/vtn: Add support for 8 and 16 vector ball/bany
2020-07-24 Jesse Natalienir: Support 8 and 16 component vectors for reduceable...
2020-07-24 Jesse Natalienir: Support algebraic opts on vectors larger than 4
2020-07-24 Jesse Natalienir: Support vec8/vec16 in nir_lower_bit_size
2020-07-24 Rob Clarkfreedreno: sync registers from envytools
2020-07-23 Connor Abbotttu: Enable VK_EXT_depth_clip_enable
2020-07-23 Daniel Schürmannaco: ensure readfirstlane subdword operands are always...
2020-07-23 Daniel Schürmannaco: prevent infinite recursion in RA for subdword...
2020-07-23 Daniel Schürmannaco: don't split store data if it was already split...
2020-07-23 Daniel Schürmannaco: ensure to not extract more components than have...
2020-07-23 Bas Nieuwenhuizenradv: Add timeline syncobj for timeline semaphores.
2020-07-23 Bas Nieuwenhuizenradv: Add winsys functions for timeline syncobj.
2020-07-23 Bas Nieuwenhuizenradv: Add winsys support for submitting timeline syncobj.
2020-07-23 Bas Nieuwenhuizenradv: Add thread for timeline syncobj submission.
2020-07-23 Bas Nieuwenhuizenradv/winsys: Add binary syncobj ABI changes for timelin...
2020-07-23 Bas Nieuwenhuizenamd: Add detection of timeline semaphore support.
2020-07-23 Andreas Baierlnir/ lower_int_to_float: Handle umax and umin
2020-07-23 Michel Dänzerci: Use half as many parallel softpipe / virgl test...
2020-07-23 Michel Dänzerci: Do not mark container / pages jobs as interruptible
2020-07-23 Michel Dänzerci: Use FDO_CI_CONCURRENT in run-shader-db.sh as well
2020-07-23 Tomeu Vizosoci: Namespace trace artifacts to the job number
2020-07-23 Mike Blumenkrantznir_ allow nir_lower_clip_halfz to run in tess eval...
next