Well there are so many things other than computing world where they are used. Actually they are used in every field at the higher level. Yes every possible field.
we need more of these type of videos on how gary explains how all different parts of a smartphone works together for us to be able to game, mail, fb ,whatsapp, etc
Vertexes??? Come on Gary! I spend half of each year teaching my students that the plural for vertex is vertices. This video is great and I want to use it in my teaching but you're killing me with this vertexes business!!!
+Miller Kavanagh The only thing worse than someone telling you you're wrong is them supporting their argument with an authoritative source. Well, on the plus side I can now get my students to use the video :)
grammar it's not an exact science, in order to know the real truth you should ask the person who invented this word. There might be no logical conclusion otherwise
What an amazing video! I'm a postgraduate in Computer Science and I had done this in Computational Graphics but you just cleared my concepts amazingly Gary. You rock.
First of all congrats on 2m sub And my question is that what is Xposed And what are custom rom and why are the better than the stock Please explain in the next vedio
Rasterisation I think. (Disclaimer: I'm no expert!!!!! Could all be wrong!) Not sure if rasterisation is the right word though. But this is what happens. Basically rasterisation is turning the 3d scene into a 2d picture. Very very roughly and basically what happens is it looks at the scene it has created in its memory and takes a picture of it through a virtual camera - which is the screen - then it is sent to the screen. That's all after the GPU has created the 3d scene in its memory. Which it does by creating the polygons/triangles in the memory and then repeatedly editing the memory to add things like textures, lighting, particle effects, reflections/shadows etc. Then the next scene is made by editing the previous one - transforming, re-scaling, rotating etc the verticies like he says in the video - then calculating the lighting and shadows etc again. All that is why the amount of memory and *especially* the speed of the memory matters a lot. When each frame is complete, it is rasterised (or whatever the word is) like I tried to describe above. A "picture" is taken from the viewpoint of the screen, various processing is applied to make it look better and more natural (like AA/anti-aliasing) and it is sent to the output - the screen.
Just got hammered because, in my video covering shaders (a really dumbed down version), I say that the pixel/fragment shader runs once for each pixel (I was trying to keep it simple). Now seeing this video, I feel better as you did exactly the same :) I guess great minds think alike :) Nice video!
Wow this is awesome. Recently I got interested in building my own PC. So naturally I got interested in what each individual part does. It's really fascinating how they all work to create an artificial world. Really good explanation, even though I didn't understand everything 100%
Each face isn't necessarily a triangle of vertices. Triangles are used to reduce the vertex count but quads offers much better deformation for animation.
uh... i am quite new in this era but can a good processor ensure us great performance and can i make games and make my videos much better is gpu required for vr gear
I love shaders in OpenGL. They are such a powerful tool that are often neglected for some tasks where they just blow away anything that can be done on CPU. Image processing, etc. For example I tried making a 3D scanning app on Android. In Java it was too slow to be practical. In C++ it was somwhat ok but still only 1 frame per second to build a 3D point cloud. Moving pretty much the same code from C++ to GLSL shaders results in an insane speedup sometimes, without much change required since GLSL is so close to C, it is almost just copy and paste. In one instance, the same code that was 19 seconds per frame on a powerful Desktop CPU runs at 30+FPS on a mobile GPU. Just cuts through those calculations like it is nothing. I've been fascinated ever since on what can be done with shaders.
Hi Gary, Great video as always. can you please clarify my doubt, once android N is released to older devices running multiple cores, will the graphics performance improve on supported games and benchmarks?
Gary is the reason why I am still a AA subscriber. Gary and Jayce, the rest of the team are pretty much good video makers with a clear lack of enough knowldege to be hosting a tech channel. But then again, most of the most subscribed youtube tech channels are like this: good video making, almost zero quality content.
I'm still confuse about the parallel thing in GPU. I have read a journal saying that sphere and cylinder have high computational parallelism. How will you know if a figure is parallel enough for GPU?
how does the GPU get instruction. is it hex code that goes or is it zero and 1's like binary code. i mean would it be posibelt to take a nvidia graphics card to make it calculate something just by letting it get commands from a IC chip
Thanks for the video and all but I'm tech fried. Will this external GPU will render my video? I have video pad editor (basically like Sony Vegas but I think better hehe) the program basically saying it's too much stuff going on for it to be rendered in real time. I really need to know if this helps with that :)
I just bought a new gaming pc. it has an i7 6700k cpu and a GTX 960 2gb. 2tb. 16gb ram. etc. when i play overwatch its says on the video sertings . intel hd 540 graphics. does this mean my gpu isnt working for some reason?i dont get the frames that i expected from other games too. plz help?
I finally understand the purpose of learning Vector and Matrix in Maths at school Lol
Instablaster.
Well there are so many things other than computing world where they are used. Actually they are used in every field at the higher level. Yes every possible field.
"well...let me explain"..aghh i love that line
Expailn? I thought he said Explain* XD
+overpowered gamer damn it --" well leave it like that I won't correct it XD
@@medilyesoudhini7411
Please no correct it please:(
Priss the :
Med Ilyes Oudhini it’s been 4 years and you didn’t correct it
@@iconict2365 I was so childish back then 😂 it's corrected now
Gary, your explanations are always great. Congratulations!
we need more of these type of videos on how gary explains how all different parts of a smartphone works together for us to be able to game, mail, fb ,whatsapp, etc
Excellent video Gary. A good break from the other product reviews. Hope to see more of such videos!
Congratulations on 2mil subs guys!
3M now.
Nice video, but I lost you half way there. lol
Vertexes??? Come on Gary! I spend half of each year teaching my students that the plural for vertex is vertices. This video is great and I want to use it in my teaching but you're killing me with this vertexes business!!!
Says here either form is acceptable www.dictionary.com/browse/vertex
+Miller Kavanagh The only thing worse than someone telling you you're wrong is them supporting their argument with an authoritative source. Well, on the plus side I can now get my students to use the video :)
in spanish is vertices if it makes you feel better ....
grammar it's not an exact science, in order to know the real truth you should ask the person who invented this word. There might be no logical conclusion otherwise
@@mrwho2513 probably the best comment I've ever found on youtube!
Thank you Gary Sims, I understand, what CPU is, What I discovered is that it's using different ways of using graphics and colors, of games etc.
Great video Gary thx for your deep explaining!
What an amazing video! I'm a postgraduate in Computer Science and I had done this in Computational Graphics but you just cleared my concepts amazingly Gary. You rock.
the intonation of gary's voice is .......I am heading over to the written article.Thanks a lot for breaking it down to lay people.
Congratulations on 2.000.000 Subscribers! :D
This was a well put together video. Love your channel. Wish there was a similar channel based on iOS
This is a professional and informative video that gives broad insight into the topic in a very short time. Thank you for great content.
First of all congrats on 2m sub
And my question is that what is Xposed
And what are custom rom and why are the better than the stock
Please explain in the next vedio
Gary definitely has those amazing explainatory skills! I'd love to see more such type of videos
Great video guys !
how does the gpu output images to the display?
Still a mystery
Rasterisation I think. (Disclaimer: I'm no expert!!!!! Could all be wrong!) Not sure if rasterisation is the right word though. But this is what happens.
Basically rasterisation is turning the 3d scene into a 2d picture.
Very very roughly and basically what happens is it looks at the scene it has created in its memory and takes a picture of it through a virtual camera - which is the screen - then it is sent to the screen.
That's all after the GPU has created the 3d scene in its memory. Which it does by creating the polygons/triangles in the memory and then repeatedly editing the memory to add things like textures, lighting, particle effects, reflections/shadows etc. Then the next scene is made by editing the previous one - transforming, re-scaling, rotating etc the verticies like he says in the video - then calculating the lighting and shadows etc again. All that is why the amount of memory and *especially* the speed of the memory matters a lot.
When each frame is complete, it is rasterised (or whatever the word is) like I tried to describe above. A "picture" is taken from the viewpoint of the screen, various processing is applied to make it look better and more natural (like AA/anti-aliasing) and it is sent to the output - the screen.
@@DaFinkingOrk expert
RedButtonProductions The 3d scene is mapped to a 2d scene using transformation matrices, then is rasterized and sent to the monitor.
@@DaFinkingOrk wow this is what i came for thanks
just liked and subscribed. wish i could do more. i really appreciate the explanation. these are just the details i needed. thank you
Just got hammered because, in my video covering shaders (a really dumbed down version), I say that the pixel/fragment shader runs once for each pixel (I was trying to keep it simple). Now seeing this video, I feel better as you did exactly the same :)
I guess great minds think alike :) Nice video!
mannn I did a paper on this almost a month ago. Wish you guys did this video sooner 😭
Wow this is awesome. Recently I got interested in building my own PC. So naturally I got interested in what each individual part does. It's really fascinating how they all work to create an artificial world. Really good explanation, even though I didn't understand everything 100%
Thanks Garry for providing us with the precious information.
I was litterally just thinking about this the other day. So glad Gary uploaded it :)
definitely would like this series and thanks a lot!
You have made it MORE complicated for some people sir.,
69 likes noiice
It's been four years, is it still complicated for you?
@@gurneetsingh7952 😂😂😂😂
Gary is making me smarter with his video's. good video again.
awesome video Gary!!
thanks for the video...can u plz make a video on how one can create their own android custom rom...plz..
Wow, this episode looks like a Techy thingy online class, love it so much ;) Thanks for the deep explanation btw
Each face isn't necessarily a triangle of vertices. Triangles are used to reduce the vertex count but quads offers much better deformation for animation.
As always, very informative
Thanks Gary!
your explanation is the best
love it
i wish i had a teacher like Gary Sims..... your explanations are so understandable... and also i dog the accent.
uh... i am quite new in this era
but can a good processor ensure us great performance
and can i make games and make my videos much better
is gpu required for vr gear
Great explanation !!
Congratulations on 2 million guys
Thank you Gary, finally someone explained me that, seriously I always wanted to know :)
thanks for the explanation.
What does "force GPU rendering" do in the developer options
thanks a lot. a very good explaination
Thnx for The information
How about the Nvidia Tegra X1?
Great explanation, thanks a lot :D
I love shaders in OpenGL. They are such a powerful tool that are often neglected for some tasks where they just blow away anything that can be done on CPU. Image processing, etc. For example I tried making a 3D scanning app on Android. In Java it was too slow to be practical. In C++ it was somwhat ok but still only 1 frame per second to build a 3D point cloud. Moving pretty much the same code from C++ to GLSL shaders results in an insane speedup sometimes, without much change required since GLSL is so close to C, it is almost just copy and paste.
In one instance, the same code that was 19 seconds per frame on a powerful Desktop CPU runs at 30+FPS on a mobile GPU. Just cuts through those calculations like it is nothing. I've been fascinated ever since on what can be done with shaders.
I love your videos. always a thumbs up!
thanks Gary for explaining this 😁
congrats on 2 million subs.
Hi Gary, Great video as always. can you please clarify my doubt, once android N is released to older devices running multiple cores, will the graphics performance improve on supported games and benchmarks?
yes it will, vulcan api will help
Awesome clarity !
Gary is the reason why I am still a AA subscriber. Gary and Jayce, the rest of the team are pretty much good video makers with a clear lack of enough knowldege to be hosting a tech channel. But then again, most of the most subscribed youtube tech channels are like this: good video making, almost zero quality content.
Great explanation,
Thanks!
Gary videos >>>
I'm still confuse about the parallel thing in GPU. I have read a journal saying that sphere and cylinder have high computational parallelism. How will you know if a figure is parallel enough for GPU?
Thanks a lot sir.This video is so helpful
Thank you AA for making videos like these.....definitly very helpful!!!!!
Do keep making more of these!!!
nicely explained
love your videos Gary.
Gary always rocks :)
how does the GPU get instruction. is it hex code that goes or is it zero and 1's like binary code. i mean would it be posibelt to take a nvidia graphics card to make it calculate something just by letting it get commands from a IC chip
Thanks for the helpfull Video
tq Gary for the explanation, appreciate it! keep it up
Now I’ll go see if there’s a video that explains this explanation
Great stuff Gary
Hi Gary , I have only one problem that you never reviewed a Micormax smartphone? why ???????????
Wait wait wait, you're telling me it's *not* a home for a kindly elf who eats polygons???
Thanks for the video and all but I'm tech fried. Will this external GPU will render my video?
I have video pad editor (basically like Sony Vegas but I think better hehe) the program basically saying it's too much stuff going on for it to be rendered in real time. I really need to know if this helps with that :)
great video #GARY please do indepth cpu & gpu
after watching 3 times i understood;thx
well explained..
So my math teacher couldn't explain why we need geometry but you did, what a world we live in
If only my engineering professors were such good at teaching.!
I'd love a 2 GPU's in my car.
believe me garry i have learned mostly from you Thanks keep doing it
So wait, the Vulcan thing, what is it? I'm aware of it being an improvement but I didn't really understand if it was hardware or software?
Software, like OpenGL or DirectX.
+Gary Sims Thanks!
Gary is the Wendell of Android Authority!
thumbs up #gary, please do indepth cpu & gpu video. (fully explained)
Great video! Very complete!
btw, at 9:15 , that's Unreal Engine, if i'm right.
+Gary Sims: can you please explain alu number vs GFLOPS? please
Gary is the best, I would've loved to see more videos from him!
Can you also make "a what is a CPU" video?
nice background... must be a GS fan
Which game is he showing at 6:46? Nice vid BTW!
Nvm, dumb question, found it in the video
My GPU is bad in maths. He is of my type. #mygpuislikeme
I just bought a new gaming pc. it has an i7 6700k cpu and a GTX 960 2gb. 2tb. 16gb ram. etc. when i play overwatch its says on the video sertings . intel hd 540 graphics. does this mean my gpu isnt working for some reason?i dont get the frames that i expected from other games too. plz help?
wich is better nexus 6p or Xperia z5 premium?
Nexus 6P
Is there a CPU video like this?
I love Gary videos
thanx gary
which s7 did you mean sn820?
Gary for greatest tech guru
His name is "Gary Sims From Android Authority"!
Great vid
Thanks a lot..... I a big fan and watched each and every video of this series...... Thanks.
Im more interesed about how gpu use this values to make a picture (comunication to monitor)
Heard of window manager?
It a software program that give every graphics app its own window.
Do a video on API
What about VRam?
which gpu is better mali or adreno? i personally prefer mali