summaryrefslogtreecommitdiff
path: root/proto/dri3proto/ChangeLog
blob: 0d873580563a0bb6b9883f9ce55b483ce1246845 (plain)
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
commit b79a809d29cf9a5cf0715e59e5f0ce0a2dcc410b
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Oct 8 16:16:21 2013 -0700

    Add FDFromFence request
    
    This lets DRI clients convert a fence back into a local object.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit a5392ea74a9b9e39de7b5c8107e68d0bb3724d77
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Jul 12 10:26:44 2013 -0700

    Remove events and other unused elements
    
    This renumbers the FenceFromFD request from 5 to 4 as well
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 66d339c11281b88212d55b4017e1fc7ca549e314
Author: Keith Packard <keithp@keithp.com>
Date:   Thu Jun 20 12:09:46 2013 -0700

    Eliminate driverType and driverName from Open request
    
    Make application figure out the right driver on its own.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit d40b6e0297ee54919f654b905853d389ff766de1
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Jun 7 09:48:55 2013 -0700

    Re-word the caution about pixmap image formats non linearity
    
    Suggested by Arthur Huillet <arthur.huillet@free.fr>
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit ac4071c916fb91ac125d9495d57e4d9656f14afb
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Jun 4 17:34:23 2013 -0700

    Clarify relationship with GLX
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit c8eb5c651f39fcedb725c8868def75906a400b64
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Jun 4 16:51:05 2013 -0700

    Re-center the version and date lines
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 1694dc2781e6979de1654592bc72ef1782e485ec
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Jun 4 16:49:39 2013 -0700

    Rename Swap to Present
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit bf7c7d373e326276dc59554fb2e3a60c384c4270
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Jun 4 15:19:34 2013 -0700

    Pass Fence FDS from client. Clean up encoding.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit fbb449d411888ce09cae452c823db054cfef2ccd
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Jun 4 13:28:29 2013 -0700

    Switch direction of FD passing for Sync Fences
    
    Pass FD from client to server to avoid a round trip.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 58ece91deea5fcfaae9ecc098d53294171f5acb8
Author: Keith Packard <keithp@keithp.com>
Date:   Sun Jun 2 16:29:08 2013 -0700

    Return buffer size in BufferFromPixmap reply
    
    The kernel doesn't provide an API to discover the size, so just pass
    it back in the protocol
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 7fd74d6ad8c76d50dc347edc083a921a87d7ab0d
Author: Keith Packard <keithp@keithp.com>
Date:   Fri May 31 12:02:16 2013 -0700

    Add PixmapFromBuffer and BufferFromPixmap encodings
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit f078e7fe0685573268f8d2cf5a473ff2d2344d1d
Author: Keith Packard <keithp@keithp.com>
Date:   Mon May 13 16:35:04 2013 -0700

    Rename Connect as Open, make it work. Add SHM SyncFences
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit ef3eca70549719bd30b35f5d703727dd29b849b1
Author: Keith Packard <keithp@keithp.com>
Date:   Wed May 8 12:30:22 2013 -0700

    Add GetSyncShmFD request
    
    Returns a file descriptor for a shared memory segment containing a
    sync fence object.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 9998b10076e98e04188cb28dea13252dfae2757d
Author: Keith Packard <keithp@keithp.com>
Date:   Thu Apr 11 19:06:58 2013 -0700

    Add 'event id' to DRI3 configure notify events
    
    This allows multiple subsystems within the application to all
    separately control event delivery. Yes, it could be done client-side,
    but it's way easier in the server.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 92135eefc5d452f8d4f1921a778af238e6b5d1a5
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Apr 9 21:38:37 2013 -0700

    Initial DRI3 protocol headers
    
    Just getting started
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 9ab4a811fe9174cad10854da626102a64a0d5ece
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Feb 19 15:25:20 2013 -0800

    Initial DRI3 protocol specification
    
    Signed-off-by: Keith Packard <keithp@keithp.com>