search for: wersja

Displaying 4 results from an estimated 4 matches for "wersja".

2009 Dec 21
2
[PATCH 1/2] Unreference state/buffer objects on context/screen destruction
- unreference state objects so that buffer objects are unreferenced and eventually destroyed - free channel at screen's destruction Index: nv50/nv50_screen.c =================================================================== --- nv50/nv50_screen.c (wersja 32083) +++ nv50/nv50_screen.c (kopia robocza) @@ -162,7 +162,22 @@ nv50_screen_destroy(struct pipe_screen *pscreen) { struct nv50_screen *screen = nv50_screen(pscreen); + unsigned i; + for (i = 0; i < 2; i++) { + if (screen->constbuf_parm[i]) + nouveau_bo_ref(N...
2009 Dec 21
1
Clean up of nv40_context->state.hw and nv40_screen->state
...e to buffer objects, the buffer objects themselves are not unreferenced as well (for example color buffer or z buffer). In order to clean those references I applied the following changes: Index: nv40_screen.c =================================================================== --- nv40_screen.c (wersja 32083) +++ nv40_screen.c (kopia robocza) @@ -140,7 +140,13 @@ nv40_screen_destroy(struct pipe_screen *pscreen) { struct nv40_screen *screen = nv40_screen(pscreen); + unsigned i; + for (i = 0; i < NV40_STATE_MAX; i++) { + if (screen->state[i]) + so_ref(NULL, &am...
2012 Nov 08
1
[Samba 4rc1] no ping to domain clients
...no host like that. Funny becouse domain works ok. Is it proper behaviour? I need it to remotely shutdown computeres with windows shutdown command, enabled it already via gpo and discovered that it is impossible becouse samba internal dns does not answer with proper local ips. Any idea? -- Nowa wersja Sweet Home 3D! http://www.sweethome3d.eu/pl/index.jsp
2014 Jul 07
1
[PATH] expire plugins segfault with misconfigured dict
dovecot 2.2.13 With configuration like plugin { expire_dict = blblbla } expiere plugins segfaults during deinit. It might also segfault if the dict service was unavaiable. attached bellow is a diff against 2.2.13 Jul 7 14:51:11 dovecot1 dovecot: lmtp(10548, lazy): Error: expire plugin: dict_init(blblbla) failed: Dictionary URI is missing ':': blblbla Jul 7 14:51:11 dovecot1