Re: [Mesa-dev] Question regarding cs_gem_write_reloc in radeon_cs_gem.c

2012-06-21 Thread Miguel Lopes Santos Ramos
2012/6/21 Alex Deucher : > If you just want to play with simple shaders and setting up the 3D > pipeline, radeondemo is an easy place to start: > http://cgit.freedesktop.org/~airlied/radeondemo > > Alex Yes, I'm learning the assembly, because it helps me have a better understanding of the architec

[Mesa-dev] Question regarding cs_gem_write_reloc in radeon_cs_gem.c

2012-06-15 Thread Miguel Lopes Santos Ramos
Hi all, I'm trying to learn to program radeons in assembly in Linux and already got help once in this mailing list. I'm programming in C++ using the kernel DRM ioctls directly because libdrm appears to be a thin wrapper around these (for my purpose, which is using the GPU for computing), but in d