turnip: rework extended formats to allow more extended formats
[mesa.git] / src / freedreno / vulkan /
2020-06-22 Brian Hoturnip: Support tess for draws
2020-06-22 Brian Hoturnip: Emit HS/DS user consts as draw states
2020-06-22 Brian Hoturnip: Update VFD_CONTROL with tess system values
2020-06-22 Brian Hoturnip: Allocate tess BOs as a function of draw size
2020-06-22 Brian Hoturnip: Parse tess state and support PATCH primtype
2020-06-22 Brian Hoturnip: Lower shaders for tessellation
2020-06-21 Rob Clarkfreedreno/ir3: split out ubo info from range
2020-06-20 Jonathan Marekturnip: remove unnecessary OVERFLOW_FLAG_REG check
2020-06-20 Jonathan Marekfreedreno/a6xx: VSC "STRM_ARRAY_PITCH" is "STRM_LIMIT"
2020-06-19 Brian Hoturnip: Fill out VkPhysicalDeviceSubgroupProperties
2020-06-19 Rob Clarkfreedreno/ir3: move output_loc to variant
2020-06-19 Rob Clarkfreedreno/ir3: move const_state back to variant
2020-06-19 Rob Clarkfreedreno/ir3: un-embed const_state
2020-06-19 Rob Clarkfreedreno/ir3: move ubo_state into const_state
2020-06-19 Rob Clarkfreedreno/ir3: add accessor for const_state
2020-06-18 Jonathan Marekturnip: move enum translation functions to a common...
2020-06-18 Jonathan Marekturnip: set the API version
2020-06-18 Jonathan Marekturnip: fix renderpass gmem configs when there are...
2020-06-18 Jonathan Marekturnip: fix a sample shading case
2020-06-18 Jonathan Marekturnip: fix a crash when rasterizerDiscardEnable is set
2020-06-18 Rob Clarkturnip: set .MERGEDREGS based on variant
2020-06-18 Jonathan Marekfreedreno/fdl6: rework layout code a bit (reduce linear...
2020-06-18 Jonathan Marekfreedreno/a6xx: FETCHSIZE is PITCHALIGN
2020-06-18 Eric Engestromfreedreno: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestromreplace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
2020-06-17 Jonathan Marekturnip: use u_format for packing gmem clear values
2020-06-17 Jonathan Marekturnip: use draw states for input attachments
2020-06-17 Jonathan Marekturnip: input attachment descriptor set rework
2020-06-17 Jonathan Marekturnip: refactor draw states and dynamic states
2020-06-17 Jonathan Marekturnip: delete dead dynamic state code
2020-06-17 Jonathan Marekturnip: improve dirty bit handling a bit
2020-06-17 Jonathan Marekturnip: move descriptor set BO tracking to CmdBindDescr...
2020-06-17 Jonathan Marekturnip: compute and graphics have completely separate...
2020-06-17 Connor Abbotttu: Actually remove dead variables after io lowering
2020-06-17 Connor Abbotttu: Set num_components to 0 when building bindless...
2020-06-17 Connor Abbotttu: Remove tu_shader_compile_options
2020-06-17 Connor Abbotttu: Use the ir3 shader API
2020-06-17 Connor Abbotttu: Remove num_samp hack
2020-06-17 Jonathan Marekturnip: fix cubic filtering with CmdBlitImage
2020-06-17 Jonathan Marekturnip: fix 3D path always being used for CmdBlitImage
2020-06-17 Jonathan Marekturnip: set VFD_INDEX_OFFSET in 3D clear/blit path
2020-06-15 Jonathan Marekturnip: simplify stage2 helpers
2020-06-15 Jonathan Marekturnip: remove duplicated stage2opcode and stage2shaderdb
2020-06-15 Rob Clarkturnip: drop linking libfreedreno_drm
2020-06-13 Jonathan Marekturnip: remove some dead/redundant code
2020-06-12 Jonathan Marekturnip: add emit renderpass cache flushes for sysmem...
2020-06-12 Jonathan Marekturnip: add layered 3D path clear for CmdClearAttachments
2020-06-12 Jonathan Marekturnip: share code between 3D blit/clear path and tu_pi...
2020-06-12 Jonathan Marekturnip: pipeline program state refactor
2020-06-09 Eric Anholtturnip: Expose robustBufferAccess.
2020-06-09 Eric Anholtturnip: Fix crashes in compute with no descriptors...
2020-06-09 Connor Abbotttu: Fix context faults loading unused descriptor sets
2020-06-09 Connor Abbotttu: Rewrite flushing to use barriers
2020-06-09 Connor Abbotttu: Remove useless event_write helpers
2020-06-09 Connor Abbotttu: Don't actually track seqno's for events
2020-06-09 Connor Abbotttu: Remove useless post-binning flushes
2020-06-08 Jonathan Marekturnip: fix VFD_CONTROL for binning pass
2020-06-08 Jonathan Marekturnip: use common emit_xs_cntl to fill a6xx_sp_xs_ctrl...
2020-06-08 Jonathan Marekturnip: fix HW binning with geometry shader
2020-06-08 Jonathan Marekturnip: correctly emit non-binning vs in transform...
2020-06-08 Jonathan Marekturnip: clamp sampler minLod/maxLod
2020-06-08 Jonathan Marekturnip: update some properties based on blob driver
2020-06-08 Jonathan Marekturnip: move HLSQ_UPDATE_CNTL write to before xs config...
2020-06-06 Vinson LeeSwitch from cElementTree to ElementTree.
2020-06-05 Eric Anholtturnip: Add support for alphaToOne.
2020-06-05 Eric Anholtturnip: Use tu_cs_emit_regs() for BLEND_CONTROL.
2020-06-04 Eric Anholtturnip: Simplify vertex buffer bindings.
2020-06-04 Eric Anholtturnip: Don't bother clamping VB size.
2020-06-04 Eric Anholtturnip: Move vertex buffer bindings to SET_DRAW_STATE.
2020-06-04 Rob Clarkfreedreno/a6xx: update depth-plane control regs
2020-06-04 Rob Clarkfreedreno/ir3: split kill from no_earlyz
2020-06-03 Timothy Arcerinir: add callback to nir_remove_dead_variables()
2020-06-02 Jonathan Marekturnip: fix RENDER_COMPONENTS value
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-27 Jonathan Marekturnip: support VkImageDrmFormatModifierExplicitCreateI...
2020-05-27 Jonathan Marekfreedreno/layout: add explicit offset/pitch argument...
2020-05-26 Kristian H. Kristensenturnip: Use {} initializer to silence warning
2020-05-26 Kristian H. Kristensenturnip: Use tu6_reduction_mode() to avoid warning
2020-05-26 Kristian H. Kristensenturnip: Use hw enum when emitting A6XX_RB_STENCIL_CONTROL
2020-05-26 Kristian H. Kristensenfreedreno: Use explicit *_NONE enum for undefined formats
2020-05-26 Connor Abbotttu: Add missing storage image/texel buffer bits
2020-05-26 Connor Abbotttu: Respect VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT
2020-05-26 Connor Abbotttu: Fix IBO descriptor for cubes
2020-05-20 Jonathan Marekturnip: enable 422_UNORM formats
2020-05-20 Jonathan Marekturnip: implement VK_KHR_sampler_ycbcr_conversion
2020-05-19 Connor Abbotttu: Support VK_FORMAT_FEATURE_BLIT_SRC_BIT for texture...
2020-05-19 Connor Abbotttu: Fix buffer compressed pitch calculation with unalig...
2020-05-19 Connor Abbotttu: Fall back to 3d blit path for BC1_RGB_* formats
2020-05-19 Connor Abbotttu: Always initialize image_view fields for blit sources
2020-05-14 Eduardo Lima Mitevfreedreno/uuid: Generate meaningful device and driver...
2020-05-14 Eduardo Lima Mitevfreedreno: Centralize UUID generation into new files...
2020-05-14 Connor Abbotttu: Advertise COLOR_ATTACHMENT_BLEND_BIT for blendable...
2020-05-14 Connor Abbotttu: Implement dual-src blending
2020-05-14 Connor Abbotttu: Move RENDER_COMPONENTS setting to pipeline state
2020-05-13 Connor Abbotttu: Implement fallback linear staging blit for CopyImage
2020-05-13 Connor Abbotttu: Add noubwc debug flag to disable UBWC
2020-05-13 Connor Abbotttu: Add a "scratch bo" allocation mechanism
2020-05-13 Samuel Pitoisetturnip: use the common code for generating extensions...
2020-05-12 Brian Hoturnip: Execute ir3_nir_lower_gs pass again
2020-05-12 Jonathan Marekturnip: enable tiling for compressed formats
next