File: MESA_texture_const_bandwidth.spec

package info (click to toggle)
mesa 24.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 279,568 kB
  • sloc: ansic: 2,122,763; xml: 1,010,303; cpp: 513,137; python: 70,351; asm: 38,315; lisp: 20,211; yacc: 12,036; lex: 3,372; sh: 841; makefile: 256
file content (83 lines) | stat: -rw-r--r-- 1,619 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Name

    MESA_texture_const_bandwidth

Name Strings

    GL_MESA_texture_const_bandwidth

Contact

    Rob Clark <robdclark@chromium.org>

Contributors

    Rob Clark, Google
    Lina Versace, Google
    Tapani Pälli, Intel

Status

    Proposal

Version

    Version 1, September, 2023

Number

    tbd

Dependencies

    Requires EXT_memory_object.

Overview

    The use of data dependent bandwidth compressed formats (UBWC, AFBC, etc)
    can introduce a form of side-channel, in that the bandwidth used for
    texture access is dependent on the texture's contents.  In some cases
    an application may want to disable the use of data dependent formats on
    specific textures.

    For that purpose, this extension extends EXT_memory_object to introduce
    a new <param> CONST_BW_TILING_MESA.

IP Status

    None

Issues

    None

New Procedures and Functions

    None

New Types

    None

New Tokens

    Returned in the <params> parameter of GetInternalFormativ or
    GetInternalFormati64v when the <pname> parameter is TILING_TYPES_EXT,
    returned in the <params> parameter of GetTexParameter{if}v,
    GetTexParameterI{i ui}v, GetTextureParameter{if}v, and
    GetTextureParameterI{i ui}v when the <pname> parameter is
    TEXTURE_TILING_EXT, and accepted by the <params> parameter of
    TexParameter{ifx}{v}, TexParameterI{i ui}v, TextureParameter{if}{v},
    TextureParameterI{i ui}v when the <pname> parameter is
    TEXTURE_TILING_EXT:

        CONST_BW_TILING_MESA                       0x8BBE

Errors

    None

Revision History

    Version 1, 2023-9-28 (Rob Clark)
        Initial draft.