vladislavbelov
|
90f064ff03
|
Switches from per draw vertex attribute format to precompiled vertex input layout.
Comments By: phosit, Stan
Differential Revision: https://code.wildfiregames.com/D4852
This was SVN commit r27363.
|
2023-01-06 00:39:25 +00:00 |
|
vladislavbelov
|
4ed41d4a9a
|
Switches from pipeline state descriptions to pipeline states.
Tested By: phosit, Stan
Differential Revision: https://code.wildfiregames.com/D4850
This was SVN commit r27328.
|
2022-12-31 18:29:44 +00:00 |
|
vladislavbelov
|
29368cf776
|
Adds framebuffer attachment load and store operations.
Comments By: phosit, Stan
Differential Revision: https://code.wildfiregames.com/D4830
This was SVN commit r27256.
|
2022-11-26 21:55:17 +00:00 |
|
vladislavbelov
|
d3f0395d2a
|
Adds BeginFramebufferPass/EndFramebufferPass instead of SetFramebuffer.
This was SVN commit r27151.
|
2022-10-12 21:51:27 +00:00 |
|
vladislavbelov
|
908d9a0079
|
Moves vertex buffer offset to SetVertexBuffer.
This was SVN commit r27137.
|
2022-10-09 11:47:34 +00:00 |
|
vladislavbelov
|
ca427529c0
|
Fixes include guards of CDeviceCommandContext headers.
This was SVN commit r27132.
|
2022-10-07 23:02:15 +00:00 |
|
vladislavbelov
|
a6f60afdc5
|
Adds instancing support to backend and enables it for minimap.
Tested By: Langbart
Differential Revision: https://code.wildfiregames.com/D4650
This was SVN commit r26901.
|
2022-05-24 07:11:23 +00:00 |
|
vladislavbelov
|
62e589ab76
|
Adds renderer backend interface and dummy backend.
Comments By: phosit, Stan
Tested By: Langbart, phosit
Differential Revision: https://code.wildfiregames.com/D4636
This was SVN commit r26858.
|
2022-05-08 22:02:46 +00:00 |
|
vladislavbelov
|
04bd96cee0
|
Moves uniform and texture binding to CDeviceCommandContext.
Tested By: Langbart
Differential Revision: https://code.wildfiregames.com/D4631
This was SVN commit r26848.
|
2022-05-02 20:57:22 +00:00 |
|
vladislavbelov
|
aba7a170d9
|
Moves vertex attribute binding to CDeviceCommandContext.
Tested By: Langbart, Stan
Differential Revision: https://code.wildfiregames.com/D4610
This was SVN commit r26815.
|
2022-04-23 20:11:14 +00:00 |
|
vladislavbelov
|
7bd075d570
|
Moves glReadPixels to GL backend.
This was SVN commit r26802.
|
2022-04-17 14:55:00 +00:00 |
|
vladislavbelov
|
2ed2e9de0c
|
Invalidates CDeviceCommandContext texture bind cache properly.
Tested By: Langbart
Differential Revision: https://code.wildfiregames.com/D4553
This was SVN commit r26664.
|
2022-03-17 18:17:11 +00:00 |
|
vladislavbelov
|
b4253d48cb
|
Moves CShaderProgram to backend and handling via CDeviceCommandContext.
Differential Revision: https://code.wildfiregames.com/D4548
This was SVN commit r26652.
|
2022-03-14 22:16:14 +00:00 |
|
vladislavbelov
|
3a4bbd11fd
|
Moves all GL draw commands to CDeviceCommandContext.
Differential Revision: https://code.wildfiregames.com/D4518
This was SVN commit r26525.
|
2022-03-03 07:09:59 +00:00 |
|
vladislavbelov
|
da4ec670c1
|
Moves glViewport from CRenderer to CDeviceCommandContext.
This was SVN commit r26497.
|
2022-02-26 23:17:48 +00:00 |
|
vladislavbelov
|
b949f19875
|
Moves GL debug information toggle to run-time to make it easier to test after release.
This was SVN commit r26407.
|
2022-02-18 22:38:45 +00:00 |
|
vladislavbelov
|
cff79b421a
|
Moves GL vertex and index buffer management to CDeviceCommandContext.
Tested By: Stan
Differential Revision: https://code.wildfiregames.com/D4493
This was SVN commit r26406.
|
2022-02-18 17:33:12 +00:00 |
|
vladislavbelov
|
4de89c3db1
|
Moves texture management to CDeviceCommandContext, adds quality options.
Comments By: nwtour, Stan
Tested By: nwtour, Stan
Differential Revision: https://code.wildfiregames.com/D4488
This was SVN commit r26365.
|
2022-02-13 19:30:28 +00:00 |
|
vladislavbelov
|
a17fad722a
|
Moves framebuffer management to CDeviceCommandContext.
Tested By: Langbart, nwtour
Differential Revision: https://code.wildfiregames.com/D4475
This was SVN commit r26302.
|
2022-02-05 16:59:23 +00:00 |
|
vladislavbelov
|
ac77d1c3e0
|
Moves scissor test management to DeviceCommandContext.
This was SVN commit r26288.
|
2022-02-01 17:58:21 +00:00 |
|
vladislavbelov
|
5adbe4f1a3
|
Moves blend state management to DeviceCommandContext. Fixes #6420
Tested By: Langbart
Comments By: Stan
Differential Revision: https://code.wildfiregames.com/D4441
This was SVN commit r26228.
|
2022-01-19 17:28:47 +00:00 |
|
vladislavbelov
|
95318d34ff
|
Removes redundant layer check added in f715b73f4f.
Reported By: Freagarach
This was SVN commit r26189.
|
2022-01-08 13:44:40 +00:00 |
|
vladislavbelov
|
f715b73f4f
|
Uploads cube textures in SkyManager via DeviceCommandContext.
Commented By: Stan
Differential Revision: https://code.wildfiregames.com/D4421
This was SVN commit r26185.
|
2022-01-07 20:00:41 +00:00 |
|
vladislavbelov
|
fd976456d7
|
Performs texture uploads via DeviceCommandContext interface.
Tested By: Langbart, Stan
Differential Revision: https://code.wildfiregames.com/D4415
This was SVN commit r26170.
|
2022-01-05 14:49:54 +00:00 |
|