- Original Message -
> From: José Fonseca
>
> +t->outputs[i] = ureg_writemask(t->outputs[i], TGSI_WRITEMASK_X);
What happens when the application decides to write to any component other than
X? The application writemask combined with the one above will yield an empty
one. A
- Original Message -
> On Sun, 11 Sep 2011 13:05:38 +0200, Tolga Dalman
> wrote:
> > Hi Kenneth,
> >
> > On Fri, 9 Sep 2011 14:41:45 -0700
> > Kenneth Graunke wrote:
> >
> > > - if (reg->type == BRW_REGISTER_TYPE_F) {
> > > - return reg->imm.f == 0.0;
> > > + if (type == BRW_R
- Original Message -
> Any reasons
>
>{ 1, 2, 0, 0, 0, 0, "LOAD",TGSI_OPCODE_LOAD },
>{ 1, 2, 0, 0, 0, 0, "LOAD_MS", TGSI_OPCODE_LOAD_MS },
>{ 1, 3, 0, 0, 0, 0, "SAMPLE", TGSI_OPCODE_SAMPLE },
>{ 1, 4, 0, 0, 0, 0, "SAMPLE_B",TGSI_OPCODE_SAMPLE_B },
>
On 2011-01-26 09:48, Marek Olšák wrote:
Module: Mesa
Branch: master
Commit: c7c733545a19aab3e2b954153b9348ebe3147368
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c7c733545a19aab3e2b954153b9348ebe3147368
Author: Marek Olšák
Date: Mon Jan 24 23:41:51 2011 +0100
util: require debug
>From 1cadcf101ba4da78d1b179a61e2248aa2c405f3b Mon Sep 17 00:00:00 2001
From: Michal Krol
Date: Fri, 5 Nov 2010 18:54:02 +0100
Subject: [PATCH] graw: Export graw_save_surface_to_file().
Allows applications to dump surfaces to file without
referencing gallium/auxiliary entry points statica
org] On Behalf Of Michal
Krol [mic...@vmware.com]
Sent: Thursday, November 04, 2010 4:51 PM
To: mesa-dev@lists.freedesktop.org
Subject: [Mesa-dev] [PATCH] graw: Export graw_save_surface_to_file().
From c5a4c9d6f146077bd59759f985e103d9696cc9b2 Mon Sep 17 00:00:00 2001
From: Michal Krol
Date: Thu, 4
at 09:29 -0700, Michal Krol wrote:
From efd52ac32547c80d1d8317fe2934a6742968a394 Mon Sep 17 00:00:00 2001
From: Michal Krol
Date: Thu, 4 Nov 2010 17:29:01 +0100
Subject: [PATCH] os: Allow file streams to be open in binary mode.
Explicitly request binary file mode by adding
>From c5a4c9d6f146077bd59759f985e103d9696cc9b2 Mon Sep 17 00:00:00 2001
From: Michal Krol
Date: Thu, 4 Nov 2010 17:51:14 +0100
Subject: [PATCH] graw: Export graw_save_surface_to_file().
Allows applications to dump surfaces to file without
referencing gallium/auxiliary entry points statica
>From efd52ac32547c80d1d8317fe2934a6742968a394 Mon Sep 17 00:00:00 2001
From: Michal Krol
Date: Thu, 4 Nov 2010 17:29:01 +0100
Subject: [PATCH] os: Allow file streams to be open in binary mode.
Explicitly request binary file mode by adding
OS_STREAM_CREATE_BINARY flag to os_file_stream_cre
W dniu 2010-07-16 23:55, Brian Paul pisze:
On 07/16/2010 03:42 PM, Michal Krol wrote:
From d69307c0f25b753ce8abebc940812a5fd352cb59 Mon Sep 17 00:00:00 2001
From: Michal Krol
Date: Fri, 16 Jul 2010 23:38:51 +0200
Subject: [PATCH] softpipe: Support non-depth-stencil formats in
>From d69307c0f25b753ce8abebc940812a5fd352cb59 Mon Sep 17 00:00:00 2001
From: Michal Krol
Date: Fri, 16 Jul 2010 23:38:51 +0200
Subject: [PATCH] softpipe: Support non-depth-stencil formats in
sp_tile_cache_flush_clear().
---
src/gallium/drivers/softpipe/sp_tile_cache.c |6 +-
1 fi
>From eaba49550f92af708499f22dbaa7cf4d99f4109f Mon Sep 17 00:00:00 2001
From: Michal Krol
Date: Tue, 18 May 2010 12:39:01 +0200
Subject: [PATCH] softpipe: Calculate slice_stride field in get_transfer().
---
src/gallium/drivers/softpipe/sp_texture.c |4
1 files changed, 4 inserti
W dniu 2010-05-06 14:05, José Fonseca pisze:
On Thu, 2010-05-06 at 04:43 -0700, Michal Krol wrote:
W dniu 2010-05-06 13:21, Michal Krol pisze:
I am getting that error with HEAD on master building with scons on windows.
> scons
scons: Reading SConscript files ...
Checking fo
W dniu 2010-05-06 13:21, Michal Krol pisze:
I am getting that error with HEAD on master building with scons on windows.
> scons
scons: Reading SConscript files ...
Checking for C header file udis86.h... (cached) no
warning: LLVM disabled: not building llvmpipe
NameError: name 'graw
I am getting that error with HEAD on master building with scons on windows.
> scons
scons: Reading SConscript files ...
Checking for C header file udis86.h... (cached) no
warning: LLVM disabled: not building llvmpipe
NameError: name 'graw' is not defined:
File "C:\src\mesa\SConstruct", line 203
15 matches
Mail list logo