Samuliak
|
778037f335
|
remove useless print statement
|
2024-09-30 19:28:09 +02:00 |
|
Samuliak
|
07cb8b800a
|
set output shader uniforms
|
2024-09-30 16:39:26 +02:00 |
|
Samuliak
|
28e553eb1a
|
cache output shaders
|
2024-09-30 16:28:07 +02:00 |
|
Samuliak
|
b088ddcfab
|
implement output shaders
|
2024-09-30 14:18:00 +02:00 |
|
Samuliak
|
ed5f72a1ca
|
include texture decoder in pixel format info
|
2024-09-28 12:06:49 +02:00 |
|
Samuliak
|
3cf831d46a
|
do vertex restride on the GPU & don't over-sync
|
2024-09-23 16:47:22 +02:00 |
|
Samuliak
|
4b548f9482
|
never disable accurate barriers for certain shaders
|
2024-09-21 14:58:31 +02:00 |
|
Samuliak
|
7ad57f5cc8
|
add the option to disable accurate barriers
|
2024-09-21 14:02:30 +02:00 |
|
Samuliak
|
a460a5d28a
|
do vertex restride on the CPU
|
2024-09-21 09:28:46 +02:00 |
|
Samuliak
|
f03c0a2769
|
only set buffer offset if needed
|
2024-09-19 10:05:48 +02:00 |
|
Samuliak
|
aa81070e87
|
refactor pixel formats
|
2024-09-16 19:44:49 +02:00 |
|
Samuliak
|
535107e1f4
|
fix: invalid surface copy depth
|
2024-09-16 09:50:39 +02:00 |
|
Samuliak
|
8ac90cef7e
|
use correct stages for buffer sync
|
2024-09-16 08:38:08 +02:00 |
|
Samuliak
|
358567ad4a
|
make a workaround for streamout with no fbo
|
2024-09-14 22:06:30 +02:00 |
|
Samuliak
|
2961151f25
|
correct comment
|
2024-09-14 17:21:23 +02:00 |
|
Samuliak
|
008c11ce71
|
allocate special buffers only when needed
|
2024-09-14 17:12:02 +02:00 |
|
Samuliak
|
b5954d8f5b
|
release command buffers properly
|
2024-09-14 08:23:45 +02:00 |
|
Samuliak
|
e89efed743
|
request soon commit instead of committing directly
|
2024-09-13 16:12:47 +02:00 |
|
Samuliak
|
fd16488e4c
|
improve command buffer sync
|
2024-09-13 11:19:56 +02:00 |
|
Samuliak
|
eb7c10e89f
|
implement occlusion queries
|
2024-09-13 10:41:03 +02:00 |
|
Samuliak
|
4cce3699f3
|
put query object into a separate file
|
2024-09-12 08:05:27 +02:00 |
|
Samuliak
|
a328c5e753
|
use uchar for index type
|
2024-09-11 12:43:15 +02:00 |
|
Samuliak
|
950f04d444
|
support instancing for mesh shaders
|
2024-09-11 12:22:45 +02:00 |
|
Samuliak
|
3dc233fb56
|
support rasterization kill
|
2024-09-07 11:00:10 +02:00 |
|
Samuliak
|
548ffb6b57
|
add: todo notices
|
2024-09-06 19:15:56 +02:00 |
|
Samuliak
|
953975f5ec
|
don't jit compile vertex shaders
|
2024-09-03 13:59:52 +02:00 |
|
Samuliak
|
c4eb195797
|
make all textures be at least 1x1x1
|
2024-09-02 08:25:36 +02:00 |
|
Samuliak
|
491ac694ab
|
fix: object shader error when used with rect primitive
|
2024-09-01 18:58:48 +02:00 |
|
Samuliak
|
f9f6260580
|
monitor clears
|
2024-08-31 10:34:42 +02:00 |
|
Samuliak
|
5eb30262a0
|
skip unnecessary draws
|
2024-08-31 08:40:58 +02:00 |
|
Samuliak
|
a9a4d7b4f8
|
disable depth write if active FBO doesn't have a depth attachment
|
2024-08-30 16:53:00 +02:00 |
|
Samuliak
|
cda4799b54
|
disable writes for color attachments which are not in the active FBO
|
2024-08-30 16:44:26 +02:00 |
|
Samuliak
|
9c29acc635
|
synchronize buffer copying correctly
|
2024-08-30 15:27:55 +02:00 |
|
Samuliak
|
1412d1e70a
|
enable triangle fan support
|
2024-08-30 11:02:09 +02:00 |
|
Samuliak
|
2f822d07c7
|
support game pad view in a separate window
|
2024-08-30 08:57:50 +02:00 |
|
Samuliak
|
1cfb841b5f
|
do buffer cache uploading on the GPU
|
2024-08-29 19:06:01 +02:00 |
|
Samuliak
|
2403cf948a
|
always use blit commands for buffer copies on non-apple GPUs
|
2024-08-29 17:44:20 +02:00 |
|
Samuliak
|
a4ff855585
|
do buffer copying in a void vertex function
|
2024-08-29 15:32:32 +02:00 |
|
Samuliak
|
ccd72bfe45
|
implement gather sampling
|
2024-08-29 14:03:48 +02:00 |
|
Samuliak
|
a6c8d83436
|
release unused buffers
|
2024-08-28 16:42:55 +02:00 |
|
Samuliak
|
35740c5c8e
|
always do texture copies on gpu
|
2024-08-28 15:26:42 +02:00 |
|
Samuliak
|
be76dadb90
|
do surface copy properly
|
2024-08-28 13:43:06 +02:00 |
|
Samuliak
|
1b44269d70
|
simplify flush
|
2024-08-28 13:24:01 +02:00 |
|
Samuliak
|
163eeea102
|
use texture views for surface copies
|
2024-08-28 13:19:51 +02:00 |
|
Samuliak
|
366be049a4
|
fix: validation errors
|
2024-08-28 11:51:31 +02:00 |
|
Samuliak
|
0e61471c5e
|
skip draws when pipeline is invalid
|
2024-08-27 16:01:50 +02:00 |
|
Samuliak
|
4572f906a3
|
fix: infinite command buffer wait
|
2024-08-27 16:01:27 +02:00 |
|
Samuliak
|
b7a1adec91
|
clip mode
|
2024-08-27 14:39:52 +02:00 |
|
Samuliak
|
3439b3259e
|
uncomment drc swap buffer
|
2024-08-27 08:18:17 +02:00 |
|
Samuliak
|
cd8b74ba32
|
fix: buffer allocator leaks
|
2024-08-26 18:31:22 +02:00 |
|