Re: [Mesa-dev] [PATCH] gallium: Make TGSI_SEMANTIC_FOG register four-component wide.

2013-11-20 Thread Michal Krol
- 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

Re: [Mesa-dev] Fixup: Use C++ style constant member functions for is_one and is_zero.

2011-09-20 Thread Michal Krol
- 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

Re: [Mesa-dev] is_tex bit for TGSI sampling instructions

2011-08-24 Thread Michal Krol
- 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 }, >

Re: [Mesa-dev] Mesa (master): util: require debug options to be separated by commas

2011-01-26 Thread Michal Krol
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

Re: [Mesa-dev] [PATCH] graw: Export graw_save_surface_to_file().

2010-11-05 Thread Michal Krol
>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

Re: [Mesa-dev] [PATCH] graw: Export graw_save_surface_to_file().

2010-11-04 Thread Michal Krol
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

Re: [Mesa-dev] [PATCH] os: Allow file streams to be open in binary mode.

2010-11-04 Thread Michal Krol
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

[Mesa-dev] [PATCH] graw: Export graw_save_surface_to_file().

2010-11-04 Thread Michal Krol
>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

[Mesa-dev] [PATCH] os: Allow file streams to be open in binary mode.

2010-11-04 Thread Michal Krol
>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

Re: [Mesa-dev] [PATCH] softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().

2010-07-16 Thread Michal Krol
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

[Mesa-dev] [PATCH] softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().

2010-07-16 Thread Michal Krol
>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

[Mesa-dev] [PATCH] softpipe: Calculate slice_stride field in get_transfer().

2010-05-18 Thread Michal Krol
>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

Re: [Mesa-dev] scons: name 'graw' is not defined

2010-05-06 Thread Michal Krol
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

Re: [Mesa-dev] scons: name 'graw' is not defined

2010-05-06 Thread Michal Krol
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

[Mesa-dev] scons: name 'graw' is not defined

2010-05-06 Thread Michal Krol
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