aco: Setup tessellation evaluation shader variables.
[mesa.git] / src /
2020-03-11 Timur Kristófaco: Setup tessellation evaluation shader variables.
2020-03-11 Timur Kristófradv: Enable ACO for tessellation control shaders.
2020-03-11 Timur Kristófaco: Fix LS VGPR init bug on affected hardware.
2020-03-11 Timur Kristófaco: Store VS outputs correctly when tessellation is...
2020-03-11 Timur Kristófaco: Implement tessellation control shader input/output.
2020-03-11 Timur Kristófaco: Fix combining DS additions in the optimizer.
2020-03-11 Timur Kristófaco: Slight fix to lds_store and lds_load.
2020-03-11 Timur Kristófaco: Refactor VS output stores in preparation for tesse...
2020-03-11 Timur Kristófaco: Refactor load_per_vertex_input in preparation...
2020-03-11 Timur Kristófaco: Introduce new helpers for calculating address...
2020-03-11 Timur Kristófaco: Introduce new VMEM load/store helpers.
2020-03-11 Timur Kristófaco: Remove esgs_itemsize from LDS alignment calculation.
2020-03-11 Timur Kristófaco: Extract LDS alignment calculation to a separate...
2020-03-11 Timur Kristófaco: Remove vertex_geometry_gs assertion from merged...
2020-03-11 Timur Kristófaco: Use mesa shader stage when loading inputs.
2020-03-11 Timur Kristófaco: Setup correct HW stages when tessellation is used.
2020-03-11 Timur Kristófaco: Implement load_view_index for TCS and TES.
2020-03-11 Timur Kristófaco: Implement memory_barrier_tcs_patch.
2020-03-11 Timur Kristófaco: Implement control_barrier for tessellation control...
2020-03-11 Timur Kristófaco: Implement load_invocation_id for tessellation...
2020-03-11 Timur Kristófaco: Implement load_patch_vertices_in.
2020-03-11 Timur Kristófaco: Implement load_primitive_id for tessellation shaders.
2020-03-11 Timur Kristófaco: Implement load_tess_coord.
2020-03-11 Timur Kristófaco: Setup tessellation control shader variables.
2020-03-11 Timur Kristófaco: Extract setup_gs_variables into a separate function.
2020-03-11 Timur Kristófradv: Move some helper functions to the radv_shader...
2020-03-11 Pierre-Eric Pellou... vdpau: remove bogus assert
2020-03-11 Samuel Pitoisetradv: do not recursively begin/end render pass for...
2020-03-11 Vasily Khoruzhicklima/gpir: print acc ops even if we have only one source
2020-03-11 Vasily Khoruzhicklima/gpir: improve disassembler output
2020-03-11 Vasily Khoruzhicklima: print gp uniforms if gp debug is enabled
2020-03-11 John Stultzgallium: hud_context: Fix scalar initializer warning.
2020-03-11 John Stultzpanfrost: Move pan_afbc.c file to the the right Makefil...
2020-03-11 John Stultzfreedreno: Add ir3_cf.c and ir3_delay.c to Makefile...
2020-03-11 Marek Olšákgallium/cso_context: remove cso_delete_xxx_shader helpe...
2020-03-10 Eric Engestromvulkan/wsi: fix cleanup when dup() fails
2020-03-10 Karol HerbstRevert "gallium: make handles of set_global_binding...
2020-03-10 Karol Herbstgallium: make handles of set_global_binding 64 bit
2020-03-10 Alyssa Rosenzweigpan/bi: Implement comparison opcodes via BI_CMP
2020-03-10 Alyssa Rosenzweigpan/bi: Print source types unconditionally
2020-03-10 Alyssa Rosenzweigpan/bi: Specify comparison op for BI_CMP
2020-03-10 Alyssa Rosenzweigpan/bi: Lower b2f to bcsel
2020-03-10 Alyssa Rosenzweigpan/bi: Implement nir_op_bcsel
2020-03-10 Alyssa Rosenzweigpan/bi: Import algebraic pass from midgard
2020-03-10 Alyssa Rosenzweigpan/bi: Add isub op
2020-03-10 Alyssa Rosenzweigpan/bi: Disable lower_sub
2020-03-10 Alyssa Rosenzweigpan/bi: Implement fabs, fneg as fmov with mods
2020-03-10 Alyssa Rosenzweigpan/bi: Handle special ops in NIR->BIR
2020-03-10 Alyssa Rosenzweigpan/bi: Add BI_SPECIAL_* enum
2020-03-10 Alyssa Rosenzweigpan/bi: Add a bunch of ALU ops
2020-03-10 Alyssa Rosenzweigpan/bi: Implement fsat as mov.sat
2020-03-10 Alyssa Rosenzweigpan/bi: Allow inlining constants
2020-03-10 Alyssa Rosenzweigpan/bi: Add initial handling of ALU ops
2020-03-10 Alyssa Rosenzweigpan/bi: Lower vec* to writemasks in NIR
2020-03-10 Alyssa Rosenzweigpan/bi: Remove bi_load
2020-03-10 Alyssa Rosenzweigpan/bi: Introduce writemasks
2020-03-10 Alyssa Rosenzweigpan/bi: Generalize swizzles to avoid extracts
2020-03-10 Alyssa Rosenzweigpanfrost: Move mir_to_bytemask to common code
2020-03-10 Rob Clarkfreedreno/fdperf: set locale
2020-03-10 Rob Clarkfreedreno/computerator: add performance counter support
2020-03-10 Jason Ekstrandvulkan/wsi: Return an error if dup() fails
2020-03-10 Jason Ekstrandvulkan/wsi: Don't leak the FD when GetImageDrmFormatMod...
2020-03-10 Rob Clarkfreedreno/ir3: try to avoid syncs
2020-03-10 Rob Clarkfreedreno/ir3: round-robin RA
2020-03-10 Rob Clarkfreedreno/ir3: track register usage in first RA pass
2020-03-10 Rob Clarkfreedreno/ir3: fix has_latency_to_hide
2020-03-10 Rob Clarkfreedreno/ir3: split out has_latency_to_hide()
2020-03-10 Rob Clarkutil/ra: move NO_REG to header
2020-03-10 Rob Clarkutil/ra: spiff out select_reg_callback
2020-03-10 Rob Clarkfreedreno: fix FD_MESA_DEBUG=inorder
2020-03-10 Rob Clarkfreedreno/ir3: add simplified stall estimation
2020-03-10 Rob Clarkfreedreno/ir3: remove extra nops inserted in scheduler
2020-03-10 Rob Clarkfreedreno/computerator: add hrsq/hlog2/hexp2
2020-03-10 Rob Clarkfreedreno/ir3: also lower lowp frag outputs
2020-03-10 Rob Clarknir/print: show variable precision
2020-03-10 Danylo Piliaievintel/tools: Fix compilation with UBSan
2020-03-10 Mathias Fröhlichi965: Use gl_vertex_format in brw_vertex_element.
2020-03-10 Mathias Fröhlichi965: Make use of the vertex format functions in i965.
2020-03-10 Mathias Fröhlichmesa: Provide gl_vertex_format accessors.
2020-03-10 Mathias Fröhlichmesa: Remove now unused _mesa_draw_attrib.
2020-03-10 Mathias Fröhlichmesa: Remove now unused _mesa_draw_attrib_and_binding.
2020-03-10 Mathias Fröhlichi965: Remove glbinding from brw_vertex_element.
2020-03-10 Mathias Fröhlichi965: Reorder workaround flags computation.
2020-03-10 Mathias Fröhlichi965: Split merge_inputs and clear_buffers.
2020-03-10 Mathias Fröhlichi965: Test original vertex array pointer to skip array...
2020-03-10 Mathias Fröhlichi965: Use the VAOs binding information in array setup.
2020-03-10 Mathias Fröhlichi965: Use 32 bit u_bit_scan for vertex attribute setup.
2020-03-10 Mathias Fröhlichiris: Move down iris_emit_sbe_swiz in profiles.
2020-03-10 Mathias Fröhlichi965: Move down genX_upload_sbe in profiles.
2020-03-10 Boris Brezillonpanfrost: Get rid of ctx->payloads[]
2020-03-10 Boris Brezillonpanfrost: Use ctx->active_prim in panfrost_writes_point...
2020-03-10 Boris Brezillonpanfrost: Re-init the VT payloads at draw/launch_grid...
2020-03-10 Boris Brezillonpanfrost: Move panfrost_emit_varying_descriptor() to...
2020-03-10 Boris Brezillonpanfrost: Move panfrost_emit_vertex_data() to pan_cmdst...
2020-03-10 Boris Brezillonpanfrost: Inline panfrost_queue_draw() and panfrost_emi...
2020-03-10 Boris Brezillonpanfrost: Move vertex/tiler payload initialization...
2020-03-10 Boris Brezillonpanfrost: Move streamout offset update out of panfrost_...
2020-03-10 Boris Brezillonpanfrost: Rename panfrost_stage_attributes()
2020-03-10 Boris Brezillonpanfrost: Move the mali_attr.src_offset adjustment...
2020-03-10 Boris Brezillonpanfrost: Emit attribute descriptors after patching...
next