Re: [Mesa-dev] glsl: optimize list handling in opt_dead_code

2016-10-18 Thread Maciej Cencora
On wtorek, 18 października 2016 00:07:18 CEST Jan Ziak wrote: > This patch replaces the ir_variable_refcount_entry's linked-list > with an array-list. > > The array-list has local storage which does not require ANY additional > allocations if the list has small number of elements. The size of this

Re: [Mesa-dev] 7.8, round 2.

2010-08-03 Thread Maciej Cencora
The patch could not be cherry-picked because it applied to a file > that was refactored after 7.8. I hand-applied the patch to the old > source file in 7a1c42ee208b316db4402d98dbf7c701a23f942f. I do not > have any ATI hardware and have not tested this. > > Maciej, could I get an Ack? L

Re: [Mesa-dev] 7.8 patches from master

2010-08-03 Thread Maciej Cencora
e files that are > > not available in the 7.8 branch; however, those parts of the patch can > > be ignored for 7.8. > > d6a5f94ea4d03b05c434fcad125d1f9c50c638e8 > > > > Alex Hi, Ack for all my patches on the list plus these: 452a7d5a9d339db3326f33d464dce1a879ccc533 ba196a8318af621

[Mesa-dev] [PATCH 2/2] Add one ignore string

2010-07-16 Thread Maciej Cencora
Signed-off-by: Maciej Cencora --- tests/all.tests |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/all.tests b/tests/all.tests index 4a7bff0..a3bc15f 100644 --- a/tests/all.tests +++ b/tests/all.tests @@ -923,4 +923,5 @@ Test.ignoreErrors.append(re.compile("

[Mesa-dev] [PATCH 1/2] Skip fbo readdrawpix and copypix tests if EXT_framebuffer_blit isn't available

2010-07-16 Thread Maciej Cencora
Signed-off-by: Maciej Cencora --- tests/fbo/fbo-copypix.c |1 + tests/fbo/fbo-readdrawpix.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/fbo/fbo-copypix.c b/tests/fbo/fbo-copypix.c index ac6547d..362459b 100644 --- a/tests/fbo/fbo-copypix.c +++ b/tests

Re: [Mesa-dev] Bug in _mesa_meta_GenerateMipmap

2010-07-13 Thread Maciej Cencora
Dnia poniedziałek 12 lipca 2010 o 23:32:37 Brian Paul napisał(a): > Maciej Cencora wrote: > > Dnia poniedziałek 12 lipca 2010 o 20:31:42 Brian Paul napisał(a): > >> Maciej Cencora wrote: > >>> Hi, > >>> > >>> while working o

Re: [Mesa-dev] Bug in _mesa_meta_GenerateMipmap

2010-07-12 Thread Maciej Cencora
Dnia poniedziałek 12 lipca 2010 o 20:31:42 Brian Paul napisał(a): > Maciej Cencora wrote: > > Hi, > > > > while working on failing piglit tests I've stumbled on a problem with > > _mesa_meta_GenerateMipmap. The function creates new texture images for > > l

[Mesa-dev] Bug in _mesa_meta_GenerateMipmap

2010-07-11 Thread Maciej Cencora
ith core mesa take a look at this? Regards, Maciej Cencora ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] Enable HW GenerateMipmap for radeon v2

2010-05-25 Thread Maciej Cencora
Alpha-only textures, but > only at startup time. > > V2: > Address comments from Maciej Cencora . > Fixed meta.h inclusion. > Added comment where MaxLevel test is changed. Reword other comments. > Provide an upper bound check for the image leve

Re: [Mesa-dev] [PATCH 2/3] Remove image_matches_texture_obj() MaxLevel check

2010-05-22 Thread Maciej Cencora
Dnia wtorek 18 maja 2010 o 21:09:58 Will Dyson napisał(a): > When generating or uploading a new (higher) mipmap level for an image, > we can need to allocate a miptree for a level greater than > texObj->MaxLevel. > --- > src/mesa/drivers/dri/radeon/radeon_texture.c |7 --- > 1 files change

Re: [Mesa-dev] [PATCH 3/3] Enable hardware mipmap generation for radeon.

2010-05-22 Thread Maciej Cencora
Dnia wtorek 18 maja 2010 o 21:09:59 Will Dyson napisał(a): > Use _mesa_meta_GenerateMipmap. It is Fast Enough(tm). > --- > src/mesa/drivers/dri/radeon/radeon_texture.c | 15 ++- > 1 files changed, 10 insertions(+), 5 deletions(-) > > diff --git a/src/mesa/drivers/dri/radeon/radeon_t