I am using Mesa 7.10, DRI driver for R600. I believe I see a memory leak of 1
page per frame with the code
drawme(){glClearColor(0.0, 1.0, 0.0, 0.0);
glClear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT);glClearColor(0.0, 1.0,
1.0, 1.0);glClear(GL_COLOR_BUFFER_BIT);eglSwapBuffers(
Does line anti aliasing work for r600 and r700 processors? It does not seem to
change anything visually when I set PA_SC_AA_MASK.u32All,
PA_SC_AA_SAMPLE_LOCS_MCTX.u32All, PA_SC_AA_SAMPLE_LOCS_8S_WD1_MCTX.u32All and
PA_SC_AA_CONFIG.u32All to what would seem to be reasonable values in
r700InitSt
I am interested in Mesa running on a P2020 Power Architecture system. What is
the current state of Mesa for big endian systems? Is there a branch I should be
looking at? I have noticed on the main line branch there are numerous changes
for big endian systems, I have recent versions of xf86-vide