OSDN Git Service

Cell: pass pointers to stored memory values
authorIan Romanick <idr@us.ibm.com>
Fri, 15 Feb 2008 00:53:05 +0000 (16:53 -0800)
committerIan Romanick <idr@us.ibm.com>
Fri, 15 Feb 2008 00:53:05 +0000 (16:53 -0800)
commit18fd3b757166c1c63284dc08f6dfd9e2061770be
tree24faaeb8e98e1835be7e80cd19a8b0023ba9f944
parentf1257fd7944c5b62a07cecf0608e63ec7a947706
Cell: pass pointers to stored memory values

Several routines use shuffle patterns that are stored in memory.  For
code gen, it is difficult to directly access the data segments.  The
routines have been modified to be passed a pointer to a global table
of shuffle patterns.

This *should* be the last change to this file before switching over to
code gen.
src/mesa/pipe/cell/spu/spu_vertex_fetch.c
src/mesa/pipe/cell/spu/spu_vertex_shader.h