Commit 10bc90e
authored
Port Texture to C code (#3330)
* Add interface for _sdl2.video classes
* Add interface for _sdl2.video classes
* Add interface for _sdl2.video classes
* Add interface for _sdl2.video classes
* Add interface for _sdl2.video classes
* Add interface for _sdl2.video classes
* Add interface for _sdl2.video classes
* Add interface for _sdl2.video classes
* Add interface for _sdl2.video classes
* Add interface for _sdl2.video classes
* Squashed commit of the following:
commit 813f384
Author: Josip Komljenović <josipkoma@gmail.com>
Date: Wed Jan 29 15:43:45 2025 +0100
Add interface for _sdl2.video classes
commit 702958c
Author: Josip Komljenović <josipkoma@gmail.com>
Date: Wed Jan 29 15:38:01 2025 +0100
Add interface for _sdl2.video classes
commit 081b032
Author: Josip Komljenović <josipkoma@gmail.com>
Date: Wed Jan 29 15:33:20 2025 +0100
Add interface for _sdl2.video classes
commit c9ffd1c
Author: Josip Komljenović <josipkoma@gmail.com>
Date: Wed Jan 29 15:25:10 2025 +0100
Add interface for _sdl2.video classes
* Port Renderer to C code
* Port Renderer to C code
* Squashed commit of the following:
commit 813f384
Author: Josip Komljenović <josipkoma@gmail.com>
Date: Wed Jan 29 15:43:45 2025 +0100
Add interface for _sdl2.video classes
commit 702958c
Author: Josip Komljenović <josipkoma@gmail.com>
Date: Wed Jan 29 15:38:01 2025 +0100
Add interface for _sdl2.video classes
commit 081b032
Author: Josip Komljenović <josipkoma@gmail.com>
Date: Wed Jan 29 15:33:20 2025 +0100
Add interface for _sdl2.video classes
commit c9ffd1c
Author: Josip Komljenović <josipkoma@gmail.com>
Date: Wed Jan 29 15:25:10 2025 +0100
Add interface for _sdl2.video classes
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code
* Port Texture to C code1 parent 0328697 commit 10bc90e
File tree
7 files changed
+962
-21
lines changed- buildconfig/stubs/pygame
- src_c
- test
7 files changed
+962
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
207 | 210 | | |
208 | 211 | | |
209 | 212 | | |
| |||
643 | 646 | | |
644 | 647 | | |
645 | 648 | | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
646 | 652 | | |
647 | 653 | | |
648 | 654 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 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 | + | |
78 | 145 | | |
79 | 146 | | |
80 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
565 | 568 | | |
566 | 569 | | |
567 | 570 | | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
568 | 574 | | |
569 | 575 | | |
570 | 576 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
| |||
567 | 570 | | |
568 | 571 | | |
569 | 572 | | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
570 | 576 | | |
571 | 577 | | |
572 | 578 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
331 | 338 | | |
332 | 339 | | |
333 | 340 | | |
| |||
0 commit comments