Mesa (master): glsl: Match whitespace changes from previous patch.

2014-03-18 Thread Matt Turner
Module: Mesa Branch: master Commit: 9a9eaaa79a43e5fb249ff56a06c3f845e6a28a41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a9eaaa79a43e5fb249ff56a06c3f845e6a28a41 Author: Matt Turner Date: Tue Mar 18 15:40:49 2014 -0700 glsl: Match whitespace changes from previous patch. Reviewed

Mesa (master): glsl: Expose pack/unpack built-ins for ARB_gpu_shader5.

2014-03-18 Thread Matt Turner
Module: Mesa Branch: master Commit: 7988b4804f07b5cdb01cdca7dcbe75be30f1df9e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7988b4804f07b5cdb01cdca7dcbe75be30f1df9e Author: Matt Turner Date: Tue Mar 11 12:36:04 2014 -0700 glsl: Expose pack/unpack built-ins for ARB_gpu_shader5. ARB_

Mesa (master): glsl: Optimize pow(x, 2) into x * x.

2014-03-18 Thread Matt Turner
Module: Mesa Branch: master Commit: 6cbc64c3cb416fadad6e80042e24cd1e1b682897 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6cbc64c3cb416fadad6e80042e24cd1e1b682897 Author: Matt Turner Date: Fri Feb 28 13:33:19 2014 -0800 glsl: Optimize pow(x, 2) into x * x. Cuts two instructions o

Mesa (master): glsl: Allow dot() on scalars, and throw out dotlike().

2014-03-18 Thread Matt Turner
Module: Mesa Branch: master Commit: c049dd4396d1639859810d6124faa863dae61d1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c049dd4396d1639859810d6124faa863dae61d1b Author: Matt Turner Date: Sun Mar 2 10:34:45 2014 -0800 glsl: Allow dot() on scalars, and throw out dotlike(). In al

Mesa (master): i965: Drop some more dead code from the old CACHED_BATCH feature.

2014-03-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 651b8baa826609ca3a305a3cbcd085435931573c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=651b8baa826609ca3a305a3cbcd085435931573c Author: Eric Anholt Date: Thu Mar 13 16:53:09 2014 -0700 i965: Drop some more dead code from the old CACHED_BATCH feat

Mesa (master): i965: Drop special case for edgeflag thanks to Marek' s change to core.

2014-03-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 512c88f826f597daeb8bac82eea793b4c2f90dfe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=512c88f826f597daeb8bac82eea793b4c2f90dfe Author: Eric Anholt Date: Tue Mar 4 17:26:54 2014 -0800 i965: Drop special case for edgeflag thanks to Marek's change

Mesa (master): mesa: include stdbool.h in register_allocate.h to fix build

2014-03-18 Thread Brian Paul
Module: Mesa Branch: master Commit: f4435da940327cdb2c3c2bafd6e6e40f6f545639 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4435da940327cdb2c3c2bafd6e6e40f6f545639 Author: Brian Paul Date: Tue Mar 18 11:55:50 2014 -0600 mesa: include stdbool.h in register_allocate.h to fix build h

Mesa (master): i965: Enable EWA anisotropic filtering algorithm

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: f74cf5f80ea6ea16abb38c28c2b4826b8559017b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f74cf5f80ea6ea16abb38c28c2b4826b8559017b Author: Ian Romanick Date: Tue Mar 4 11:08:05 2014 +0200 i965: Enable EWA anisotropic filtering algorithm Volume 4,

Mesa (master): i965: Actually initialize simd16_unsupported and no16_msg.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: dd2e5d3999e456c33dbc9a710e211a7bdbe3330f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd2e5d3999e456c33dbc9a710e211a7bdbe3330f Author: Kenneth Graunke Date: Tue Mar 18 10:49:10 2014 -0700 i965: Actually initialize simd16_unsupported and no16_msg

Mesa (master): ra: Use bool instead of GLboolean.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 786a6472450b50977e6906e27d5f481e00b05d73 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=786a6472450b50977e6906e27d5f481e00b05d73 Author: Kenneth Graunke Date: Fri Feb 21 19:32:24 2014 -0800 ra: Use bool instead of GLboolean. This isn't the GL API

Mesa (master): i965/upload: Refactor open-coded ALIGN-like computations.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 91f4528da620de6518db8f85e6a08c88687d0269 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=91f4528da620de6518db8f85e6a08c88687d0269 Author: Kenneth Graunke Date: Sun Mar 2 23:09:20 2014 -0800 i965/upload: Refactor open-coded ALIGN-like computations.

Mesa (master): i965: Fix indentation in brw_upload_indices().

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: b8b4e280b4798143b09404e71a51663ac59c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8b4e280b4798143b09404e71a51663ac59c Author: Kenneth Graunke Date: Sun Mar 2 16:39:56 2014 -0800 i965: Fix indentation in brw_upload_indices(). Signed-of

