Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

aefimov3

aefimov3 created a branch on carbonated-dev/o3de

aefimov/custom-libunwind - Source for fully featured AAA Open 3D Engine

aefimov3 deleted a branch carbonated-dev/o3de

aefimov/memory-trace

aefimov3 pushed 2 commits to carbonated/dev carbonated-dev/o3de
  • Fix release build (unused variable errors) e1fc53f
  • Merge pull request #361 from carbonated-dev/aefimov/memory-trace Fix release build (MAD-0000) bac12c4

View on GitHub

aefimov3 closed a pull request on carbonated-dev/o3de
Fix release build (MAD-0000)
## What does this PR do? Fix release build unused variable compile error introduced by asset memory tags. ## How was this PR tested? Not tested yet, Jenkins release build is in progress. I...
aefimov3 created a comment on a pull request on carbonated-dev/o3de
Release build is fine.

View on GitHub

aefimov3 created a comment on a pull request on carbonated-dev/o3de
Test build link (in progress for now): http://10.0.1.100:8080/job/MadWorld/job/Client-O3DE/job/build%252Faefimov1%252Fmad-0000-release-build-fix/

View on GitHub

aefimov3 opened a pull request on carbonated-dev/o3de
Fix release build (MAD-0000)
## What does this PR do? Fix release build unused variable compile error introduced by asset memory tags. ## How was this PR tested? Not tested yet, Jenkins release build is in progress. I...
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
  • Fix release build (unused variable errors) e1fc53f

View on GitHub

aefimov3 pushed 2 commits to carbonated/dev carbonated-dev/o3de
  • Address asynchronous metadata deletion while dumping memory info 67fb03a
  • Merge pull request #360 from carbonated-dev/aefimov/memory-trace Fix async metadata deletion while making memory dump 2d78bfd

View on GitHub

aefimov3 closed a pull request on carbonated-dev/o3de
Fix async metadata deletion while making memory dump
## What does this PR do? Add a volatile fence to prevent metadata deletion, this produces some memory leaks, but typically there are just a small number of affected memory pieces per dump operat...
aefimov3 created a review comment on a pull request on carbonated-dev/o3de
This is not 100% guarantee again an occasional deletion, but 99.999 I guess, I seen no issues during testing. Windows ignores invalid addresses, but libunwind crashes. This fixes the crashes, but ...

View on GitHub

aefimov3 created a review on a pull request on carbonated-dev/o3de

View on GitHub

aefimov3 created a review comment on a pull request on carbonated-dev/o3de
I have to assign the fence member variable here.

View on GitHub

aefimov3 created a review on a pull request on carbonated-dev/o3de

View on GitHub

aefimov3 opened a pull request on carbonated-dev/o3de
Fix async metadata deletion while making memory dump
## What does this PR do? Add a volatile fence to prevent metadata deletion, this produces some memory leaks, but typically there are just a small number of affected memory pieces per dump operat...
aefimov3 created a branch on carbonated-dev/o3de

aefimov/memory-trace - Source for fully featured AAA Open 3D Engine

aefimov3 deleted a branch carbonated-dev/o3de

aefimov/memory-trace

aefimov3 pushed 30 commits to carbonated/dev carbonated-dev/o3de
  • Fix comment text 0d40510
  • Add some engine memory tags cc8f356
  • More engine memory tags 527a609
  • More memory tags 181a1e3
  • Merge remote-tracking branch 'origin/carbonated/dev' into aefimov/memory-trace 06b8c78
  • More memory tags 464477f
  • New tags 5174d51
  • Add CARBONATED where needed, use 5 callstack items instead of 3 3e4330e
  • Merge branch 'carbonated/dev' into aefimov/memory-trace 1b0b511
  • Fix manual merge errors 293edb2
  • More manual merge fixes, mostly cosmetic 7bf9bff
  • Cosmetic improvements to match the original engine code 5b57338
  • Asset memory stage 1 : flat assets, the first draft 505ca68
  • Merge remote-tracking branch 'origin/carbonated/dev' into aefimov/memory-trace d92f12a
  • Add asset tags, resolve memory aggregation allocations via applying allocation tracker limit c43f650
  • Improvements and bug fixes e793d70
  • LOD removal, 2nd draft dea2145
  • Make cmake options for preprocessor definitions, some small improvements and bug fixes cac82d7
  • LOD drop feature off by default (cvar) ecf5d7b
  • Cosmetic, remove commented out code 077a2f1
  • and 10 more ...

View on GitHub

aefimov3 closed a pull request on carbonated-dev/o3de
Asset memory tracing (MAD-17122)
## What does this PR do? Introduce asset memory tags. Add option to drop high quality LODs in runtime to reduce memory footprint. Improve memory tracking, add multiple memory tags. Increase m...
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
  • Add null pointer protection for asset into ptr, change value to ref in lod analysis call. 9614a5f

View on GitHub

aefimov3 pushed 8 commits to aefimov/memory-trace carbonated-dev/o3de
  • warn only for Asset Processor server path ba1d216
  • Swapping for ios - Need to come up with a more generic implementation here. 31cdf52
  • fixed the compiler error 4795b04
  • Added checkbox 7821db1
  • Merge pull request #357 from carbonated-dev/niko/layoutToggle UIDynamicLayout component was also resizing the parent... 004a64f
  • Print out logs when decals are added/removed to the o3de decal list c198334
  • Merge pull request #359 from carbonated-dev/vmedn/MAD-15563-log-added-or-removed-decals [MAD-15563] Print out logs w... d66b928
  • Merge remote-tracking branch 'origin/carbonated/dev' into aefimov/memory-trace afb65b5

View on GitHub

aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
  • Add mip removal functionality b3035bb

View on GitHub

aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
  • Cosmetic: add missing defined(CARBONATED) fence, remove some extra comments 4d50a50

View on GitHub

aefimov3 created a review comment on a pull request on carbonated-dev/o3de
This is a potentially dangerous change.

View on GitHub

aefimov3 created a review on a pull request on carbonated-dev/o3de

View on GitHub

aefimov3 created a review comment on a pull request on carbonated-dev/o3de
Sometimes I cannot use an object that sets the limit in constructor, for example if it is conditional. I also need get/set functions.

View on GitHub

aefimov3 created a review on a pull request on carbonated-dev/o3de

View on GitHub

aefimov3 created a review comment on a pull request on carbonated-dev/o3de
This is what we have instead of tuple. I use asset size limit to avoid taking large (like 64k) page allocation via page allocators to particular asset accounts. That memory is untracked.

View on GitHub

aefimov3 created a review on a pull request on carbonated-dev/o3de

View on GitHub

aefimov3 created a review comment on a pull request on carbonated-dev/o3de
I get rid of tuples because there are many items to return now.

View on GitHub

Load more