https://bugs.freedesktop.org/show_bug.cgi?id=29407
nobled changed:
What|Removed |Added
Attachment #37704|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=29407
--- Comment #18 from José Fonseca 2010-08-08 14:22:07 PDT
---
(In reply to comment #16)
> Created an attachment (id=37705)
View: https://bugs.freedesktop.org/attachment.cgi?id=37705
Review: https://bugs.freedesktop.org/review?bug=29407&attachm
https://bugs.freedesktop.org/show_bug.cgi?id=29407
--- Comment #17 from José Fonseca 2010-08-08 14:00:21 PDT
---
(In reply to comment #12)
> Created an attachment (id=37653)
View: https://bugs.freedesktop.org/attachment.cgi?id=37653
Review: https://bugs.freedesktop.org/review?bug=29407&attachm
https://bugs.freedesktop.org/show_bug.cgi?id=29407
--- Comment #16 from nobled 2010-08-08 13:20:52 PDT ---
Created an attachment (id=37705)
View: https://bugs.freedesktop.org/attachment.cgi?id=37705
Review: https://bugs.freedesktop.org/review?bug=29407&attachment=37705
gallivm: Use the correct
https://bugs.freedesktop.org/show_bug.cgi?id=29407
nobled changed:
What|Removed |Added
Attachment #37651|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=29407
--- Comment #14 from steckde...@yahoo.fr 2010-08-08 07:44:55 PDT ---
Created an attachment (id=37702)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37702)
Use fneg instead of neg when inverting the sign of floats
Hello,
I have very good n
---
src/mesa/drivers/dri/r600/r600_blit.c |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/mesa/drivers/dri/r600/r600_blit.c
b/src/mesa/drivers/dri/r600/r600_blit.c
index 317bd68..27acff9 100644
--- a/src/mesa/drivers/dri/r600/r600_blit.c
+++ b/src/mesa/drivers/d
This can be supported on r600 without using the endian swapper, and is a
better fit for (typical) uploads using GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV
anyway.
---
src/mesa/drivers/dri/r300/r300_texstate.c|4 ++--
src/mesa/drivers/dri/r600/r600_blit.c| 16
src/mesa/
Hi,
thanks for your comments so far. I've rebased my fixes on the latest git
code.
Here's three patches (which I release under the license of the original
source files):
geartrain_1_3_loading.patch
improves the loading routines. If you like pain, take a close look at
the strset() implementation