Mesa (master): i965: Consolidate code for setting brw-> ib.start_vertex_offset.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 051edcc144aca314d207200c46bc88b4efa1e56c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=051edcc144aca314d207200c46bc88b4efa1e56c Author: Kenneth Graunke Date: Sun Mar 2 15:02:54 2014 -0800 i965: Consolidate code for setting brw->ib.start_vertex_o

Mesa (master): ra: Convert another bool array to bitsets.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 41097db91bb18cfb03faf00d9bc7a5495d1bf66e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41097db91bb18cfb03faf00d9bc7a5495d1bf66e Author: Eric Anholt Date: Mon Mar 17 14:53:08 2014 -0700 ra: Convert another bool array to bitsets. This one saves ab

Mesa (master): i965/fs: Don't renumber UNIFORM registers.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 542f2e47f2f22522b963a7ab1f8b485d1c9985ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=542f2e47f2f22522b963a7ab1f8b485d1c9985ba Author: Kenneth Graunke Date: Tue Mar 11 14:35:27 2014 -0700 i965/fs: Don't renumber UNIFORM registers. Previously, r

Mesa (master): i965/fs: Delete dead code to fail compiles with SIMD16 pull parameters.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: de77efde91401919fe7282a4b07300a10185792b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de77efde91401919fe7282a4b07300a10185792b Author: Kenneth Graunke Date: Mon Mar 10 23:22:48 2014 -0700 i965/fs: Delete dead code to fail compiles with SIMD16 pu

Mesa (master): i965/fs: Record pull constant locations for all array elements.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 2163e0fd5a6bf2ac95aef331c30f010cb6e39cab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2163e0fd5a6bf2ac95aef331c30f010cb6e39cab Author: Kenneth Graunke Date: Fri Mar 7 15:45:13 2014 -0800 i965/fs: Record pull constant locations for all array ele

Mesa (master): i965: Accurately bail on SIMD16 compiles.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: de7ad2c88f4ec243c95eaed22c41d0e537912e01 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de7ad2c88f4ec243c95eaed22c41d0e537912e01 Author: Kenneth Graunke Date: Fri Mar 7 00:49:45 2014 -0800 i965: Accurately bail on SIMD16 compiles. Ideally, we'd

Mesa (master): i965/fs: Split pull parameter decision making from mechanical demoting.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: d9f339eccd87413d9f6bf6dd6217db01630f12f8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9f339eccd87413d9f6bf6dd6217db01630f12f8 Author: Kenneth Graunke Date: Mon Mar 10 13:14:03 2014 -0700 i965/fs: Split pull parameter decision making from mechan

Mesa (master): i965/fs: Save push constant location information.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 7c7627781feca0c8738da66425d6c530ea598dc4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c7627781feca0c8738da66425d6c530ea598dc4 Author: Kenneth Graunke Date: Fri Mar 7 02:10:14 2014 -0800 i965/fs: Save push constant location information. Previo

Mesa (master): i965/fs: Support pull parameters in SIMD16 mode.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: b207e88b25e526d0f1ada7b19605b880a27866dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b207e88b25e526d0f1ada7b19605b880a27866dc Author: Kenneth Graunke Date: Fri Mar 7 16:10:50 2014 -0800 i965/fs: Support pull parameters in SIMD16 mode. This is

Mesa (master): ra: Create a reg_belongs_to_class() helper function.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 8d856c3937c790da626ef754622df91d562d8507 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d856c3937c790da626ef754622df91d562d8507 Author: Kenneth Graunke Date: Fri Feb 21 19:31:44 2014 -0800 ra: Create a reg_belongs_to_class() helper function. Thi

Mesa (master): ra: Use a bitset for storing which registers belong to a class.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: da1cce2d68b847bdc7783376a6f8d08d123e7c71 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da1cce2d68b847bdc7783376a6f8d08d123e7c71 Author: Kenneth Graunke Date: Fri Feb 21 19:50:15 2014 -0800 ra: Use a bitset for storing which registers belong to a

Mesa (master): i965: Allocate register sets at screen creation, not context creation.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 7a0fd3ca1d436591117d451ecee209a4cdb65aef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a0fd3ca1d436591117d451ecee209a4cdb65aef Author: Kenneth Graunke Date: Mon Mar 17 13:53:44 2014 -0700 i965: Allocate register sets at screen creation, not cont

Mesa (master): i965/fs: Use a single instance of the pull_constant_loc[] array.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 229319e0f0f872cfb19de3eb0ab620ca611d65d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=229319e0f0f872cfb19de3eb0ab620ca611d65d8 Author: Kenneth Graunke Date: Tue Mar 11 22:24:39 2014 -0700 i965/fs: Use a single instance of the pull_constant_loc[]

