Displaying 5 results from an estimated 5 matches for "texsubimag".
Did you mean:
texsubimage
2009 Dec 30
2
[PATCH] Fix glTexSubImage on swizzled surfaces on <=NV40
...coordinates.
This also allows us to avoid computing swizzled addresses on the CPU.
This fixes progs/demos/ray and doesn't seem to introduce problems.
Patch is for all <=NV40 cards, but tested on NV40 only.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: texsubimage.patch
Type: text/x-diff
Size: 17148 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/nouveau/attachments/20091230/b54543ad/attachment-0001.patch
2013 Oct 04
1
[PATCH] nouveau_vieux: add AllocTextureImageBuffer implementation
...ntext *ctx, GLuint dims,
&ctx->Unpack, GL_TRUE);
}
+static GLboolean
+nouveau_teximage_alloc(struct gl_context *ctx, struct gl_texture_image *ti)
+{
+ nouveau_teximage(ctx, 3, ti, 0, 0, 0, NULL,
+ &ctx->DefaultPacking, GL_FALSE);
+ return GL_TRUE;
+}
+
static void
nouveau_texsubimage(struct gl_context *ctx, GLint dims,
struct gl_texture_image *ti,
@@ -634,6 +642,7 @@ nouveau_texture_functions_init(struct dd_function_table *functions)
functions->DeleteTexture = nouveau_texture_free;
functions->NewTextureImage = nouveau_teximage_new;
functions->FreeTextureI...
2012 Jul 06
0
[PATCH] dri/nouveau: Add AllocTextureImageBuffer() implementation
...teximage_free;
+ functions->AllocTextureImageBuffer = nouveau_alloc_texture_image_buffer;
+ functions->FreeTextureImageBuffer = nouveau_free_texture_image_buffer;
functions->ChooseTextureFormat = nouveau_choose_tex_format;
functions->TexImage = nouveau_teximage_123d;
functions->TexSubImage = nouveau_texsubimage_123d;
--
1.7.8.6
2012 Apr 06
1
[WIP PATCH] dri/nouveau: Add S3TC support for nv20.
---
Hi,
this is still WIP, but already passes piglit's s3tc-teximage, s3tc-texsubimage and fbo-generatemipmap-formats(s3tc tests)
and even Wolfenstein:Enemy-Territory works on my nv25. It's based on Ben's newlib branch. I have few issues though:
1) So far it needs libtxc_dxtn, but I might expose the s3tc extensions even without encoder using driconf option -
Is that desir...
2017 Jan 05
1
[Bug 99282] New: KDE kontact crashes always
...0x7f21067fc700 (LWP 6603)):
[KCrash Handler]
#6 0x00007f214d47c22f in pushbuf_kref () from /lib64/libdrm_nouveau.so.2
#7 0x00007f214d47c8b9 in pushbuf_validate () from /lib64/libdrm_nouveau.so.2
#8 0x00007f214e0b1dc3 in nv50_blit () from /usr/lib64/dri/nouveau_dri.so
#9 0x00007f214dcc67f7 in st_TexSubImage () from /usr/lib64/dri/nouveau_dri.so
#10 0x00007f214dc4b5db in _mesa_texture_sub_image () from
/usr/lib64/dri/nouveau_dri.so
#11 0x00007f214dc4b846 in texsubimage () from /usr/lib64/dri/nouveau_dri.so
#12 0x00007f214dc4bc68 in _mesa_TexSubImage2D () from
/usr/lib64/dri/nouveau_dri.so
#13 0x00007f...