Atlante45
|
7472673dae
|
More warning fixes
|
2015-12-11 17:23:12 -08:00 |
|
Atlante45
|
4bfa279b1b
|
Merge branch 'warnings-win' of github.com:Atlante45/hifi into warnings-win
|
2015-12-11 17:02:57 -08:00 |
|
Atlante45
|
b7ba3c5f17
|
More warning fixes
|
2015-12-11 17:02:03 -08:00 |
|
Atlante45
|
79fdb2e882
|
Fix warnings on windows 64bit
|
2015-12-11 16:31:27 -08:00 |
|
Atlante45
|
ce51350b65
|
Fix warnings on windows 64bit
|
2015-12-11 15:42:15 -08:00 |
|
Atlante45
|
3da80f5861
|
gpu::Shader::create* return shared_ptr
|
2015-12-03 14:56:07 -08:00 |
|
Seth Alves
|
3b6b56f316
|
formatting
|
2015-11-13 14:26:43 -08:00 |
|
Seth Alves
|
a366633f84
|
cleanups
|
2015-11-12 11:03:44 -08:00 |
|
Seth Alves
|
83d5c9cf4a
|
arrange status icons in two rows of 4 each
|
2015-11-11 18:54:07 -08:00 |
|
Seth Alves
|
a16a477134
|
fix warning
|
2015-11-11 16:51:55 -08:00 |
|
Seth Alves
|
715a46ee82
|
show actions in status icons
|
2015-11-11 16:35:04 -08:00 |
|
Seth Alves
|
66387c4530
|
use icons to show network and physics status
|
2015-11-10 17:02:57 -08:00 |
|
Seth Alves
|
d043011a11
|
Merge branch 'render-debug-fixup' of github.com:sethalves/hifi into rework-visual-physics-debug
|
2015-11-10 10:16:02 -08:00 |
|
Seth Alves
|
8e466190e0
|
working toward display icons for debug/status display
|
2015-11-10 10:15:58 -08:00 |
|
Seth Alves
|
f3d26e163d
|
turn _drawItemStatus into a bitfield, split out bounding boxes and network/physics-sim-ownership. hook Display-Simulation-Ownership menu item to this system
|
2015-11-07 07:19:27 -08:00 |
|
Brad Hefta-Gaub
|
0b2bf8bda8
|
remove some dead code
|
2015-10-19 15:23:45 -07:00 |
|
Brad Hefta-Gaub
|
110adc5c22
|
fix model LOD behavior
|
2015-10-19 15:21:25 -07:00 |
|
Brad Davis
|
282cdadf63
|
Fixing line endings
|
2015-10-18 22:55:14 -07:00 |
|
Brad Davis
|
6f5f6450df
|
Cleanup CMake files
|
2015-10-11 00:01:03 -07:00 |
|
samcake
|
dc3c9b48ea
|
MOving forward on the background beeing drawn last
|
2015-09-29 18:28:20 -07:00 |
|
Brad Hefta-Gaub
|
85b2322acc
|
more work on batch optimzation
|
2015-09-24 17:11:14 -07:00 |
|
Brad Hefta-Gaub
|
9a0e5b9870
|
address Sam's concerns
|
2015-09-23 17:37:48 -07:00 |
|
ZappoMan
|
65a079cb53
|
fix mac build
|
2015-09-23 16:48:34 -07:00 |
|
Brad Hefta-Gaub
|
ef25876c9a
|
implement vector caching for gpu::Batch
|
2015-09-23 14:46:47 -07:00 |
|
Raffi Bedikian
|
59a758b5ec
|
Add AA state to RenderContext and Menu
|
2015-08-30 20:38:05 -07:00 |
|
Seth Alves
|
695ffa29c7
|
call setup_memory_debugger from common macros rather than from every CMakeLists.txt file
|
2015-08-26 11:09:59 -07:00 |
|
Brad Davis
|
76f236adf6
|
New stereo rendering implementation
|
2015-08-21 00:29:24 -07:00 |
|
Seth Alves
|
c25082d86f
|
use -fsanitize=address in all code rather than just the top-level links
|
2015-08-20 10:14:16 -07:00 |
|
Bradley Austin Davis
|
7e60aee1bf
|
Merge branch 'master' into plugins
Conflicts:
interface/src/Application.cpp
interface/src/Application.h
interface/src/avatar/Head.cpp
interface/src/avatar/MyAvatar.cpp
interface/src/avatar/MyAvatar.h
interface/src/avatar/SkeletonModel.cpp
interface/src/avatar/SkeletonModel.h
interface/src/devices/3DConnexionClient.cpp
interface/src/ui/overlays/Overlays.cpp
|
2015-08-06 11:03:37 -07:00 |
|
Sam Gateau
|
730ad2da2f
|
removing dead code
|
2015-08-04 16:37:01 -07:00 |
|
Sam Gateau
|
fc0ee28b84
|
FIx the mirror rendering bugs by replacing the prvious technique by a simple true mirror during the final blit for both rear view mirror and full screen mirror, not working for HMD
|
2015-08-04 16:31:20 -07:00 |
|
Bradley Austin Davis
|
53ccbfc4fa
|
Merge branch 'core' into plugins
|
2015-08-03 22:25:50 -07:00 |
|
Brad Davis
|
b84eef93c9
|
Core profile shader work and test code
|
2015-08-01 14:43:52 -07:00 |
|
Brad Davis
|
155f88e267
|
Merge remote-tracking branch 'upstream/master' into plugins
Conflicts:
interface/src/devices/OculusManager.cpp
interface/src/devices/TV3DManager.cpp
interface/src/devices/TV3DManager.h
libraries/gpu/src/gpu/GPUConfig.h
|
2015-07-31 10:28:06 -07:00 |
|
Sam Gateau
|
14f4c9c6c0
|
REmove more of the unnecessary GLBacken .h and GPUCOnfig.h include, The gpu::Context is now completely agnostic of the True Backend
|
2015-07-30 15:07:36 -07:00 |
|
Brad Davis
|
f7a2513f26
|
Merge remote-tracking branch 'upstream/master' into plugins
Conflicts:
interface/CMakeLists.txt
interface/src/Application.cpp
interface/src/Menu.cpp
interface/src/Menu.h
interface/src/avatar/MyAvatar.h
tests/ui/src/main.cpp
|
2015-07-30 12:55:22 -07:00 |
|
Sam Gateau
|
d84e2d31ea
|
Merge with master
|
2015-07-30 11:20:00 -07:00 |
|
Sam Gateau
|
ab4b940d83
|
merge with upstream
|
2015-07-29 17:11:13 -07:00 |
|
Sam Gateau
|
8c96096a67
|
Merge branch 'master' of https://github.com/highfidelity/hifi into yellow
|
2015-07-29 14:04:20 -07:00 |
|
ericrius1
|
697cb4c9d0
|
fixed merge conflicts and refactored hit effect to catch up with refactored rendering engine
|
2015-07-29 10:02:06 -07:00 |
|
Andrew Meadows
|
77a12eb50e
|
compile on linux with GLEW
|
2015-07-28 17:53:01 -07:00 |
|
ZappoMan
|
c15161b71a
|
fix crash in Particle Entities and pendingChanges.updateItem()
|
2015-07-28 14:56:38 -07:00 |
|
Sam Gateau
|
22e70ee691
|
merged master
|
2015-07-28 10:13:05 -07:00 |
|
Sam Gateau
|
a5ad40bee9
|
INtroduce the resetStage command to clear up all cache and state in the gpu::Conference and make sure no more resource are linked
|
2015-07-27 14:07:28 -07:00 |
|
Niraj Venkat
|
adf7a1098d
|
Merge branch 'master' of https://github.com/highfidelity/hifi into avatar
|
2015-07-22 10:27:39 -07:00 |
|
Niraj Venkat
|
e0634de403
|
Turn on/off debug AO from menu item
|
2015-07-21 12:14:09 -07:00 |
|
Atlante45
|
59acfc9f47
|
Merge branch 'master' of https://github.com/highfidelity/hifi into smart_pointers
|
2015-07-20 13:51:51 -07:00 |
|
ericrius1
|
e75a6feafe
|
can toggle hit effect on and off from a script
|
2015-07-20 11:58:26 -07:00 |
|
Brad Davis
|
d68618e206
|
Removing GL headers from most files, and some naked GL from application.cpp
|
2015-07-18 00:46:09 -07:00 |
|
Atlante45
|
052c3c987b
|
Fix some more smart pointer
|
2015-07-17 18:10:34 -07:00 |
|