Player Dagostino
|
6ac2d342b3
|
Drop useless stuff about VBO and occlusion from the impostor patch.
|
2011-08-11 03:35:52 +02:00 |
|
Player Dagostino
|
4d2447d764
|
Enable the DSO workaround on linux only AND in standalone.
|
2011-08-11 02:12:28 +02:00 |
|
Siana Gearz
|
e6de1e0d5a
|
Merge branch 'future' of git://github.com/AlericInglewood/SingularityViewer into future
|
2011-08-11 00:55:22 +02:00 |
|
Siana Gearz
|
c6e0c2f323
|
This should fix the settings
|
2011-08-11 00:53:17 +02:00 |
|
Siana Gearz
|
06615a580e
|
Silly kitty me -.-
|
2011-08-11 00:51:09 +02:00 |
|
Siana Gearz
|
e9777f25a4
|
OSSL support by Fritigern, fixes #122
|
2011-08-10 23:57:43 +02:00 |
|
Siana Gearz
|
23c5d5dd48
|
Merge branch 'V2Mesh' of git://github.com/Shyotl/SingularityViewer into future
Conflicts:
indra/newview/lltexturefetch.cpp
|
2011-08-10 23:21:14 +02:00 |
|
Shyotl
|
ca328aec72
|
Replaced some opengl fixed functions with shaders. Temporary ShyotlUseLegacyRenderPath setting to debug if this change actually improves framerate at all (setting not tied to callbacks. Have to toggle shaders to have stuff pick up the setting change)
|
2011-08-10 03:53:49 -05:00 |
|
Shyotl
|
896b7146e7
|
Fixed vertex corruption if avatar shaders are off and jointmesh is not vectorized. Also, now preventing usage of unsupported vectorization paths.
|
2011-08-10 02:01:53 -05:00 |
|
Shyotl
|
c918384805
|
Tempfix for curl locking mutexes for too long
|
2011-08-09 20:57:16 -05:00 |
|
Shyotl
|
bff63ac682
|
Parammanagers are really not done well. Added manager-specific shader lists instead of just having them dig down the global list every update.
|
2011-08-09 04:30:35 -05:00 |
|
Shyotl
|
04ea6a967e
|
Removed dead code related to 'RenderForSelect'.
|
2011-08-09 02:11:10 -05:00 |
|
Shyotl
|
9bda97786f
|
Batch indexing/no-fixed-function WIP.
|
2011-08-09 01:11:05 -05:00 |
|
Siana Gearz
|
2cb0dedbd1
|
This should fix KV TVs
|
2011-08-08 02:39:29 +02:00 |
|
Siana Gearz
|
5f4328767b
|
Debug needs SSE2 now too
|
2011-08-07 22:40:36 +02:00 |
|
Siana Gearz
|
2e88db37ad
|
Signed warning in texture fetcher
|
2011-08-07 22:32:07 +02:00 |
|
Siana Gearz
|
ab41bf00c4
|
Merge branch 'V2Media' of git://github.com/Shyotl/SingularityViewer into future
|
2011-08-07 20:35:34 +02:00 |
|
Aleric Inglewood
|
3d1863c1b5
|
Make sure we assign name before mStatus
|
2011-08-07 18:47:01 +02:00 |
|
Shyotl
|
1e7415095c
|
mCurlGetRequest->process() kersploded. Debugger is being dumb, so adding an assertion for now.
|
2011-08-06 18:17:55 -05:00 |
|
Shyotl
|
a5f38565fa
|
Henri-inspired tweakage.
|
2011-08-06 18:14:54 -05:00 |
|
Shyotl
|
9aa26648c9
|
Added CurlUseMultipleThreads (requires restart to change)
|
2011-08-06 02:29:04 -05:00 |
|
Shyotl
|
f1759e0a96
|
Old-code related to sim-quota cleaned up.
|
2011-08-06 02:27:06 -05:00 |
|
Shyotl
|
f9bcbab5f3
|
Win compile fix. Including stdint.h explodes in vc2010, so #if'd it out for windows.
|
2011-08-05 21:39:43 -05:00 |
|
Shyotl
|
4dd888353d
|
Merge branch 'future' of git://github.com/siana/SingularityViewer.git into V2Mesh
|
2011-08-05 20:12:59 -05:00 |
|
Shyotl
|
550fa0a160
|
Merge branch 'future' of https://github.com/AlericInglewood/SingularityViewer.git into V2Mesh
Conflicts:
indra/newview/llspatialpartition.cpp
|
2011-08-05 19:40:35 -05:00 |
|
Shyotl
|
7bcd259821
|
Added ShyotlRenderVBOStrideMode to toggle between strided and unstrided VBOs.
|
2011-08-05 19:24:17 -05:00 |
|
Shyotl
|
9cc398e939
|
Occlusion now using LLVertexbuffer class.
|
2011-08-05 02:55:13 -05:00 |
|
Shyotl
|
b75a28ec15
|
Cleanup. Applied http://hg.secondlife.com/mesh-development/changeset/3031f266784a
|
2011-08-05 01:18:27 -05:00 |
|
Siana Gearz
|
fc839cb2ff
|
This should fix the settings
|
2011-08-04 22:44:25 +02:00 |
|
Siana Gearz
|
174a33beb3
|
Variable size region support, by RevolutionSmythe
|
2011-08-04 22:20:25 +02:00 |
|
Shyotl
|
2c489d7741
|
Cleaned up polymesh (mesh vectors/normals size match VBO vectors/normals size to allow memcpy). Prep for vbo testing.
|
2011-08-04 01:38:56 -05:00 |
|
Siana Gearz
|
87070be7e3
|
Merge branch 'master' of github-siana:siana/SingularityViewer into future
|
2011-08-03 01:01:00 +02:00 |
|
Shyotl
|
4f8186b17e
|
Debug symbols for llcommon.dll on windows.
|
2011-08-02 16:21:44 -05:00 |
|
Player Dagostino
|
258fe82db7
|
Fix a conflict with tut arising when compiling with gcc 4.6. It also looks like tut::test_result::skip got renamed to tut::test_result::skipped in revision 190.
|
2011-08-02 20:28:54 +02:00 |
|
Player Dagostino
|
a2313b026c
|
Apply fix from SNOW-792 for textures rebaking over and over.
|
2011-08-02 20:21:02 +02:00 |
|
Player Dagostino
|
53182cc4cb
|
It looks like some binary releases of boost::program_options might not contain split_unix(). Let's not call it.
|
2011-08-02 20:19:26 +02:00 |
|
Player Dagostino
|
a45de10024
|
Fix a problem not letting plugins work when the client is built on RedHat and derived systems (Fedora is affected too). Completely avoid apr_dso_load() on Linux (they modified it to open libraries with RTLD_NOW | RTLD_GLOBAL | RTLD_DEEPBIND). Get a standard DSO handle with RTLD_NOW | RTLD_GLOBAL flags instead, and convert it to a valid APR one by using apr_os_handle_put().
|
2011-08-02 20:15:58 +02:00 |
|
Player Dagostino
|
f3d6931fc3
|
Another port from CoolViewer of the notecard floater, featuring a menu and search/replace.
|
2011-08-02 20:07:55 +02:00 |
|
Player Dagostino
|
bcc541f3f2
|
Fix a problem with the media filter not working properly when the user turns the streams on. Previously it only worked when the avatar tpd or the stream source changed. Also set the filter on by default.
|
2011-08-02 20:04:19 +02:00 |
|
Player Dagostino
|
3b168065d5
|
Another port of a great patch from CoolViewer that lets users set the maximum number of actual visible avatars when impostors are on.
|
2011-08-02 20:01:20 +02:00 |
|
Player Dagostino
|
5009b0544e
|
Adaptation of the CoolViewer patch that allows Linux users to paste by middle-clicking.
|
2011-08-02 19:58:47 +02:00 |
|
Player Dagostino
|
4b98d69c2f
|
Fix the mouse flickering problem inherited by Ascent
|
2011-08-02 19:55:25 +02:00 |
|
Player Dagostino
|
9ec40dbcac
|
Slight modification of the wrapper to let qt find its optional plugins in the pathname
|
2011-08-02 19:53:03 +02:00 |
|
Player Dagostino
|
a9028b5c17
|
Add some missing clothing entries to the viewer and pie menus
|
2011-08-02 19:47:33 +02:00 |
|
Siana Gearz
|
82fc160abe
|
Look and criticize, Aleric
|
2011-08-02 02:16:31 +02:00 |
|
Siana Gearz
|
3b97a575d1
|
Merge branch 'V2Mesh' of https://github.com/Shyotl/SingularityViewer into future
|
2011-08-02 01:25:46 +02:00 |
|
Shyotl
|
f5915ab83c
|
Some fixes and cleanup for strided vbos. Added LLStrider::assignArray to clean up some loops, as well as replace LLVector4a::memcpyNonAliased16. Works with both unstrided and strided vbo elements, and alignment padding (LLVec4->LLVec3,etc)
|
2011-08-01 18:19:08 -05:00 |
|
Siana Gearz
|
04b507d286
|
Merge branch 'future' of git://github.com/AlericInglewood/SingularityViewer into future
|
2011-08-02 01:14:28 +02:00 |
|
Siana Gearz
|
45c87257ed
|
Debug build fixes, linux32
|
2011-08-02 01:13:53 +02:00 |
|
Aleric Inglewood
|
ef6737d0cd
|
Shorten the time between freeing the lock and setting mStatus to STOPPED.
|
2011-08-02 00:05:14 +02:00 |
|