Atlante45
|
f77fab2fe0
|
Merge branch 'master' of https://github.com/highfidelity/hifi into applications_diet_cpp11
|
2015-01-13 20:38:52 -08:00 |
|
Atlante45
|
38729c5790
|
Made dependencies inherit from Dependency
|
2015-01-13 20:38:01 -08:00 |
|
Sam Gateau
|
1bbdb43d8c
|
Merge branch 'master' of https://github.com/highfidelity/hifi into temp1
|
2015-01-13 18:24:59 -08:00 |
|
dev
|
d7ad5a35d6
|
fixes for glsl mac
|
2015-01-13 18:24:32 -08:00 |
|
Brad Hefta-Gaub
|
b3b43b4c14
|
Merge pull request #4093 from samcake/temp0
Factorize the shader code for deferred lighting
|
2015-01-13 17:11:17 -08:00 |
|
dev
|
d3edd14638
|
fixes for glsl mac
|
2015-01-13 16:53:22 -08:00 |
|
ZappoMan
|
1b0a5c881b
|
Merge branch 'master' of https://github.com/highfidelity/hifi into gpuStreamizing
|
2015-01-13 16:14:29 -08:00 |
|
Sam Gateau
|
9c083ce86e
|
Using the model::Material for rendering and in shaders
|
2015-01-13 15:51:18 -08:00 |
|
Sam Gateau
|
d9efafac7e
|
updating the model fragment shaders to use DeferredBUfferWrite
|
2015-01-13 14:11:38 -08:00 |
|
Atlante45
|
2a82ff9768
|
Merge branch 'master' of https://github.com/highfidelity/hifi into applications_diet_cpp11
Conflicts:
assignment-client/src/voxels/VoxelServer.cpp
interface/src/Application.cpp
interface/src/Audio.cpp
interface/src/DatagramProcessor.cpp
interface/src/Menu.cpp
interface/src/Util.cpp
interface/src/avatar/MyAvatar.cpp
interface/src/ui/ApplicationOverlay.cpp
interface/src/ui/PreferencesDialog.cpp
libraries/networking/src/NodeList.cpp
libraries/shared/src/DependencyManager.h
|
2015-01-13 11:03:14 -08:00 |
|
Sam Gateau
|
522e7698a5
|
first step factorizing the packDeferredFragment
|
2015-01-13 10:23:00 -08:00 |
|
Sam Gateau
|
6d217e1479
|
Merge branch 'master' of https://github.com/highfidelity/hifi into temp1
|
2015-01-13 10:07:27 -08:00 |
|
Sam Gateau
|
fc698a8525
|
first step factorizing the packDeferredFragment
|
2015-01-12 18:51:26 -08:00 |
|
Atlante45
|
79b9a898de
|
Merge branch 'master' of https://github.com/highfidelity/hifi into body_not_rotating
|
2015-01-12 17:34:13 -08:00 |
|
Brad Hefta-Gaub
|
535f6e267b
|
Merge pull request #4069 from ctrlaltdavid/static-glew
Use static GLEW in render-utils for Windows
|
2015-01-12 17:30:47 -08:00 |
|
Atlante45
|
74d819fe25
|
Merge branch 'master' of https://github.com/highfidelity/hifi into body_not_rotating
|
2015-01-12 16:42:35 -08:00 |
|
Sam Gateau
|
1566157250
|
Use the DeferredBuffer.slh in point and spot lights
|
2015-01-12 15:52:31 -08:00 |
|
Atlante45
|
8415098fc2
|
Set different caches size depending on cache type
|
2015-01-12 15:36:36 -08:00 |
|
Sam Gateau
|
c45f618852
|
Factorising the shader code to unpack data from the deferred buffer
|
2015-01-12 15:00:35 -08:00 |
|
Atlante45
|
08317b51da
|
Use removeUnusedResources
|
2015-01-12 11:12:50 -08:00 |
|
Sam Gateau
|
db7cadff2a
|
Introducing the render namespace and Item and Scene classes
|
2015-01-12 09:24:34 -08:00 |
|
Sam Gateau
|
26a316db3a
|
Merge branch 'master' of https://github.com/highfidelity/hifi into temp0
|
2015-01-11 11:35:19 -08:00 |
|
Sam Gateau
|
e639c5a549
|
playing with the ambient lighting
|
2015-01-11 11:33:21 -08:00 |
|
chris
|
8bb69d0a90
|
Update std::string instances to QString
|
2015-01-09 16:22:52 -08:00 |
|
ZappoMan
|
17e48554d8
|
implement support for proper cleanup in BatchItemDetails
|
2015-01-09 15:06:11 -08:00 |
|
ZappoMan
|
a03c2b79fa
|
first cut at adding colors to GeometryCache and supporting batch internally
|
2015-01-08 15:52:33 -08:00 |
|
David Rowe
|
75758c1a3e
|
Use static GLEW in render-utils for Windows
|
2015-01-08 15:40:54 -08:00 |
|
ZappoMan
|
1bc91e7d29
|
removed renderTriangleProxies
|
2015-01-06 16:01:06 -08:00 |
|
ZappoMan
|
1bfce7d876
|
more removal of immediate mode
|
2015-01-06 14:14:13 -08:00 |
|
ZappoMan
|
ac1f7c9a84
|
multi-mode renderVertices
|
2015-01-06 09:52:27 -08:00 |
|
ZappoMan
|
570607c044
|
renderLines
|
2015-01-06 08:58:41 -08:00 |
|
ZappoMan
|
0606861b66
|
dashed lines in GeometryCache
|
2015-01-05 21:45:17 -08:00 |
|
ZappoMan
|
a9b7367fa9
|
more work on eliminating immediate mode calls
|
2015-01-05 20:51:05 -08:00 |
|
ZappoMan
|
9545bd1907
|
add alternate renderGrid for audio scope
|
2015-01-05 19:34:37 -08:00 |
|
ZappoMan
|
bd1612f6a4
|
Merge branch 'master' of https://github.com/highfidelity/hifi into gpuStreamizing
|
2015-01-05 16:51:31 -08:00 |
|
ZappoMan
|
a20fa1242d
|
first cut are removing immediate mode GL_LINES
|
2015-01-05 15:46:48 -08:00 |
|
ZappoMan
|
c2d45df541
|
add renderBevelCornersRect to GeometryCache
|
2015-01-05 14:39:14 -08:00 |
|
Sam Gateau
|
f03b253260
|
Merge branch 'master' of https://github.com/highfidelity/hifi into tot
|
2015-01-05 13:23:14 -08:00 |
|
Andrew Meadows
|
162854c5a5
|
Merge pull request #4025 from ZappoMan/voxelEctomy
Voxel ectomy
|
2015-01-05 13:20:30 -08:00 |
|
Sam Gateau
|
901ea16ba0
|
clean code
|
2015-01-05 13:17:12 -08:00 |
|
Sam Gateau
|
7529b3d1b0
|
clean code
|
2015-01-05 13:10:32 -08:00 |
|
dev
|
e3d474db3d
|
FIx shaders for mac
|
2015-01-05 12:27:16 -08:00 |
|
Sam Gateau
|
b8e44a3e7a
|
Merge branch 'master' of https://github.com/highfidelity/hifi into tot
|
2015-01-05 11:27:53 -08:00 |
|
Sam Gateau
|
458ea6759e
|
Adding the shadow.slh file containing the shader functions used for shadowing, itis used by both normal and cascaded shadow deferred lighting passes
|
2015-01-05 11:27:29 -08:00 |
|
Philip Rosedale
|
a01ab38f1b
|
Merge pull request #4029 from Atlante45/new_glm_fix
Fix compile error with new glm version
|
2015-01-04 11:26:37 -08:00 |
|
ZappoMan
|
139f96c8b0
|
remove PerformanceTimer from recalculateMeshBoxes() because it's not thread safe
|
2015-01-02 14:41:09 -08:00 |
|
Sam Gateau
|
46ab4833be
|
applying the shadowing improvment to the cascaceded path shader and cleaning the code
|
2015-01-02 12:12:41 -08:00 |
|
Sam Gateau
|
24d39f4453
|
refining the shadowing
|
2015-01-02 11:29:54 -08:00 |
|
Sam Gateau
|
ef7c002237
|
Improving the shadow effect with lightmaps
|
2015-01-02 10:31:34 -08:00 |
|
Atlante45
|
b1f0ec8dfb
|
Fix compile error with new glm version
|
2014-12-31 15:49:56 -08:00 |
|
Sam Gateau
|
02949dbc5a
|
Merge branch 'master' of https://github.com/highfidelity/hifi into tot
|
2014-12-31 10:59:42 -08:00 |
|
ZappoMan
|
9630279459
|
Merge branch 'master' of https://github.com/highfidelity/hifi into voxelEctomy
Conflicts:
examples/editVoxels.js
examples/fallingSand.js
examples/growTrees.js
interface/src/Application.cpp
interface/src/Application.h
libraries/avatars/CMakeLists.txt
libraries/entities/src/EntityItem.h
|
2014-12-31 10:50:53 -08:00 |
|
ZappoMan
|
4ea9bbc309
|
first major pass at voxelEctomy
|
2014-12-30 18:08:58 -08:00 |
|
Sam Gateau
|
ae6ccf1a7d
|
Merge branch 'master' of https://github.com/highfidelity/hifi into temp1
|
2014-12-30 17:56:08 -08:00 |
|
Sam Gateau
|
4fb9e9c775
|
cleaning the code
|
2014-12-30 17:55:49 -08:00 |
|
Sam Gateau
|
8d95639416
|
moving the deferrered shaders from the resource folder to built-in the executable
|
2014-12-30 17:43:52 -08:00 |
|
Sam Gateau
|
37017d0c16
|
moving the deferrered shaders from the resource folder to built-in the executable
|
2014-12-30 17:42:10 -08:00 |
|
samcake
|
20d66d201e
|
Merge pull request #4020 from ZappoMan/gpuStreamizing
Improvements to GeometryCache::renderQuad()
|
2014-12-30 16:49:16 -08:00 |
|
Clément Brisset
|
860098585c
|
Merge pull request #4018 from samcake/temp0
Moving the shaders used in Model.cpp from resources folder into the built-in executable
|
2014-12-30 13:36:13 -08:00 |
|
ZappoMan
|
4e6ed4a449
|
fix comments
|
2014-12-30 13:26:13 -08:00 |
|
ZappoMan
|
28569836bb
|
rename parameters and reuse previously registered quad if geometry didn't change
|
2014-12-30 13:24:31 -08:00 |
|
Sam Gateau
|
a022e94814
|
Adding the shader files
|
2014-12-30 12:38:36 -08:00 |
|
ZappoMan
|
be137534b5
|
first cut at registered quads to reduce copies of constantly changing quads
|
2014-12-30 12:38:16 -08:00 |
|
Sam Gateau
|
e752edc44a
|
Moving the shaders used in Model.cpp from resources folder into the built-in executable
|
2014-12-30 12:35:00 -08:00 |
|
ZappoMan
|
53a7d83f35
|
CR feedback spacing
|
2014-12-30 10:33:22 -08:00 |
|
ZappoMan
|
cb951763fd
|
CR feedback spacing
|
2014-12-30 10:29:18 -08:00 |
|
ZappoMan
|
a4520f6a07
|
Merge branch 'master' of https://github.com/highfidelity/hifi into gpuStreamizing
|
2014-12-30 10:27:06 -08:00 |
|
Sam Gateau
|
6628f7b811
|
replace the model.frag and model.vert files from resource by the sl version of the shaders
|
2014-12-25 19:57:27 -08:00 |
|
ZappoMan
|
0790bd77b7
|
almost completely eliminate immediate mode QUADS
|
2014-12-24 11:14:50 -08:00 |
|
dev
|
42157161e0
|
fix the c++ header generation for mac though the brand new raw string format of c++11
|
2014-12-23 18:19:25 -08:00 |
|
Sam Gateau
|
c5eb04336f
|
first version of SCribe used for shaders in render-utils
|
2014-12-23 16:27:02 -08:00 |
|
ZappoMan
|
1f307e9667
|
more work on removing immediate mode GL_QUADS
|
2014-12-23 09:50:38 -08:00 |
|
ZappoMan
|
3d42d532e4
|
more work on removing immediate mode GL_QUADS
|
2014-12-22 17:43:02 -08:00 |
|
ZappoMan
|
14458ac8fd
|
first pass at removing immediate mode GL_QUADS
|
2014-12-22 13:47:18 -08:00 |
|
Atlante45
|
327daacecd
|
Merge branch 'master' of https://github.com/highfidelity/hifi into applications_diet_cpp11
Conflicts:
interface/src/Application.cpp
interface/src/devices/OculusManager.cpp
libraries/networking/src/NodeList.cpp
|
2014-12-22 13:34:18 -08:00 |
|
Stephen Birarda
|
715b3a245e
|
remove GLUT from Cmake files
|
2014-12-19 10:53:36 -08:00 |
|
Stephen Birarda
|
504cd86fef
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-12-19 09:13:06 -08:00 |
|
Stephen Birarda
|
114e3bb2ff
|
rename cmake macro to represent actual purpose
|
2014-12-18 16:51:20 -08:00 |
|
ZappoMan
|
8091564a73
|
remove all glut
|
2014-12-18 16:12:30 -08:00 |
|
Atlante45
|
296c0025de
|
Switched to auto and changed macro
|
2014-12-18 15:42:38 -08:00 |
|
ZappoMan
|
26bcca95c9
|
remove glutWireCube()
|
2014-12-18 15:42:02 -08:00 |
|
Stephen Birarda
|
e8adc19ac6
|
fix more missing dependencies in render-utils
|
2014-12-18 14:52:36 -08:00 |
|
ZappoMan
|
6f6cf3b08d
|
Merge branch 'master' of https://github.com/highfidelity/hifi into librarization
|
2014-12-18 14:52:00 -08:00 |
|
Stephen Birarda
|
1b5552de1a
|
fix GLUT library link in render-utils
|
2014-12-18 14:42:08 -08:00 |
|
Stephen Birarda
|
ecb17a61d6
|
fix missing render-utils dependencies
|
2014-12-18 14:39:35 -08:00 |
|
Atlante45
|
990362b8ff
|
Merge branch 'cuckoo' of https://github.com/birarda/hifi into applications_diet_cpp11
|
2014-12-18 14:18:21 -08:00 |
|
ZappoMan
|
11b4400099
|
move all glut-ness to geometry cache
|
2014-12-18 11:20:17 -08:00 |
|
Stephen Birarda
|
4042b8b17a
|
duh, glut only required on win
|
2014-12-18 09:50:10 -08:00 |
|
Stephen Birarda
|
e6d3278b59
|
add back include of GLUT in render-utils
|
2014-12-18 09:47:20 -08:00 |
|
Stephen Birarda
|
b202eb7dae
|
DRY up gpu library/header linking
|
2014-12-18 09:14:44 -08:00 |
|
ZappoMan
|
ef42203481
|
add wire cube implementation to GeometryCache and DeferredLightingEffect
|
2014-12-17 15:58:52 -08:00 |
|
Atlante45
|
ce7f72d2cd
|
Update macro
|
2014-12-17 15:26:47 -08:00 |
|
ZappoMan
|
1a9cf126e4
|
Merge branch 'master' of https://github.com/highfidelity/hifi into librarization
Conflicts:
interface/src/Application.cpp
libraries/entities-renderer/src/EntityTreeRenderer.h
|
2014-12-17 13:16:11 -08:00 |
|
ZappoMan
|
2be3b73e8c
|
move TextRender to libraries/render-utils
|
2014-12-17 12:32:52 -08:00 |
|
ZappoMan
|
5d636e21c6
|
more Application dependency cleanup
|
2014-12-17 11:10:45 -08:00 |
|
ZappoMan
|
d3bf28e879
|
more Application dependency cleanup
|
2014-12-17 11:10:24 -08:00 |
|
ZappoMan
|
3dfded89b8
|
remove menu dependency from EntityTreeRenderer, some Application cleanup
|
2014-12-16 16:28:09 -08:00 |
|
Atlante45
|
b2dac6f53f
|
DM users update
|
2014-12-16 15:32:11 -08:00 |
|
Atlante45
|
11a2ecab56
|
Merge branch 'master' of https://github.com/highfidelity/hifi into applications_diet
Conflicts:
interface/src/Application.cpp
interface/src/Application.h
interface/src/Menu.cpp
interface/src/entities/EntityTreeRenderer.h
interface/src/ui/ApplicationOverlay.cpp
libraries/render-utils/src/GlowEffect.cpp
libraries/render-utils/src/Model.cpp
|
2014-12-16 15:02:37 -08:00 |
|
ZappoMan
|
89101872bb
|
move Model and AnimationHandle to libraries
|
2014-12-16 14:04:39 -08:00 |
|
ZappoMan
|
efa8a752f2
|
remove dependency on Menu from Model
|
2014-12-16 13:14:57 -08:00 |
|
ZappoMan
|
16c1e597f1
|
remove Application dependency from Model
|
2014-12-16 12:53:22 -08:00 |
|
ZappoMan
|
1ed2c62bbf
|
try this
|
2014-12-16 12:15:57 -08:00 |
|
ZappoMan
|
ee34dfffc1
|
try this
|
2014-12-16 12:05:23 -08:00 |
|
ZappoMan
|
ec5c33fecc
|
try this
|
2014-12-16 11:57:06 -08:00 |
|
ZappoMan
|
a9b3fdd3eb
|
try this
|
2014-12-16 11:44:15 -08:00 |
|
ZappoMan
|
fc1e1ecfc0
|
move DeferredLightingEffect and AmbientOcclusionEffect to libraries, make them DependencyManager enabled
|
2014-12-16 11:27:44 -08:00 |
|
ZappoMan
|
4d79a08533
|
remove Application dependencies from AmbientOcclusion and DeferredLightingEffect
|
2014-12-16 10:32:03 -08:00 |
|
ZappoMan
|
02737a4ec4
|
move JointState to libraries
|
2014-12-15 19:38:30 -08:00 |
|
ZappoMan
|
fac6ff572b
|
see if this works
|
2014-12-15 19:29:53 -08:00 |
|
ZappoMan
|
41c135c4e5
|
move GlowEffect to libraries
|
2014-12-15 19:19:21 -08:00 |
|
ZappoMan
|
37abe8e89c
|
move RenderUtils.cpp/h to libraries
|
2014-12-15 17:35:26 -08:00 |
|
ZappoMan
|
b1d1cfee44
|
cmake cleanup
|
2014-12-15 15:29:05 -08:00 |
|
ZappoMan
|
df7e115556
|
move ProgramObject to libraries
|
2014-12-15 14:21:22 -08:00 |
|
ZappoMan
|
49cacd85bd
|
move GeometryCache to library
|
2014-12-15 14:00:41 -08:00 |
|
ZappoMan
|
7b973453b4
|
move TextureCache to library
|
2014-12-15 13:14:16 -08:00 |
|
ZappoMan
|
3de3540ebe
|
move back into interface for now
|
2014-12-15 08:37:33 -08:00 |
|
ZappoMan
|
4ac673fe63
|
more render util cleanup
|
2014-12-15 08:16:42 -08:00 |
|
ZappoMan
|
2df4c017f1
|
move GeometryCache out of application and remove dependency on Model
|
2014-12-15 08:15:55 -08:00 |
|
ZappoMan
|
e253b8afa4
|
move TextureCache out of interface and Application
|
2014-12-15 08:14:53 -08:00 |
|