Mesa (master): r600: fix rectangle textures

2009-08-01 Thread Alex Deucher
Module: Mesa Branch: master Commit: 86ac0ae0b09566d0cd66dcfc17192780f7e2df03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86ac0ae0b09566d0cd66dcfc17192780f7e2df03 Author: Alex Deucher Date: Sat Aug 1 20:55:43 2009 -0400 r600: fix rectangle textures It might be better to add an i

Mesa (master): r300: Fix corner-case of KIL on R300

2009-08-01 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 9a1c336253579d8b58b31910325227b22b4af395 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a1c336253579d8b58b31910325227b22b4af395 Author: Nicolai Hähnle Date: Sat Aug 1 18:58:47 2009 +0200 r300: Fix corner-case of KIL on R300 R300 hardware (but _

Mesa (master): r300: Fix Z buffer re-emit after window resize

2009-08-01 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 3d21e3d3a2785022c9a7af5b6a9db33cf6a3164e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d21e3d3a2785022c9a7af5b6a9db33cf6a3164e Author: Nicolai Hähnle Date: Sat Aug 1 16:50:21 2009 +0200 r300: Fix Z buffer re-emit after window resize We used to

Mesa (master): mesa st: Use POT texture for draw pixels operations if NPOT texture is not supported

2009-08-01 Thread Patrice Mandin
Module: Mesa Branch: master Commit: fc3d564daeacdbd76b97de2ffc10e15931a18c7a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc3d564daeacdbd76b97de2ffc10e15931a18c7a Author: Patrice Mandin Date: Sat Aug 1 11:15:18 2009 +0200 mesa st: Use POT texture for draw pixels operations if NPO

Mesa (master): mesa st: Move logbase2 function to util/u_math.h

2009-08-01 Thread Patrice Mandin
Module: Mesa Branch: master Commit: c1785c19ca0716a7e85777242949a0c33e28988f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1785c19ca0716a7e85777242949a0c33e28988f Author: Patrice Mandin Date: Sat Aug 1 11:03:30 2009 +0200 mesa st: Move logbase2 function to util/u_math.h --- sr