<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
This is a re-send. Since I have received no further comments I assume
this patch is ready for being committed.
<br>
<br>
-------- Mensaje original --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
 cellspacing="0">
  <tbody>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Asunto: </th>
      <td>d3dx9: Implementation of D3DXGetShaderSize and 3 tests 1/2
try2</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Fecha: </th>
      <td>Wed, 09 Apr 2008 12:49:19 +0200</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">De: </th>
      <td>Luis Busquets <a class="moz-txt-link-rfc2396E" href="mailto:luis.busquets@ilidium.com">&lt;luis.busquets@ilidium.com&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Para: </th>
      <td><a class="moz-txt-link-abbreviated" href="mailto:wine-patches@winehq.org">wine-patches@winehq.org</a></td>
    </tr>
  </tbody>
</table>
<br>
<br>
<pre>Implementation of D3DXGetShaderSize and 3 tests, adding all suggestions 
and the test for the NULL shader.

---
  dlls/d3dx9_36/Makefile.in       |    3 +-
  dlls/d3dx9_36/d3dx9_36.spec     |    2 +-
  dlls/d3dx9_36/shader.c          |   52 +++++++++++++++++++++++++++++++++
dlls/d3dx9_36/tests/Makefile.in |    3 +-
  dlls/d3dx9_36/tests/shader.c    |   60
+++++++++++++++++++++++++++++++++++++++
  5 files changed, 117 insertions(+), 3 deletions(-)
  create mode 100644 dlls/d3dx9_36/shader.c
  create mode 100644 dlls/d3dx9_36/tests/shader.c



</pre>
</body>
</html>