- Nov 17, 2014
-
-
Graham Linden authored
-
Graham Linden authored
Avoid using GL_ARB_timer_query functionality when not supported and protect against probably-not-NULL current bound shader pointer
-
- Nov 10, 2014
- Oct 29, 2014
-
-
Oz Linden authored
-
- Oct 28, 2014
- Oct 21, 2014
-
-
Oz Linden authored
-
- Oct 20, 2014
-
-
Monty Brandenberg authored
-
Oz Linden authored
-
Oz Linden authored
-
- Oct 16, 2014
-
-
Oz Linden authored
-
- Oct 15, 2014
-
-
Oz Linden authored
-
- Oct 13, 2014
-
-
Oz Linden authored
-
- Oct 10, 2014
-
-
Monty Brandenberg authored
Incorporate the new libcurl 7.38.0 build with curl bug 1420 workaround. Add developer-centric testing code to evaluate the workaround or a future fix for 1420.
-
- Oct 06, 2014
-
-
Monty Brandenberg authored
-
Oz Linden authored
-
Oz Linden authored
-
Monty Brandenberg authored
The HttpRequest objects used in inventory ops are created lazily when needed. The update() operation didn't protect against their not being created. Added some guard tests around the update() operations and we're good.
-
- Sep 26, 2014
-
-
eli authored
-
- Sep 25, 2014
-
-
Callum Prentice authored
-
- Sep 24, 2014
- Sep 23, 2014
-
-
Monty Brandenberg authored
-
- Sep 22, 2014
-
-
Callum Prentice authored
-
Monty Brandenberg authored
-
Monty Brandenberg authored
on the HTTP requests for inventory. We'll benchmark with that and see how it goes. Document some of the history of the background fetcher for future devs. Suggest some future projects to make things faster. Pointers on using LLSD with the llcorehttp library in the readme. And restructured the LLSD onCompleted() processing phases using do{}while(false) which produced a code flow that is fairly attractive.
-
callum_linden authored
-
Monty Brandenberg authored
-
Oz Linden authored
-
Oz Linden authored
-
- Sep 19, 2014
-
-
Monty Brandenberg authored
accept headers in mesh and textures. For texture metrics reporting, use the AP_INVENTORY policy class which is non-pipelined and pointing (usually) in the right direction. Use a do-while(false) structure to manage common exit path code in onCompleted() methods. Identical to a 'goto' but might amuse the pedantic. Tuning on background fetch to have it cycle faster. This is experimental. I suspect with HTTP balancing in llcorehttp, we can do away with the timers here.
-
Monty Brandenberg authored
-
Monty Brandenberg authored
of used handles and a fast handle factory that's thread- correct.
-
davep authored
-
- Sep 18, 2014
-
-
Monty Brandenberg authored
-
Monty Brandenberg authored
reproduce data corruption via timeouts.
-