Displaying 5 results from an estimated 5 matches for "figre".
Did you mean:
figure
2006 Apr 22
6
nOOb question: How to use find_all with form input data
Hello,
I''m having a problem utilizing the find_all method with a value from a
form. I keep getting the following error:
Mysql::Error: #42S22Unknown column ''category_id11'' in ''where clause'':
SELECT * FROM items WHERE (category_id11)
The controller seems to be getting the correct data, but my key and
value seem to be mashed together(it''s
2002 Aug 25
0
strange: failing upload of special profile-dirs
...= yes
wide links = yes
veto files = /*.exe/*.com/*.bat
locking = yes
nt acl support = no
Maybe this problem has been talked about before, but I didn't know what
exactly to search for...
Can anyone figre out what all of this does mean?
than you and
greetz,
tony.n
2010 Jan 18
0
[PATCH] nv04-nv40: Rewrite and unify miptree and transfer code
...uct nv04_miptree *)zeta->base.texture;
+ nv10->zeta = nv10mt->bo;
}
BEGIN_RING(chan, celsius, NV10TCL_RT_HORIZ, 3);
@@ -290,7 +290,7 @@ nv10_emit_hw_state(struct nv10_context *nv10)
*/
/* Render target */
- rt_bo = nouveau_bo(nv10->rt[0]);
+ rt_bo = nv10->rt[0];
// XXX figre out who's who for NV10TCL_DMA_* and fill accordingly
// BEGIN_RING(chan, celsius, NV10TCL_DMA_COLOR0, 1);
// OUT_RELOCo(chan, rt_bo, NOUVEAU_BO_VRAM | NOUVEAU_BO_WR);
@@ -298,7 +298,7 @@ nv10_emit_hw_state(struct nv10_context *nv10)
OUT_RELOCl(chan, rt_bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_WR...
2010 Jan 18
0
[PATCH] nv04-nv40: Rewrite and unify miptree and transfer code (v2)
...uct nv04_miptree *)zeta->base.texture;
+ nv10->zeta = nv10mt->bo;
}
BEGIN_RING(chan, celsius, NV10TCL_RT_HORIZ, 3);
@@ -290,7 +290,7 @@ nv10_emit_hw_state(struct nv10_context *nv10)
*/
/* Render target */
- rt_bo = nouveau_bo(nv10->rt[0]);
+ rt_bo = nv10->rt[0];
// XXX figre out who's who for NV10TCL_DMA_* and fill accordingly
// BEGIN_RING(chan, celsius, NV10TCL_DMA_COLOR0, 1);
// OUT_RELOCo(chan, rt_bo, NOUVEAU_BO_VRAM | NOUVEAU_BO_WR);
@@ -298,7 +298,7 @@ nv10_emit_hw_state(struct nv10_context *nv10)
OUT_RELOCl(chan, rt_bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_WR...
2009 Dec 30
4
[PATCH 1/3] nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped
- This avoids problematic "reloc'ed while mapped" messages and
some associated corruption as well.
Signed-off-by: Maarten Maathuis <madman2003 at gmail.com>
---
src/gallium/drivers/nouveau/nouveau_screen.c | 21 +++++++++++++++++++++
src/gallium/drivers/nouveau/nouveau_screen.h | 3 +++
src/gallium/drivers/nouveau/nouveau_stateobj.h | 13 +++++++++++++