Hello!<div><br></div><div>I am a game programmer, and I live in a country where normal computer has configurations that remember netbooks (like having VIA or SIS chipsets...).</div><div>Because of that I started making a game using memory blitting instead of OpenGL, but I found that on X it runs really slow without OpenGL...</div>
<div><br></div><div>I was told that it is because you need to give a bitmap to X, that then copy it to the vram, even on fullscreen.</div><div>So in my mind the solution would be have direct access to the vram, I found out then the existance of XDGA...</div>
<div><br></div><div>But...</div><div><br></div><div>Does XDGA still exists? It is still shipped with X?</div><div>If the awnser to any of the previous questions are no (or if you want to awnser anyway), there are a alternative solution?</div>