Mesa (master): i965: Allocate the screen using ralloc rather than calloc.

2014-03-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: b3e4b769dd318936abc38acbbbdec61ae2539e84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3e4b769dd318936abc38acbbbdec61ae2539e84 Author: Kenneth Graunke Date: Mon Mar 17 13:57:14 2014 -0700 i965: Allocate the screen using ralloc rather than calloc

Mesa (master): gallium/docs: update SLT, SGE, SFL, STR opcode docs

2014-03-18 Thread Brian Paul
Module: Mesa Branch: master Commit: 63e7b519120c5ce611b6e77e0d1d93e10ed41a05 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63e7b519120c5ce611b6e77e0d1d93e10ed41a05 Author: Brian Paul Date: Mon Mar 17 15:13:55 2014 -0600 gallium/docs: update SLT, SGE, SFL, STR opcode docs To emphas

Mesa (master): glx: Fix incorrect pdp assignment in dri2_bind_context().

2014-03-18 Thread Brian Paul
Module: Mesa Branch: master Commit: 81f342ce64799467f745a15f533a0b3f8080e333 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81f342ce64799467f745a15f533a0b3f8080e333 Author: Charmaine Lee Date: Thu Mar 13 11:33:00 2014 -0600 glx: Fix incorrect pdp assignment in dri2_bind_context().

Mesa (master): nvc0: Handle user mapped vertex buffer for edgeflag

2014-03-18 Thread Maarten Lankhorst
Module: Mesa Branch: master Commit: 8fe888fafd992474672cdb10aafadd6f60811136 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fe888fafd992474672cdb10aafadd6f60811136 Author: Maarten Lankhorst Date: Tue Mar 18 14:47:40 2014 +0100 nvc0: Handle user mapped vertex buffer for edgeflag Ha

Mesa (master): clover: Fix region size error checking in some buffer transfer commands.

2014-03-18 Thread Francisco Jerez
Module: Mesa Branch: master Commit: d70ad1a4f9110d206b079398dc1c3be43894f3e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d70ad1a4f9110d206b079398dc1c3be43894f3e5 Author: Francisco Jerez Date: Fri Mar 14 11:31:11 2014 +0100 clover: Fix region size error checking in some buffer tra

Mesa (master): nv50/ir/gk110: add emit/restart implementations

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 15b1f420d04e2fbff8e1ed4a863239e8ddf602de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=15b1f420d04e2fbff8e1ed4a863239e8ddf602de Author: Ilia Mirkin Date: Tue Mar 11 10:25:29 2014 -0400 nv50/ir/gk110: add emit/restart implementations Signed-off-b

Mesa (master): nv50/ir/gk110: set not modifier on first source of logic op

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: d8e0d1e882e40b0da0237ef6e9b4ef21b7a3b3bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8e0d1e882e40b0da0237ef6e9b4ef21b7a3b3bf Author: Ilia Mirkin Date: Sat Mar 15 10:22:22 2014 -0400 nv50/ir/gk110: set not modifier on first source of logic op

Mesa (master): nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supported

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: b56e50b8afbb386bcf30f9a4f07981a123dba1c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b56e50b8afbb386bcf30f9a4f07981a123dba1c1 Author: Ilia Mirkin Date: Fri Mar 14 08:16:00 2014 -0400 nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] i

Mesa (master): nv50/ir/gk110: add pfetch support

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: c17f7247ec5b7acf44e462accf5b5124fb713772 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c17f7247ec5b7acf44e462accf5b5124fb713772 Author: Ilia Mirkin Date: Tue Mar 11 10:48:15 2014 -0400 nv50/ir/gk110: add pfetch support Signed-off-by: Ilia Mirkin

Mesa (master): nv50/ir/gk110: add implementations of div u32/s32

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 48a9ba63f5c9751052e472f8d7fb195ce874199d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=48a9ba63f5c9751052e472f8d7fb195ce874199d Author: Ilia Mirkin Date: Wed Mar 12 12:00:58 2014 -0400 nv50/ir/gk110: add implementations of div u32/s32 Signed-off

Mesa (master): nv50/ir/gk110: fix setting texture for txd/txf/txq

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: ece734b3c195c870bbda342edf1807ca436bf83a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ece734b3c195c870bbda342edf1807ca436bf83a Author: Ilia Mirkin Date: Tue Mar 11 12:13:45 2014 -0400 nv50/ir/gk110: fix setting texture for txd/txf/txq Signed-of

Mesa (master): nv50/ir/gk110: add texcsaa implementation

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 08505549ab938a6650024aab68f7713989c5c6fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08505549ab938a6650024aab68f7713989c5c6fe Author: Ilia Mirkin Date: Tue Mar 11 11:21:35 2014 -0400 nv50/ir/gk110: add texcsaa implementation Signed-off-by: Ili

