https://bugs.freedesktop.org/show_bug.cgi?id=58665
Stefan de Konink changed:
What|Removed |Added
Attachment #72004|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=58665
Priority: medium
Bug ID: 58665
Assignee: mesa-dev@lists.freedesktop.org
Summary: Software rasterizer RGB swap
Severity: normal
Classification: Unclassified
OS: All
On Sat, Dec 22, 2012 at 10:47 AM, Johannes Obermayr
wrote:
> Am Samstag, 22. Dezember 2012, 09:21:33 schrieb Matt Turner:
>> On Sat, Dec 22, 2012 at 9:16 AM, Johannes Obermayr
>> wrote:
>> > This way the user has the privilege of last decision and so the option to
>> > build an optimized debug b
Christoph Bumiller writes:
> v2: Record texObj.BufferSize as -1 in TexBuffer(non-Range) instead
> of the buffer's current size so we know we always have to use the
> full size of the buffer object (i.e. even if it changes without the
> user calling TexBuffer again) for the texture.
>
> Clarify in
https://bugs.freedesktop.org/show_bug.cgi?id=57173
--- Comment #8 from freedesk...@skewray.com ---
Created attachment 71987
--> https://bugs.freedesktop.org/attachment.cgi?id=71987&action=edit
glxinfo
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.freedesktop.org/show_bug.cgi?id=57173
--- Comment #7 from freedesk...@skewray.com ---
Created attachment 71986
--> https://bugs.freedesktop.org/attachment.cgi?id=71986&action=edit
dmesg
--
You are receiving this mail because:
You are the assignee for the bug.
_
https://bugs.freedesktop.org/show_bug.cgi?id=57173
--- Comment #6 from freedesk...@skewray.com ---
Created attachment 71985
--> https://bugs.freedesktop.org/attachment.cgi?id=71985&action=edit
Xorg.0.log
--
You are receiving this mail because:
You are the assignee for the bug.
Am Samstag, 22. Dezember 2012, 09:21:33 schrieb Matt Turner:
> On Sat, Dec 22, 2012 at 9:16 AM, Johannes Obermayr
> wrote:
> > This way the user has the privilege of last decision and so the option to
> > build an optimized debug build again.
> > ---
>
> You can just do CFLAGS="-g -O2" ./configu
On Sat, Dec 22, 2012 at 9:16 AM, Johannes Obermayr
wrote:
> This way the user has the privilege of last decision and so the option to
> build an optimized debug build again.
> ---
You can just do CFLAGS="-g -O2" ./configure can't you?
___
mesa-dev mail
This way the user has the privilege of last decision and so the option to build
an optimized debug build again.
---
configure.ac | 14 --
1 Datei geändert, 12 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-)
diff --git a/configure.ac b/configure.ac
index 759cbaa..d3d9d62 100644
--- a/co
v2: Record texObj.BufferSize as -1 in TexBuffer(non-Range) instead
of the buffer's current size so we know we always have to use the
full size of the buffer object (i.e. even if it changes without the
user calling TexBuffer again) for the texture.
Clarify invalid offset alignment error message.
v
Am Samstag, 22. Dezember 2012, 02:12:55 schrieb Michel Dänzer:
> On Sam, 2012-12-22 at 01:06 +0100, Johannes Obermayr wrote:
> > Am Samstag, 22. Dezember 2012, 00:31:16 schrieb Michel Dänzer:
> > > On Fre, 2012-12-21 at 22:43 +0100, Johannes Obermayr wrote:
> > > > Am Freitag, 21. Dezember 2012,
v2: Update to handle BufferSize being -1 and return a NULL sampler
view if the specified range would cause out of bounds access.
---
src/mesa/state_tracker/st_atom_texture.c | 22 +-
src/mesa/state_tracker/st_extensions.c |6 ++
2 files changed, 27 insertions(+), 1
v2: Record texObj.BufferSize as -1 in TexBuffer(non-Range) instead
of the buffer's current size so we know we always have to use the
full size of the buffer object (i.e. even if it changes without the
user calling TexBuffer again) for the texture.
Clarify invalid offset alignment error message.
--
---
src/gallium/docs/source/screen.rst |3 +++
src/gallium/include/pipe/p_defines.h |3 ++-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/gallium/docs/source/screen.rst
b/src/gallium/docs/source/screen.rst
index f4750e5..aea7542 100644
--- a/src/gallium/docs/source/
15 matches
Mail list logo