util/os_socket: fix header unavailable on windows
[mesa.git] / src / freedreno /
2020-02-04 Kristian H. Kristensenturnip: Be explicit about converting vk compare func...
2020-02-04 Kristian H. Kristensenfreedreno/fdperf: Cast away some ignored return values
2020-02-01 Rob Clarkfreedreno/ir3: fix a dirty lie
2020-02-01 Rob Clarkfreedreno/ir3: simplify split from collect
2020-02-01 Rob Clarkfreedreno/ir3: create fragcoord instructions in input...
2020-02-01 Rob Clarkfreedreno/ir3: remove unused tex arg harder
2020-02-01 Rob Clarkfreedreno/ir3: add RA sanity check
2020-02-01 Rob Clarkfreedreno/ir3: two pass register allocation
2020-02-01 Rob Clarkfreedreno/ir3: don't precolor unused inputs
2020-02-01 Rob Clarkfreedreno/ir3: add is_tex_or_prefetch()
2020-02-01 Rob Clarkfreedreno/ir3: number instructions from one
2020-02-01 Rob Clarkfreedreno/ir3: post-RA sched pass
2020-02-01 Rob Clarkfreedreno/ir3: fix kill scheduling
2020-02-01 Rob Clarkfreedreno/ir3/ra: make use()/def() functions instead...
2020-02-01 Rob Clarkfreedreno/ir3: a bit more optmsgs debug
2020-02-01 Rob Clarkfreedreno/ir3: move atomic fixup after RA
2020-02-01 Rob Clarkfreedreno/ir3: move block-scheduling into legalize
2020-02-01 Rob Clarkfreedreno/ir3: move nop padding to legalize
2020-02-01 Rob Clarkfreedreno/ir3: split out delay helpers
2020-02-01 Rob Clarkfreedreno/ir3: fix crash when no non-input instructions
2020-02-01 Rob Clarkfreedreno/ir3: cleanup after lower_locals_to_regs
2020-02-01 Rob Clarkfreedreno/ir3: shuffle a few ir3_register fields
2020-01-31 Rob Clarkfreedreno/drm: readonly cmdstream
2020-01-30 Brian Hoturnip: Fix vkCmdCopyQueryPoolResults with available...
2020-01-30 Brian Hoturnip: Fix vkGetQueryPoolResults with available flag
2020-01-30 Brian Hoturnip: Free event->bo on vkDestroyEvent
2020-01-29 Jonathan Marekturnip: hook up cmdbuffer event set/wait
2020-01-29 Alejandro Piñeiroturnip: remove unused descriptor state dirty
2020-01-29 Eric Anholttu: Fix binning address setup after pack macros change.
2020-01-29 Brian Hoturnip: Enable occlusionQueryPrecise
2020-01-29 Samuel Pitoisetcompiler: add PERSP to the existing barycentric system...
2020-01-29 Eduardo Lima Mitevturnip: Fix issues in tu_compute_pipeline_create()...
2020-01-29 Eduardo Lima Mitevturnip: Remove failed command buffer from pool
2020-01-28 Rob Clarkfreedreno/drm: fix invalid-cmdstream-size with older...
2020-01-24 Brian Hoturnip: Implement vkCmdCopyQueryPoolResults for occlusi...
2020-01-24 Brian Hoturnip: Implement vkCmdResetQueryPool
2020-01-24 Brian Hoturnip: Implement vkGetQueryPoolResults for occlusion...
2020-01-24 Brian Hoturnip: Update query availability on render pass end
2020-01-24 Brian Hoturnip: Implement vkCmdEndQuery for occlusion queries
2020-01-24 Brian Hoturnip: Implement vkCmdBeginQuery for occlusion queries
2020-01-24 Brian Hoturnip: Implement vkCreateQueryPool for occlusion queries
2020-01-24 Brian Hoturnip: Update tu_query_pool with turnip-specific fields
2020-01-24 Connor Abbottfreedreno: Document CP_INDIRECT_BUFFER_CHAIN
2020-01-24 Connor Abbottfreedreno: Document CP_UNK_A6XX_55
2020-01-24 Connor Abbottfreedreno: Document CP_COND_REG_EXEC more
2020-01-23 Eric Anholtturnip: Convert the rest of tu_cmd_buffer.c over to...
2020-01-23 Eric Anholtturnip: Convert renderpass setup to the new register...
2020-01-23 Eric Anholtturnip: Port krh's packing macros from freedreno to tu.
2020-01-23 Eric Anholtfreedreno: Fix OUT_REG() on address regs without a...
2020-01-23 Eric Anholtfreedreno: Add some missing a6xx address declarations.
2020-01-23 Eric Anholtturnip: Fix execution of secondary cmd bufs with nothin...
2020-01-23 Jonathan Marekturnip: simplify tu_physical_device_get_format_properties
2020-01-23 Jonathan Marekvulkan/wsi: remove unused image_get_modifier
2020-01-23 Jonathan Marekturnip: set linear tiling for scanout images
2020-01-23 Jonathan Marekturnip: hook up GetImageDrmFormatModifierPropertiesEXT
2020-01-23 Guido Güntherfreedreno/drm: Don't miscalculate timeout
2020-01-23 Eric Anholtturnip: Add support for fine derivatives.
2020-01-23 Eric Anholtfreedreno/ir3: Plumb the ir3_shader_variant into legalize.
2020-01-23 Anthony Peschutil/hash_table: update users to use new optimal intege...
2020-01-23 Eric Anholtturnip: Add support for uniform texel buffers.
2020-01-22 Eric Anholtturnip: Add support for non-zero (still constant) UBO...
2020-01-22 Jonathan Marekturnip: fix array/matrix varyings
2020-01-22 Jonathan Marekturnip: remove tu_sort_variables_by_location
2020-01-22 Jonathan Marekfreedreno/ir3: allow inputs with the same location
2020-01-21 Eric Anholtturnip: Disable UBWC on images used as storage images.
2020-01-21 Eric Anholtturnip: Add limited support for storage images.
2020-01-21 Eric Anholtturnip: Refactor the intrinsic lowering.
2020-01-21 Eric Anholtturnip: Fix some whitespace around binary operators.
2020-01-21 Eric Anholtfreedreno: Stop scattered remapping of SSBOs/images...
2020-01-21 Eric Anholtturnip: Refactor linkage state setup.
2020-01-21 Hyunjun Koturnip: fix invalid VK_ERROR_OUT_OF_POOL_MEMORY
2020-01-17 Jason Ekstrandvulkan/wsi: Use the interface from the real modifiers...
2020-01-15 Jason Ekstrandturnip: Pretend to support Vulkan 1.2
2020-01-15 Rob Clarkfreedreno/ir3: rename instructions
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 Ekstrandnir: Add a new memory_barrier_tcs_patch intrinsic
2020-01-10 Lasse Lopperifreedreno/drm: Fix memory leak in softpin implementation
2020-01-10 Kristian H. Kristensenir3: Set up full/half register conflicts correctly
2020-01-02 Bas Nieuwenhuizenturnip: Use VK_NULL_HANDLE instead of NULL.
2019-12-24 Rob Clarkfreedreno/ir3: fix flat shading again
2019-12-20 Jonathan Marekturnip: disable B8G8R8 vertex formats
2019-12-19 Jonathan Marekturnip: minor warning fixes
2019-12-19 Jonathan Marekturnip: implement secondary command buffers
2019-12-19 Jonathan Marekturnip: compute gmem offsets at renderpass creation...
2019-12-19 Jonathan Marekturnip: emit_compute_driver_params fixes
2019-12-19 Jonathan Marekturnip: emit base instance vs driver param
2019-12-19 Jonathan Marekfreedreno/ir3: support load_base_instance
2019-12-19 Jonathan Marekfreedreno/registers: document vertex/instance id offset...
2019-12-19 Kristian H. Kristensenfreedreno/a6xx: RB6_R8G8B8 is actually 32 bit RGBX
2019-12-19 Jonathan Marekfreedreno/ir3: fix vertex shader sysvals with pre_assig...
2019-12-19 Jonathan Marekturnip: don't set SP_FS_CTRL_REG0_VARYING if only fragc...
2019-12-19 Jonathan Marekturnip: add cache invalidate to fix input attachment...
2019-12-18 Connor Abbottfreedreno: Fix CP_MEM_TO_REG flag definitions
2019-12-18 Connor Abbottfreedreno: Use new macros for CP_WAIT_REG_MEM and CP_WA...
2019-12-18 Connor Abbotta6xx: Add more CP packets
2019-12-17 Jonathan Marekfreedreno/ir3: update prefetch input_offset when packin...
2019-12-17 Kristian H. Kristensenfreedreno/a6xx: Document the CP_SET_DRAW_STATE enable...
2019-12-17 Eric Anholtturnip: Fix support for immutable samplers.
2019-12-17 Jonathan Marekturnip: don't set LRZ enable at end of renderpass
next