Mesa (master): nv50/ir/gk110: add missing break in sched emit

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 1b68009466dd2ac6a8d8827ef47ba9bdf0c58501 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b68009466dd2ac6a8d8827ef47ba9bdf0c58501 Author: Ilia Mirkin Date: Tue Mar 11 09:38:38 2014 -0400 nv50/ir/gk110: add missing break in sched emit Signed-off-by

Mesa (master): nv50/ir/gk110: fix handling of OP_SUB for floating point ops

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 3c40be2615872b9f9c95f6b551b37498561273d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c40be2615872b9f9c95f6b551b37498561273d2 Author: Ilia Mirkin Date: Fri Mar 14 06:11:37 2014 -0400 nv50/ir/gk110: fix handling of OP_SUB for floating point ops

Mesa (master): nv50/ir/gk110: implement partial txq support

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 76554d2d1f3e017370a7ef1b3ea511f83cd83573 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76554d2d1f3e017370a7ef1b3ea511f83cd83573 Author: Ilia Mirkin Date: Tue Mar 11 08:30:49 2014 -0400 nv50/ir/gk110: implement partial txq support Signed-off-by:

Mesa (master): nv50/ir/gk110: add 64/128-bit fetch/export support

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 34bf5e27c6d798bcaa63c7541ecea1d3e99fdd3b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34bf5e27c6d798bcaa63c7541ecea1d3e99fdd3b Author: Ilia Mirkin Date: Fri Mar 14 06:20:36 2014 -0400 nv50/ir/gk110: add 64/128-bit fetch/export support Signed-of

Mesa (master): nv50/ir/gk110: fix control flow opcode emission, add sat flag

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: ce75a3e8d36e85214e98194ca212504282df47f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce75a3e8d36e85214e98194ca212504282df47f9 Author: Ilia Mirkin Date: Tue Mar 11 05:44:00 2014 -0400 nv50/ir/gk110: fix control flow opcode emission, add sat flag

Mesa (master): nv50/ir/gk110: handle derivAll flag, fix useOffsets for non-txf

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 563083ef576141f39af36426418fc2dbf2d98a3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=563083ef576141f39af36426418fc2dbf2d98a3f Author: Ilia Mirkin Date: Tue Mar 11 13:03:02 2014 -0400 nv50/ir/gk110: handle derivAll flag, fix useOffsets for non-t

Mesa (master): nv50/ir/gk110: fill in mov from predicate

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 67cb8a69960b37a2cfad2a7bc62b8db6aa7558bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67cb8a69960b37a2cfad2a7bc62b8db6aa7558bb Author: Ilia Mirkin Date: Tue Mar 11 14:54:25 2014 -0400 nv50/ir/gk110: fill in mov from predicate Signed-off-by: Ili

Mesa (master): nv50/ir/gk110: fill out texture instruction support

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: cb3dcb14300613a7628941ff4ba1ad4c52e9772b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb3dcb14300613a7628941ff4ba1ad4c52e9772b Author: Ilia Mirkin Date: Tue Mar 11 08:30:01 2014 -0400 nv50/ir/gk110: fill out texture instruction support Signed-o

Mesa (master): nv50/ir/gk110: add postfactor support for fmul

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: c8309cde30fe6829ed5d2eedbda2bd4dbde79418 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8309cde30fe6829ed5d2eedbda2bd4dbde79418 Author: Ilia Mirkin Date: Sat Mar 15 12:42:51 2014 -0400 nv50/ir/gk110: add postfactor support for fmul Signed-off-by

Mesa (master): nv50/ir/gk110: implement quadop

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 4bb14aca293b12cbe4f2352fb11c20091876c1cf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4bb14aca293b12cbe4f2352fb11c20091876c1cf Author: Ilia Mirkin Date: Wed Mar 12 09:33:00 2014 -0400 nv50/ir/gk110: implement quadop Signed-off-by: Ilia Mirkin

Mesa (master): nv50/ir/gk110: presin/preex2 take their source at bit 23

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 72310869f02edce3d2b896659b45e2f882e05bbf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72310869f02edce3d2b896659b45e2f882e05bbf Author: Ilia Mirkin Date: Fri Mar 14 05:46:14 2014 -0400 nv50/ir/gk110: presin/preex2 take their source at bit 23 Sig

Mesa (gk110): nv50/ir/gk110: add postfactor support for fmul

2014-03-18 Thread Ilia Mirkin
Module: Mesa Branch: gk110 Commit: c8309cde30fe6829ed5d2eedbda2bd4dbde79418 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8309cde30fe6829ed5d2eedbda2bd4dbde79418 Author: Ilia Mirkin Date: Sat Mar 15 12:42:51 2014 -0400 nv50/ir/gk110: add postfactor support for fmul Signed-off-by: