HifiExperiments
|
1abb408a93
|
type
|
2021-03-03 18:58:09 -08:00 |
|
HifiExperiments
|
ccda630a3a
|
fixing _glColor4f
|
2021-03-02 21:44:06 -08:00 |
|
Sam Gateau
|
859016bf37
|
Addressing review comments
|
2019-08-14 10:28:42 -07:00 |
|
Sam Gateau
|
0b470b9ab8
|
Fixing the bad location assignment on gl41 on windows with Austin's help
|
2019-08-13 00:22:17 -07:00 |
|
Sam Gateau
|
35491bf5b0
|
Multisampling works in 4.1
|
2019-02-06 00:05:17 -08:00 |
|
Olivier Prat
|
0401858129
|
Cleaned up do_draw in GLESBackend
|
2018-11-15 18:34:41 +01:00 |
|
Olivier Prat
|
45e0f65972
|
Merge branch 'ao' of http://github.com/Zvork/hifi into ao
|
2018-11-14 09:48:24 +01:00 |
|
Howard Stearns
|
938b45d3da
|
more removal
|
2018-11-13 11:05:45 -08:00 |
|
Sam Gateau
|
e263776b19
|
Address the mac bug with ResourceBUffer implemented with TBO
|
2018-11-09 13:22:27 -03:00 |
|
Olivier Prat
|
4e89e9ed2a
|
Fixed draw / do_draw in GLBackends
|
2018-11-09 09:58:17 +01:00 |
|
Brad Davis
|
c8e664a0a1
|
New SPIRV Shader toolchain
|
2018-10-23 10:40:12 -07:00 |
|
John Conklin II
|
1f06c87580
|
Merge pull request #14096 from Zvork/mipgen
Added generateTextureMipsWithPipeline function in gpu::Batch
|
2018-10-18 16:06:28 -07:00 |
|
sam gateau
|
da6e399161
|
INtroduce a safe destruction of the TBO defined when using a gpu::Buffer as REsourceBuffer in gl41 backend
|
2018-10-02 17:15:07 -07:00 |
|
Seth Alves
|
b69d0f3997
|
get interface building and working with clang-7 on ubuntu 18
|
2018-09-28 13:46:51 -07:00 |
|
Olivier Prat
|
9cd963af95
|
Added generateTextureMipsWithPipeline function in batch
|
2018-09-27 10:26:51 +02:00 |
|
Brad Davis
|
783ea21951
|
Fix AMD highlighting effect
|
2018-09-19 11:21:12 -07:00 |
|
Brad Davis
|
37cf37e3e1
|
PR feedback
|
2018-09-12 15:04:36 -07:00 |
|
Brad Davis
|
cfff28ad0a
|
More shared pointer deduplication
|
2018-09-12 15:04:35 -07:00 |
|
sam gateau
|
9350d6f36e
|
removing performance counters
|
2018-09-07 15:35:10 -07:00 |
|
sam gateau
|
38bfee7b72
|
Fix compilation on android and add the simple getBufferIDUnsynced in bindUniformBuffer
|
2018-09-06 13:54:21 -07:00 |
|
sam gateau
|
5aa45b64d2
|
Adressing build warnings
|
2018-09-06 11:24:13 -07:00 |
|
sam gateau
|
ce86e94e6f
|
Add simple optim and instrumentation for tthe number of input buffer changes per frame"
|
2018-09-05 11:34:33 -07:00 |
|
Sam Gateau
|
1123ba2b0a
|
exploring optimization in Backend for bffer bindings
|
2018-08-22 22:48:42 -07:00 |
|
Bradley Austin Davis
|
fc51b93691
|
Fix OSX build
|
2018-08-03 16:15:58 -07:00 |
|
Brad Davis
|
df031b5d93
|
Fix procedural rendering with custom uniforms
|
2018-08-03 14:58:12 -07:00 |
|
Brad Davis
|
ae8f841912
|
Shader refactoring for explicit bindings
|
2018-08-03 14:58:11 -07:00 |
|
Sam
|
a6cbc44885
|
Merged with zvork fix
|
2018-07-02 10:50:37 +02:00 |
|
Sam
|
c1856a5e36
|
Make shadows work with one cascade
|
2018-07-02 10:46:53 +02:00 |
|
Olivier Prat
|
de831ffea9
|
Switched shadow maps to sampler2DArrayShadow to try to fix on Mac
|
2018-06-29 16:55:33 +02:00 |
|
Sam Gateau
|
7b4b6bc3b8
|
Same fix as the point lighting flashing for rc69 in master
|
2018-06-22 14:59:37 -07:00 |
|
John Conklin II
|
6095a3b319
|
Merge pull request #13082 from jherico/feature/shader_cache
Shader load time performance optimiziations
|
2018-05-30 13:55:34 -07:00 |
|
Bradley Austin Davis
|
3beb77694f
|
Cached shader binaries and uniform data for shaders
|
2018-05-24 12:42:33 -07:00 |
|
SamGondelman
|
45289dea09
|
on mac, render unsupported bptc textures (skyboxes) as uncompressed
|
2018-05-21 14:27:18 -07:00 |
|
Brad Davis
|
6daffba18e
|
Fixing populated / allocated tracking for textures
|
2018-05-21 11:51:05 -07:00 |
|
Brad Davis
|
3356486f27
|
Fix populated texture size tracking
|
2018-05-18 09:23:54 -07:00 |
|
Brad Davis
|
fb81cf927a
|
Faster texture transfers
|
2018-05-18 09:21:02 -07:00 |
|
SamGondelman
|
c2004debd5
|
test using highp floats everywhere for android
|
2018-05-07 11:41:19 -07:00 |
|
Ryan Huffman
|
24ac342c6b
|
Add support for client texture selection
|
2018-05-01 14:11:31 -07:00 |
|
SamGondelman
|
901301485b
|
reorganizing shader defines to fix compilation errors
|
2018-04-17 15:11:56 -07:00 |
|
John Conklin II
|
3d90f93cf1
|
Merge pull request #12812 from SamGondelman/compression
Support ETC2/EAC compressed textures
|
2018-04-12 16:04:08 -07:00 |
|
SamGondelman
|
6ffdae0500
|
disable etc2/eac compression on 4.1
|
2018-04-06 15:38:29 -07:00 |
|
SamGondelman
|
44ea5a2e84
|
add etc2/eac support
|
2018-04-05 18:59:22 -07:00 |
|
Brad Davis
|
9056ee0f14
|
Merge branch 'gl_common' into bindless
|
2018-03-12 11:27:30 -07:00 |
|
Brad Davis
|
6fe75a3ca4
|
Breaking out common gpu-gl code
|
2018-03-09 16:39:47 -08:00 |
|
Brad Davis
|
09996e0b65
|
Bindless texture work cleanup
|
2018-03-08 16:01:18 -08:00 |
|
Brad Davis
|
ddd60ded03
|
Merge remote-tracking branch 'upstream/master' into bindless_master
|
2018-03-07 16:04:35 -08:00 |
|
Bradley Austin Davis
|
b7d0260a17
|
Fix the uniform target for bindless
|
2018-03-06 09:11:50 -08:00 |
|
Bradley Austin Davis
|
ab5355dbdd
|
First pass at bindless textures
|
2018-02-08 11:11:36 -08:00 |
|
Brad Davis
|
7d5502eb92
|
Migrating QML rendering off the main thread
|
2018-02-06 11:53:09 -08:00 |
|
Bradley Austin Davis
|
25b778be1d
|
Tracking down remaining SOX crashes
|
2018-01-17 12:18:39 -08:00 |
|