twinaphex
|
17235d70e2
|
Create set_coords_fallback for shader driver
|
2017-03-23 21:49:29 +01:00 |
|
Hans-Kristian Arntzen
|
6395907887
|
Vulkan: Find supported composite alpha in swapchain.
|
2017-02-13 16:30:02 +01:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
c8bc6c7120
|
(XMB) Add Bokeh menu pipeline
|
2017-01-08 03:56:47 +01:00 |
|
twinaphex
|
9f470c53ae
|
Add 'Simple Snow' shader to GLSL backend
|
2016-12-06 00:48:36 +01:00 |
|
twinaphex
|
abaa6eda62
|
Rename VIDEO_SHADER_MENU_SEC to VIDEO_SHADER_MENU_2
|
2016-12-06 00:34:38 +01:00 |
|
twinaphex
|
1b00796f64
|
Turn video_shader_driver_set_parameter to macro
|
2016-11-20 17:28:51 +01:00 |
|
twinaphex
|
856d6b37be
|
Turn video_shader_driver_set_coords into macro
|
2016-11-20 16:48:54 +01:00 |
|
twinaphex
|
ef610312e7
|
Turn video_shader_driver_set_mvp into macro
|
2016-11-20 16:45:06 +01:00 |
|
twinaphex
|
dd0a8d1778
|
Turn video_shader_driver_set_parameters into macro
|
2016-11-20 16:40:08 +01:00 |
|
twinaphex
|
2deb306967
|
Turn video_shader_driver_use into macro
|
2016-11-20 16:31:45 +01:00 |
|
twinaphex
|
20c1ef83d6
|
First stab at getting snow shader to work
|
2016-11-17 21:08:50 +01:00 |
|
twinaphex
|
cc6fe3159f
|
Some comments
|
2016-09-07 14:12:40 +02:00 |
|
twinaphex
|
8fc8ff4ed9
|
Use retro_common_api.h
|
2016-06-03 05:43:49 +02:00 |
|
twinaphex
|
2f69c20e39
|
Revert "(Shaders) Get rid of third parameter"
This reverts commit 52d6a21e55 .
|
2016-05-15 17:26:23 +02:00 |
|
twinaphex
|
52d6a21e55
|
(Shaders) Get rid of third parameter
|
2016-05-15 17:22:55 +02:00 |
|
twinaphex
|
0e08dbe931
|
Rename gfx_coord to video_coord
|
2016-05-10 02:32:59 +02:00 |
|
twinaphex
|
1b8e8ac22a
|
Remove video_shader_driver_ctl
|
2016-05-08 21:11:27 +02:00 |
|
twinaphex
|
8cb66dd021
|
Add way to switch back and forth between shader pipeline
|
2016-04-24 22:03:39 +02:00 |
|
twinaphex
|
05f2153549
|
Change uniform_info's uniform type to unsigned
|
2016-04-17 16:07:32 +02:00 |
|
twinaphex
|
ef835f93d5
|
Change function signature for set_coords
|
2016-04-17 07:12:48 +02:00 |
|
twinaphex
|
71df73e640
|
(video_shader_driver.h) Cleanup
|
2016-04-17 06:17:23 +02:00 |
|
twinaphex
|
58f145282e
|
(XMB) Set uniform to vertex program and add 'add_prefix' to uniform_info struct
|
2016-04-17 06:11:48 +02:00 |
|
twinaphex
|
d8de78231b
|
Add SHADER_CTL_SET_PARAMETER
|
2016-04-16 21:04:13 +02:00 |
|
twinaphex
|
7f9249830a
|
set_uniform_parameter - implement parameter lookup properly
|
2016-04-16 20:06:18 +02:00 |
|
twinaphex
|
4e63113f72
|
Cleanups
|
2016-04-16 19:50:23 +02:00 |
|
twinaphex
|
0b7ee2fcf7
|
Change callback prototype
|
2016-04-16 19:41:48 +02:00 |
|
twinaphex
|
1230edf1ee
|
Add callback for setting single uniform parameter
|
2016-04-16 19:38:35 +02:00 |
|
twinaphex
|
ae218cf1a5
|
Expand uniform_set_parameter functions
|
2016-04-16 19:29:45 +02:00 |
|
twinaphex
|
87e8c28749
|
Favoritize GLSL as default shader type when available
|
2016-04-16 07:24:22 +02:00 |
|
twinaphex
|
7b88378952
|
Add params to video_shader_ctx_init
|
2016-04-16 05:14:39 +02:00 |
|
twinaphex
|
86cb092b02
|
Add SHADER_CTL_COMPILE_PROGRAM
|
2016-04-16 04:56:15 +02:00 |
|
twinaphex
|
8a90e2777c
|
Rename GL_SHADER_STOCK_BLEND to VIDEO_SHADER_STOCK_BLEND
|
2016-04-16 01:50:20 +02:00 |
|
twinaphex
|
9d85afd358
|
Refactor SHADER_CTL_USE
|
2016-04-15 07:37:06 +02:00 |
|
twinaphex
|
0f65518118
|
Add set_active to 'use' function callback for shader driver
|
2016-04-15 05:08:03 +02:00 |
|
twinaphex
|
5f98068e7d
|
Add shader_program_data
|
2016-04-14 01:33:43 +02:00 |
|
twinaphex
|
1e9aed1683
|
Create struct shader_program_info
|
2016-04-13 20:06:43 +02:00 |
|
twinaphex
|
7321a9431b
|
Cleanup
|
2016-04-13 18:24:31 +02:00 |
|
twinaphex
|
ea824bdee1
|
Start implementing glsl_uniform_set_parameter
|
2016-04-13 04:44:08 +02:00 |
|
twinaphex
|
bf39033bc3
|
Add 'enabled' attribute to uniform_params
|
2016-04-13 04:21:17 +02:00 |
|
twinaphex
|
c5e4c90e88
|
(Cg) Flesh out uniform switch
|
2016-04-13 02:54:01 +02:00 |
|
twinaphex
|
f68d98a6a4
|
Move uniform info structs to video_shader_driver.h
|
2016-04-13 02:31:49 +02:00 |
|
twinaphex
|
5f0aa1852e
|
This needs to be properly refactored later
|
2016-04-12 17:56:34 +02:00 |
|
twinaphex
|
954ac39b91
|
Create SHADER_CTL_GET_PREV_TEXTURES
|
2016-02-14 22:22:40 +01:00 |
|
twinaphex
|
5a2816c6da
|
Remove unused functions
t# Please enter the commit message for your changes. Lines starting
|
2016-02-14 22:18:46 +01:00 |
|
twinaphex
|
e790b503d9
|
Add SHADER_CTL_GET_IDENT
|
2016-02-14 22:17:00 +01:00 |
|
twinaphex
|
debb5dd0ce
|
Add SHADER_CTL_GET_CURRENT_SHADER
|
2016-02-14 22:13:21 +01:00 |
|
twinaphex
|
38034abce6
|
Add SHADER_CTL_DIRECT_GET_CURRENT_SHADER
|
2016-02-14 21:55:19 +01:00 |
|
twinaphex
|
46b963619a
|
Create SHADER_CTL_WRAP_TYPE
|
2016-02-14 21:41:16 +01:00 |
|
twinaphex
|
bd74390cde
|
Add SHADER_CTL_USE
|
2016-02-14 20:01:39 +01:00 |
|