v3d/tex: only look up the 2nd texture gather offset for 1d non-arrays
[mesa.git] / src / freedreno / vulkan /
2020-05-08 Hyunjun Kofreedreno,tu: Don't request fragcoord components not...
2020-05-07 Connor Abbotttu: Support pipelines without a fragment shader
2020-05-05 Joshua Ashtonturnip: Remove RANGE_SIZE usage
2020-04-30 Rob Clarkfreedreno: sync registers with envytools
2020-04-29 Jonathan Marekturnip: fix wrong substream size in parse_multisample_a...
2020-04-28 Rob Clarkfreedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2
2020-04-25 Connor Abbotttu: Don't invert point coords
2020-04-25 Connor Abbotttu: Implement PrimID passthrough
2020-04-25 Connor Abbottir3: Skip missing VS outputs in VS out map when linking
2020-04-25 Connor Abbottfreedreno/a6xx: Document PrimID passthrough registers
2020-04-24 Jonathan Marekturnip: add adreno 650
2020-04-24 Jonathan Marekturnip: use RESOLVE_TS event
2020-04-24 Jonathan Marekturnip: remove unused RB_UNKNOWN_8E04_blit
2020-04-24 Jonathan Marekturnip: divide cube map depth by 6
2020-04-24 Jason Ekstrandspirv: Use nir_const_value for spec constants
2020-04-24 Jason Ekstrandturnip: Properly handle all sizes of specialization...
2020-04-23 Eric Anholtfreedreno: Make the slice pitch be bytes, not pixels.
2020-04-23 Hyunjun Koturnip: Fix crashes when geometry shader constants...
2020-04-23 Hyunjun Koturnip: Skip unused regs when setting up streamout...
2020-04-23 Hyunjun Koturnip : Fix wrong offset calculation for xfb buffer.
2020-04-23 Hyunjun Koturnip: Implement and enable VK_QUERY_TYPE_TRANSFORM_FE...
2020-04-23 Hyunjun Koturnip: make the struct slot_value of queries get 2...
2020-04-22 Jonathan Marekturnip: implement VK_EXT_sampler_filter_minmax
2020-04-22 Jonathan Marekturnip: enable cube arrays
2020-04-22 Jonathan Marekturnip: implement VK_EXT_filter_cubic
2020-04-22 Jonathan Marekturnip: implement VK_EXT_sample_locations
2020-04-22 Jonathan Marekturnip: set shader key msaa field
2020-04-22 Jonathan Marekturnip: enable VK_FORMAT_S8_UINT as stencil format
2020-04-22 Jonathan Marekturnip: improve GMEM load/store logic
2020-04-22 Jonathan Marekturnip: disable depth test for S8_UINT attachment
2020-04-21 Jonathan Marekturnip: fix GMEM resolve in CmdNextSubpass
2020-04-21 Connor Abbotttu: Fix the advertised maxFragmentInputComponents
2020-04-17 Connor Abbotttu: Use tu_cs_add_entries() with non-render-pass second...
2020-04-16 Jonathan Marekturnip: image_view rework
2020-04-16 Jonathan Marekturnip: don't limit framebuffer size to image size
2020-04-16 Jonathan Marekturnip: compute render_components/srgb_cntl at renderpa...
2020-04-16 Connor Abbotttu: Align GMEM resolve blit scissor
2020-04-15 Brian Hofreedreno/turnip: Update GRAS_LAYER_CNTL to GRAS_MAX_LA...
2020-04-15 Brian Hoturnip: Emit geometry shader descriptor consts
2020-04-15 Brian Hoturnip: Correctly set layer stride for 3D images
2020-04-09 Connor Abbotttu: Implement descriptor set update templates
2020-04-09 Connor Abbotttu: Add missing code for immutable samplers
2020-04-09 Connor Abbotttu: Emit CP_LOAD_STATE6 for descriptors
2020-04-09 Connor Abbotttu: Switch to the bindless descriptor model
2020-04-09 Connor Abbottir3: Rewrite UBO push analysis to support bindless
2020-04-09 Connor Abbotttu: ir3: Emit push constants directly
2020-04-09 Connor Abbotttu: Dump out shader assembly when requested
2020-04-09 Jonathan Marekturnip: new clear/blit implementation with shader path...
2020-04-09 Jonathan Marekturnip: add vk_format_is_snorm/is_float
2020-04-09 Jonathan Marekturnip: rework format helpers
2020-04-09 Jonathan Marekturnip: use dirty bits for dynamic viewport/scissor...
2020-04-09 Jonathan Marekturnip: save attachment samples in renderpass state
2020-04-09 Jonathan Marekturnip: disable 8x msaa
2020-04-09 Jonathan Marekturnip: fix nir validate failure from push constant...
2020-04-09 Jonathan Marekturnip: split up gmem/tile alignment
2020-04-09 Jonathan Marekturnip: RB_CCU_CNTL fixes
2020-04-09 Jonathan Marekfreedreno/registers: add RB_CCU_CNTL bitfields
2020-04-09 Jonathan Marekturnip: use buffer size instead of bo size for VFD_FETC...
2020-04-09 Jonathan Marekturnip: improve vertex input handling
2020-04-08 Jonathan Marekturnip: fix compute shaders crashing after geometry...
2020-04-07 Kristian H. Kristensenturnip: Drop dep_llvm from dependencies
2020-04-07 Kristian H. Kristensenturnip: Make Android platform build
2020-04-07 Kristian H. Kristensenturnip: Stub out VK_KHR_external_{fence,semaphore}_fd
2020-04-07 Kristian H. Kristensenturnip: Add missing VKAPI_ATTR annotations
2020-04-07 Jonathan Marekturnip: implement timestamp query
2020-04-07 Brian Hoturnip: Enable geometryShader device feature
2020-04-07 Brian Hoturnip: Enable geometry shaders for CP_DRAWs
2020-04-07 Brian Hoturnip: Populate tu_pipeline.active_stages
2020-04-07 Brian Hoturnip: Update maxGeometryShaderInvocations to match...
2020-04-07 Brian Hoturnip: Selectively configure GRAS_LAYER_CNTL
2020-04-07 Brian Hoturnip: Set up REG_A6XX_SP_GS_CONFIG
2020-04-07 Brian Hoturnip: Configure VFD_CONTROL with gsheader and primitiveid
2020-04-07 Brian Hoturnip: Configure VPC for geometry shaders
2020-04-07 Brian Hoturnip: Emit geometry shader obj and related consts
2020-04-07 Brian Hoturnip: Set has_gs in ir3_shader_key
2020-04-03 Brian Hoturnip: Advertise 8 bit subpixel precision
2020-04-02 Connor Abbottfreedreno: Rename RB_DONE_TS
2020-03-31 Connor Abbotttu: Return the correct alignment for images
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-24 Jonathan Marekturnip: implement depth clamp
2020-03-24 Jonathan Marekturnip: fix znear clipping
2020-03-24 Jonathan Marekfreedreno/registers: more GRAS_CL_CNTL bits, Z_CLAMP
2020-03-21 Eduardo Lima Mitevturnip: Instance can be NULL resolving 'GetInstanceProc...
2020-03-18 Hyunjun Koturnip: Do gathering xfb info after nir_remove_dead_var...
2020-03-18 Hyunjun Koturnip: Fix wrong assignment of xfb output's offset.
2020-03-17 Connor Abbotttu: Fix border color with compute shaders
2020-03-16 Connor Abbotttu: Rewrite border color handling
2020-03-12 Hyunjun Koturnip: Add tu6_control struct.
2020-03-12 Hyunjun Koturnip: Enable VK_EXT_transform_feedback
2020-03-12 Hyunjun Koturnip: Implement an empty function vkCmdDrawIndirectBy...
2020-03-12 Hyunjun Koturnip: Implement stream-out emit and vkApis for transf...
2020-03-12 Hyunjun Koturnip: Setup stream-output when linking program
2020-03-12 Hyunjun Koturnip: Define structs for transform feedback
2020-03-12 Hyunjun Koturnip: Gather information for transform feedback
2020-03-05 Jonathan Marekturnip: fix tile->slot calculation
2020-03-05 Jonathan Marekturnip: improve binning pipe layout config
2020-03-04 Hyunjun Koturnip: support indirect draw
2020-03-03 Brian Hoturnip: Execute main cs for secondary command buffers
2020-03-03 Brian Hoturnip: Promote tu_cs_get_size/is_empty to header
2020-02-28 Jonathan Marekturnip: increase array sizes in tu_descriptor_map
next