turnip: add internal helpers for tu_cs
[mesa.git] / src /
2019-03-11 Chia-I Wuturnip: add internal helpers for tu_cs
2019-03-11 Chia-I Wuturnip: add tu_tiling_config
2019-03-11 Chia-I Wuturnip: preliminary support for tu_GetRenderAreaGranularity
2019-03-11 Chia-I Wuturnip: emit HW init in tu_BeginCommandBuffer
2019-03-11 Chia-I Wuturnip: add tu_cs_reserve_space(_assert)
2019-03-11 Chad Versaceturnip: Annotate vkGetImageSubresourceLayout with tu_stub
2019-03-11 Chia-I Wuturnip: preliminary support for tu_CmdBeginRenderPass
2019-03-11 Chia-I Wuturnip: preliminary support for tu_image_view_init
2019-03-11 Chia-I Wuturnip: preliminary support for tu_BindImageMemory2
2019-03-11 Chia-I Wuturnip: add cmdbuf->bo_list to bo_list in queue submit
2019-03-11 Chia-I Wuturnip: add tu_bo_list_merge
2019-03-11 Chia-I Wuturnip: build drm_msm_gem_submit_bo array directly
2019-03-11 Chia-I Wuturnip: add more tu_cs helpers
2019-03-11 Chia-I Wuturnip: inline tu_cs_check_space
2019-03-11 Chia-I Wuturnip: update cs->start in tu_cs_end
2019-03-11 Chia-I Wuturnip: minor cleanup to tu_cs_end
2019-03-11 Chia-I Wuturnip: add tu_cs_add_bo
2019-03-11 Chia-I Wuturnip: document tu_cs
2019-03-11 Chia-I Wuturnip: run sed and clang-format on tu_cs
2019-03-11 Kristian H. Kristensenturnip: Only get bo offset when we need to mmap
2019-03-11 Bas Nieuwenhuizenturnip: Move stream functions to tu_cs.c
2019-03-11 Bas Nieuwenhuizenturnip: Add emit functions in a header.
2019-03-11 Chia-I Wuturnip: preliminary support for tu_QueueWaitIdle
2019-03-11 Chia-I Wuturnip: constify tu_device in tu_gem_*
2019-03-11 Chia-I Wuturnip: add wrappers around DRM_MSM_SUBMITQUEUE_*
2019-03-11 Chia-I Wuturnip: add wrappers around DRM_MSM_GET_PARAM
2019-03-11 Chia-I Wuturnip: remove unnecessary libfreedreno_drm dep
2019-03-11 Chia-I Wuturnip: use msm_drm.h from inc_freedreno
2019-03-11 Bas Nieuwenhuizenturnip: Shorten primary_cmd_stream name.
2019-03-11 Bas Nieuwenhuizenturnip: Fill command buffer
2019-03-11 Bas Nieuwenhuizenturnip: Implement submission.
2019-03-11 Bas Nieuwenhuizenturnip: Make bo_list functions not static
2019-03-11 Bas Nieuwenhuizenturnip: Add msm queue support.
2019-03-11 Bas Nieuwenhuizenturnip: Add a command stream.
2019-03-11 Bas Nieuwenhuizenturnip: Implement a slow bo list
2019-03-11 Bas Nieuwenhuizenturnip: Implement some UUIDs.
2019-03-11 Bas Nieuwenhuizenturnip: clean up TODO.
2019-03-11 Bas Nieuwenhuizenturnip: Remove some radv leftovers.
2019-03-11 Bas Nieuwenhuizenturnip: Implement some format properties for RGBA8.
2019-03-11 Chia-I Wuturnip: add .clang-format
2019-03-11 Bas Nieuwenhuizenturnip: Implement pipe-less param query.
2019-03-11 Bas Nieuwenhuizenturnip: move tu_gem.c to tu_drm.c
2019-03-11 Bas Nieuwenhuizenturnip: Stop hardcoding the msm version check.
2019-03-11 Bas Nieuwenhuizenturnip: Add image layout calculations.
2019-03-11 Bas Nieuwenhuizenturnip: Fix memory mapping.
2019-03-11 Bas Nieuwenhuizenturnip: Fix bo allocation after we stopped using libdrm...
2019-03-11 Bas Nieuwenhuizenturnip: Add 630 to the list.
2019-03-11 Chad Versaceturnip: Don't return from tu_stub funcs
2019-03-11 Chad Versaceturnip: Fix 'unused' warnings
2019-03-11 Chad Versaceturnip: Add TODO file
2019-03-11 Chad Versaceturnip: Replace fd_bo with tu_bo
2019-03-11 Chad Versaceturnip: Use vk_errorf() for initialization error messages
2019-03-11 Chad Versaceturnip: Add TODO for Android logging
2019-03-11 Chad Versaceturnip: Require DRM device version >= 1.3
2019-03-11 Chad Versaceturnip: Fix indentation
2019-03-11 Chad Versaceturnip: Fix a real -Wmaybe-uninitialized
2019-03-11 Chad Versaceturnip: Use vk_outarray in all relevant public functions
2019-03-11 Chad Versaceturnip: Fix result of vkEnumerate*ExtensionProperties
2019-03-11 Chad Versaceturnip: Fix result of vkEnumerate*LayerProperties
2019-03-11 Chad Versaceturnip: Fix indentation in function signatures
2019-03-11 Bas Nieuwenhuizenturnip: Disable more features.
2019-03-11 Bas Nieuwenhuizenturnip: Initialize memory type in requirements.
2019-03-11 Bas Nieuwenhuizenturnip: Cargo cult the Intel heap size functionality.
2019-03-11 Bas Nieuwenhuizenturnip: Report a memory type and heap.
2019-03-11 Bas Nieuwenhuizenturnip: Add buffer allocation & mapping support.
2019-03-11 Bas Nieuwenhuizenturnip: Fix newly introduced warning.
2019-03-11 Bas Nieuwenhuizenturnip: Remove abort.
2019-03-11 Bas Nieuwenhuizenturnip: Gather some device info.
2019-03-11 Bas Nieuwenhuizenturnip: Fix up detection of device.
2019-03-11 Chad Versaceturnip: Drop Makefile.am and Android.mk
2019-03-11 Bas Nieuwenhuizenturnip: Add driver skeleton (v2)
2019-03-11 Connor Abbottnir/serialize: Prevent writing uninitialized state_slot...
2019-03-11 Tapani Pällianv: release memory allocated by glsl types during...
2019-03-11 Eric Engestromwsi/x11: use WSI_FROM_HANDLE() instead of pointer casts
2019-03-11 Eric Engestromwsi/wayland: fix pointer casting warning on 32bit
2019-03-11 Eric Engestromwsi/display: s/#if/#ifdef/ to fix -Wundef
2019-03-11 Eric Engestromwsi: deduplicate get_current_time() functions between...
2019-03-11 Tapani Pällianv: release memory allocated by bo_heap when descripto...
2019-03-11 Tapani Pällianv: destroy descriptor sets when pool gets destroyed
2019-03-11 Timothy Arcerianv: add support for dumping shader info via VK_EXT_deb...
2019-03-10 Kenneth Graunkeiris: Fix backface stencil write condition
2019-03-10 Alyssa Rosenzweigpanfrost/drm: Cast pointer to u64 to fix warning
2019-03-10 Tomeu Vizosopanfrost: Add backend targeting the DRM driver
2019-03-10 Tomeu Vizosopanfrost: Add gem_handle to panfrost_memory and panfrost_bo
2019-03-10 Rob Clarkfreedreno/a6xx: more bcolor fixes
2019-03-09 Eric Engestrompanfrost: move #include to fix compilation
2019-03-09 Eric Engestrompanfrost: fix tgsi_to_nir() call
2019-03-09 Axel DavyRevert "d3dadapter9: Support software renderer on any...
2019-03-09 Axel Davyst/nine: Change a few advertised caps
2019-03-09 Axel Davyst/nine: Do not advertise CANMANAGERESOURCE
2019-03-09 Axel Davyst/nine: Do not advertise support for D15S1 and D24X4S4
2019-03-09 Patrick Rudolphd3dadapter9: Support software renderer on any DRI device
2019-03-09 Axel Davyst/nine: Disable depth write when nothing gets updated
2019-03-09 Elie Tourniervirgl: Return an error if we use fp64 on top of GLES
2019-03-09 Elie Tourniervirgl: Set PIPE_CAP_DOUBLES when running on GLES This...
2019-03-09 Elie Tourniervirgl: Add a caps to advertise GLES backend
2019-03-09 Kenneth GraunkeRevert MR 369 (Fix extract_i8 and extract_u8 for 64...
2019-03-09 Ian Romanicknir/algebraic: Add missing 16-bit extract_[iu]8 patterns
2019-03-09 Ian Romanicknir/algebraic: Add missing 64-bit extract_[iu]8 patterns
2019-03-09 Ian Romanicknir/algebraic: Remove redundant extract_[iu]8 patterns
next