https://bugs.freedesktop.org/show_bug.cgi?id=59452
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On Tue, Jan 8, 2013 at 3:10 AM, Eric Anholt wrote:
> Kenneth Graunke writes:
>> diff --git a/src/mesa/drivers/dri/i965/brw_fs_emit.cpp
>> b/src/mesa/drivers/dri/i965/brw_fs_emit.cpp
>> index 63f09fe..0c2b696 100644
>> --- a/src/mesa/drivers/dri/i965/brw_fs_emit.cpp
>> +++ b/src/mesa/drivers/dri/
https://bugs.freedesktop.org/show_bug.cgi?id=59452
Priority: medium
Bug ID: 59452
Keywords: regression
CC: i...@freedesktop.org
Assignee: mesa-dev@lists.freedesktop.org
Summary: Exception: DrawArraysInstancedBaseInstance is
https://bugs.freedesktop.org/show_bug.cgi?id=59450
Priority: medium
Bug ID: 59450
Keywords: regression
CC: anuj.pho...@gmail.com
Assignee: mesa-dev@lists.freedesktop.org
Summary: SIGSEGV src/mesa/state_tracker/st_cb_blit.c:216
I also noticed that the core profile reports:
GL_OES_read_format, GL_S3_s3tc, k^?,
As extensions on r600g - the "k^?" does not show up on i965
On 12 January 2013 22:15, Dave Airlie wrote:
> From: Brian Paul
>
> [airlied: Based on Brian's patch, I've fixed it up to always report a
> non-c
Silly question but what does:
OpenGL context flags: (none)
OpenGL core profile context flags: (none)
Actually mean?
Also could we print the core profile first?
On 12 January 2013 22:15, Dave Airlie wrote:
> From: Brian Paul
>
> [airlied: Based on Brian's patch, I've fixed it up to always re
On Tue, Jan 15, 2013 at 7:15 PM, Alex Deucher wrote:
> On Fri, Jan 11, 2013 at 6:37 AM, smoki wrote:
>> Piglit passes more fbo tests on rv280, 14/28 before and now 28/33.
>> Also should fix bug:
>> https://bugs.freedesktop.org/show_bug.cgi?id=27704
>
> Does this regress anything in piglit? It's
On Tue, Jan 15, 2013 at 9:30 PM, Ian Romanick wrote:
> On 01/14/2013 04:59 PM, Marek Olšák wrote:
>>
>> On Mon, Jan 14, 2013 at 11:35 PM, Ian Romanick
>> wrote:
>>>
>>> On 01/13/2013 06:20 AM, Marek Olšák wrote:
Hi Dave, here's a preliminary review.
1) The depth and integ
On 01/11/2013 08:54 PM, Eric Anholt wrote:
The previous solution of transcoding to ARGB gave exact results, but
below the expected performance. Given that the user has gone out of
their way to give us compressed data for performance reasons, try to
respect their wishes by doing the best comp
No, I don't think that llvmpipe or any other driver would have IPC data to
cleanup -- even with shared surfaces these things tend to be handled
transparently in kernel space.
But, from the documentation, it sounds like we should do no cleanup whatsoever,
i.e, we should skip both stw_cleanup
Abdiel Janulgue writes:
> When binding a region to a texture image, re-create the miptree base-level
> considering the offset and dimension information exported by DRIImage.
This patch (or whatever it is if it changes to use the _internal
interface directly) should appear before patch 5/6 that m
Abdiel Janulgue writes:
> Save miptree level info to DRIImage, taking offsets into consideration.
> In non-tile-aligned surface cases where resolving back to the original image
> located in mip-levels higher than the base level proves problematic due to
> offset alignment issues, report INVALID_O
- Original Message -
> From: Roland Scheidegger
>
> Now that things mostly seem to work enable those formats.
> Some formats cause crashes (notably RGB8 variants) so switch these
> off
> (these crashes are not specific to INT/UINT variants but the state
> tracker
> doesn't use them for U
Reviewed-by: Jose Fonseca
- Original Message -
> From: Roland Scheidegger
>
> We were passing in the rt index however this was always 0 for
> non-independent
> blend case. (The format was only actually used to decide if the color
> mask
> covered all channels so this went unnoticed and
Abdiel Janulgue writes:
> diff --git a/src/mesa/drivers/dri/intel/intel_regions.h
> b/src/mesa/drivers/dri/intel/intel_regions.h
> index 8737a6d..bb0ccef 100644
> --- a/src/mesa/drivers/dri/intel/intel_regions.h
> +++ b/src/mesa/drivers/dri/intel/intel_regions.h
> @@ -174,6 +174,14 @@ struct __DR
Abdiel Janulgue writes:
> Add intel_miptree_create_for_offset which adds support for creating a single-
> level miptree based on the existing offsets and dimensions of another
> mip-tree level. Use this function as well in intel_miptree_create_for_region,
> but for the whole region.
>
> Signed-of
Abdiel Janulgue writes:
> diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c
> index 1f13d79..a0d4674 100644
> --- a/src/egl/drivers/dri2/egl_dri2.c
> +++ b/src/egl/drivers/dri2/egl_dri2.c
> @@ -490,6 +490,12 @@ dri2_setup_screen(_EGLDisplay *disp)
>disp->Extens
On 01/14/2013 04:59 PM, Marek Olšák wrote:
On Mon, Jan 14, 2013 at 11:35 PM, Ian Romanick wrote:
On 01/13/2013 06:20 AM, Marek Olšák wrote:
Hi Dave, here's a preliminary review.
1) The depth and integer texture sample limits should be set according
to driver support, we probably don't have g
On Fri, Jan 11, 2013 at 6:37 AM, smoki wrote:
> Piglit passes more fbo tests on rv280, 14/28 before and now 28/33.
> Also should fix bug:
> https://bugs.freedesktop.org/show_bug.cgi?id=27704
Does this regress anything in piglit? It's been a while since I
looked at this code, I think the issue ma
https://bugs.freedesktop.org/show_bug.cgi?id=59383
--- Comment #2 from compguy...@yahoo.com ---
Your attached patch did fix the tests for me.
--
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@l
On 01/15/2013 05:47 AM, Damien Lespiau wrote:
TAGS files are generated with "make tags" to quickly jump through the
code. Ignore those by-products of automake/ctags.
Signed-off-by: Damien Lespiau
---
.gitignore |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitigno
On 01/15/2013 02:41 AM, Jon TURNEY wrote:
Use os.path.join() rather than hand-rolling it, so path is correct if
sys.argv[0] returns an absolute path.
(According to the python documentation, it's platform dependent whether
sys.argv[0] is a full pathname or not. It probably also depends on how
th
TAGS files are generated with "make tags" to quickly jump through the
code. Ignore those by-products of automake/ctags.
Signed-off-by: Damien Lespiau
---
.gitignore |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index faf2ca3..5c2ccdc 100644
---
https://bugs.freedesktop.org/show_bug.cgi?id=59383
--- Comment #1 from Andreas Boll ---
Created attachment 73072
--> https://bugs.freedesktop.org/attachment.cgi?id=73072&action=edit
tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir)
Could you test the attached patch?
This
Use os.path.join() rather than hand-rolling it, so path is correct if
sys.argv[0] returns an absolute path.
(According to the python documentation, it's platform dependent whether
sys.argv[0] is a full pathname or not. It probably also depends on how
the process was started...)
Signed-off-by: Jo
25 matches
Mail list logo