mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 13:30:31 +01:00
The original MR switched to use a float raw_timestamp_period to scale the raw timestamp outside of the gallium driver. This better matched how vulkan works. But unlike vulkan, gallium has timestamp related queries/APIs that return already scaled time, resulting in small errors if the way the scaling is done differs between driver scaling and frontend scaling. The important thing is that any error introduced by scaling must be the same error across APIs. (In particular, a f64 value cannot preciesly represent an arbitrary u64 value. OTOH the driver's scaling could be simply multiply be an integer. But differing precision errors of the two approachs causes problems when comparing between timestamps that are converted in different ways.) In some, but not all, cases this could be addressed by changing the driver to use the same scaling function, but this is not always possible (if, for ex, the scaling is done on the GPU CP). So switch back to the original approach from !39995, using a pscreen->convert_timestamp() callback, to put the control back in the hands of the driver. Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40051> |
||
|---|---|---|
| .. | ||
| _extra | ||
| _exts | ||
| ci | ||
| drivers | ||
| gallium | ||
| graphics-debugging | ||
| header-stubs | ||
| isl | ||
| mesa3d_theme | ||
| nir | ||
| relnotes | ||
| spirv | ||
| vulkan | ||
| amber.rst | ||
| android.rst | ||
| application-issues.rst | ||
| ARB_color_buffer_float.txt | ||
| bugs.rst | ||
| codingstyle.rst | ||
| conf.py | ||
| conform.rst | ||
| devinfo.rst | ||
| dispatch.rst | ||
| download.rst | ||
| egl.rst | ||
| envvars.rst | ||
| extensions.rst | ||
| faq.rst | ||
| favicon.ico | ||
| favicon.svg | ||
| features.txt | ||
| gitlab-ci-inc.yml | ||
| gitlab-ci.yml | ||
| glsl.rst | ||
| gpu-perf-tracing.rst | ||
| gpuvis.rst | ||
| helpwanted.rst | ||
| history.rst | ||
| index.rst | ||
| install.rst | ||
| isaspec.rst | ||
| libGL.txt | ||
| license.rst | ||
| lists.rst | ||
| macos.rst | ||
| meson.build | ||
| meson.rst | ||
| opengles.rst | ||
| perf.rst | ||
| perfetto.rst | ||
| precompiled.rst | ||
| README.UVD | ||
| README.VCE | ||
| release-calendar.csv | ||
| release-calendar.rst | ||
| release-maintainers-keys.asc | ||
| releasing.rst | ||
| relnotes.rst | ||
| repository.rst | ||
| rust.rst | ||
| rusticl.rst | ||
| sourcetree.rst | ||
| submittingpatches.rst | ||
| systems.rst | ||
| teflon.rst | ||
| u_trace.rst | ||
| utilities.rst | ||
| viewperf.rst | ||
| xlibdriver.rst | ||
The software may implement third party technologies (e.g. third party libraries) that are not licensed to you by AMD and for which you may need to obtain licenses from other parties. Unless explicitly stated otherwise, these third party technologies are not licensed hereunder. Such third party technologies include, but are not limited, to H.264, MPEG-2, MPEG-4, AVC, and VC-1. For MPEG-2 Intermediate Products: ANY USE OF THIS PRODUCT IN ANY MANNER OTHER THAN PERSONAL USE THAT COMPLIES WITH THE MPEG-2 STANDARD IS EXPRESSLY PROHIBITED WITHOUT A LICENSE UNDER APPLICABLE PATENTS IN THE MPEG-2 PATENT PORTFOLIO, WHICH LICENSES IS AVAILABLE FROM MPEG LA, LLC, 6312 S. Fiddlers Green Circle, Suite 400E, Greenwood Village, Colorado 80111 U.S.A. WARRANTY DISCLAIMER: THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. AMD DISCLAIMS ALL WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, THAT THE SOFTWARE WILL RUN UNINTERRUPTED OR ERROR-FREE OR WARRANTIES ARISING FROM CUSTOM OF TRADE OR COURSE OF USAGE. THE ENTIRE RISK ASSOCIATED WITH THE USE OF THE SOFTWARE IS ASSUMED BY YOU. Some jurisdictions do not allow the exclusion of implied warranties, so the above exclusion may not apply to You. LIMITATION OF LIABILITY AND INDEMNIFICATION: AMD AND ITS LICENSORS WILL NOT, UNDER ANY CIRCUMSTANCES BE LIABLE FOR ANY PUNITIVE, DIRECT, INCIDENTAL, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING FROM USE OF THE SOFTWARE OR THIS AGREEMENT EVEN IF AMD AND ITS LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event shall AMD's total liability to You for all damages, losses, and causes of action (whether in contract, tort (including negligence) or otherwise) exceed the amount of $100 USD. You agree to defend, indemnify and hold harmless AMD and its licensors, and any of their directors, officers, employees, affiliates or agents from and against any and all loss, damage, liability and other expenses (including reasonable attorneys' fees), resulting from Your use of the Software or violation of the terms and conditions of this Agreement. U.S. GOVERNMENT RESTRICTED RIGHTS: The Software is provided with "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is subject to the restrictions as set forth in FAR 52.227-14 and DFAR252.227-7013, et seq., or its successor. Use of the Software by the Government constitutes acknowledgement of AMD's proprietary rights in them. EXPORT RESTRICTIONS: The Software may be subject to export restrictions as stated in the Software License Agreement.