search for: pcontext

Displaying 13 results from an estimated 13 matches for "pcontext".

Did you mean: context
2014 Nov 27
0
[Mesa-dev] [RFC] tegra: Initial support
...#include "util/u_debug.h" > +#include "util/u_inlines.h" > + > +#include "tegra/tegra_context.h" > +#include "tegra/tegra_resource.h" > +#include "tegra/tegra_screen.h" > + > +static void > +tegra_destroy(struct pipe_context *pcontext) > +{ > + struct tegra_context *context = to_tegra_context(pcontext); > + > + context->gpu->destroy(context->gpu); > + free(context); > +} > + > +static void > +tegra_draw_vbo(struct pipe_context *pcontext, > + const struct pipe_...
2014 Nov 27
7
[RFC] tegra: Initial support
...E. + */ + +#include <stdlib.h> + +#include "util/u_debug.h" +#include "util/u_inlines.h" + +#include "tegra/tegra_context.h" +#include "tegra/tegra_resource.h" +#include "tegra/tegra_screen.h" + +static void +tegra_destroy(struct pipe_context *pcontext) +{ + struct tegra_context *context = to_tegra_context(pcontext); + + context->gpu->destroy(context->gpu); + free(context); +} + +static void +tegra_draw_vbo(struct pipe_context *pcontext, + const struct pipe_draw_info *pinfo) +{ + struct tegra_context *context = to_tegra_context(pc...
2007 Nov 04
0
7 commits - libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_field_movie_html.c
...+ +static void +swfdec_text_field_movie_attr_list_get_ascent_descent (PangoAttrList *attr_list, + guint pos, int *ascent, int *descent) +{ + PangoAttrIterator *attr_iter; + PangoFontDescription *desc; + PangoFontMap *fontmap; + PangoFont *font; + PangoFontMetrics *metrics; + PangoContext *pcontext; + int end; + + if (ascent != NULL) + *ascent = 0; + if (descent != NULL) + *descent = 0; + + g_return_if_fail (attr_list != NULL); + + attr_iter = pango_attr_list_get_iterator (attr_list); + pango_attr_iterator_range (attr_iter, NULL, &end); + while ((guint)end < pos &&...
2018 Apr 23
4
Find/delete bad DNS Entry
...and : 0x4002 (16386) 0x02: DCERPC_SEC_VT_COMMAND_ENUM (2) 1: DCERPC_SEC_VT_COMMAND_END 0: DCERPC_SEC_VT_MUST_PROCESS u : union dcerpc_sec_vt_union(case 0x2) pcontext: struct dcerpc_sec_vt_pcontext abstract_syntax: struct ndr_syntax_id uuid : 50abc2a4-574d-40b3-9d66-ee4fd5fba076 if_version : 0x00000005 (5) transfer_syntax: struct ndr_synt...
2018 Apr 24
0
Find/delete bad DNS Entry
...0x02: DCERPC_SEC_VT_COMMAND_ENUM (2) > > 1: DCERPC_SEC_VT_COMMAND_END > > 0: DCERPC_SEC_VT_MUST_PROCESS > > u : union dcerpc_sec_vt_union(case > 0x2) > > pcontext: struct dcerpc_sec_vt_pcontext > > abstract_syntax: struct ndr_syntax_id > > uuid : > 50abc2a4-574d-40b3-9d66-ee4fd5fba076 > > if_version : 0x00000005 (5) > >...
2018 Apr 25
2
Find/delete bad DNS Entry
...0x02: DCERPC_SEC_VT_COMMAND_ENUM (2) > > 1: DCERPC_SEC_VT_COMMAND_END > > 0: DCERPC_SEC_VT_MUST_PROCESS > > u : union dcerpc_sec_vt_union(case > 0x2) > > pcontext: struct dcerpc_sec_vt_pcontext > > abstract_syntax: struct ndr_syntax_id > > uuid : > 50abc2a4-574d-40b3-9d66-ee4fd5fba076 > > if_version : 0x00000005 (5) > >...
2020 Feb 11
0
New DNS-Records not aviable
...4002 (16386) > 0x02: DCERPC_SEC_VT_COMMAND_ENUM (2) > 1: DCERPC_SEC_VT_COMMAND_END > 0: DCERPC_SEC_VT_MUST_PROCESS > u : union > dcerpc_sec_vt_union(case 0x2) > pcontext: struct dcerpc_sec_vt_pcontext > abstract_syntax: struct ndr_syntax_id > uuid : > 50abc2a4-574d-40b3-9d66-ee4fd5fba076 > if_version : 0x00000005 (5) > transfer_sy...
2020 Feb 10
4
New DNS-Records not aviable
Hai Christian, > Can someone reproduce this? No, tried, but sorry, works fine for me on my 4.11.6 server. And what is you try it like this. samba-tool dns add dc1.zone1.domain.de 0.168.192.in-addr.arpa 157 PTR zone1.domain.de -U Administrator samba-tool dns add dc1.zone1.domain.de 1.168.192.in-addr.arpa 157 PTR zone2.domain.de -U Administrator I tested on my production where i have 6
2020 Jun 19
0
Wine release 5.11
...e support for PPC32. winetest: Remove support for PPC32. libport: Remove support for PPC32. dbghelp: Remove support for PPC32. kernel32/tests: Remove support for PPC32. setupapi: Remove support for PPC32. include: Add else cases for __cdecl. include: Define PCONTEXT for all architectures. winemenubuilder: Change blacklist to a more neutral word. winevulkan: Change blacklist to a more neutral word. krnl386.exe16: Simply clean a comment from master/slave. winex11.drv: Change slave to a more neutral word. ntdll: Change master/slave t...
2016 Aug 11
0
net ads testjoin OK, net rpc testjoin fails
...command : 0x4002 (16386) 0x02: DCERPC_SEC_VT_COMMAND_ENUM (2) 1: DCERPC_SEC_VT_COMMAND_END 0: DCERPC_SEC_VT_MUST_PROCESS u : union dcerpc_sec_vt_union(case 0x2) pcontext: struct dcerpc_sec_vt_pcontext abstract_syntax: struct ndr_syntax_id uuid : 12345678-1234-abcd-ef00-01234567cffb if_version : 0x00000001 (1) transfer_syntax: struct ndr_syntax_i...
2009 Oct 09
0
Wine release 1.1.31
...msxml3: Store xmlnode pointer in entityref. msxml3: Store xmlnode pointer in dom_pi. msxml3: Get rid of node internal IUnknown. mshtml: Return HTMLDocumentNode object in ScriptHost::QueryService for SID_SInternetHostSecurityManager. urlmon: Correctly handle pPolicy and pContext arguments in ProcessUrlAction. mshtml: Added IInternetHostSecurity::ProcessUrlAction implementation. urlmon: Improve QueryCustomPolicy stub. urlmon: Added support for URLACTION_ACTIVEX_OVERRIDE_SCRIPT_SAFETY. mshtml: Added QueryCustomPolicy implementation. mshtml.idl:...
2013 Jun 30
0
[PATCH v2] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...} else diff --git a/src/gallium/drivers/nv50/nv50_resource.h b/src/gallium/drivers/nv50/nv50_resource.h index 6b92463..c520a72 100644 --- a/src/gallium/drivers/nv50/nv50_resource.h +++ b/src/gallium/drivers/nv50/nv50_resource.h @@ -16,6 +16,7 @@ nv50_init_resource_functions(struct pipe_context *pcontext); void nv50_screen_init_resource_functions(struct pipe_screen *pscreen); +#define NV50_RESOURCE_FLAG_VIDEO (NOUVEAU_RESOURCE_FLAG_DRV_PRIV << 0) #define NV50_TILE_SHIFT_X(m) 6 #define NV50_TILE_SHIFT_Y(m) ((((m) >> 4) & 0xf) + 2) diff --git a/src/gallium/drivers/nv50/nv50_sc...
2013 Jun 27
4
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...} else diff --git a/src/gallium/drivers/nv50/nv50_resource.h b/src/gallium/drivers/nv50/nv50_resource.h index 6b92463..c520a72 100644 --- a/src/gallium/drivers/nv50/nv50_resource.h +++ b/src/gallium/drivers/nv50/nv50_resource.h @@ -16,6 +16,7 @@ nv50_init_resource_functions(struct pipe_context *pcontext); void nv50_screen_init_resource_functions(struct pipe_screen *pscreen); +#define NV50_RESOURCE_FLAG_VIDEO (NOUVEAU_RESOURCE_FLAG_DRV_PRIV << 0) #define NV50_TILE_SHIFT_X(m) 6 #define NV50_TILE_SHIFT_Y(m) ((((m) >> 4) & 0xf) + 2) diff --git a/src/gallium/drivers/nv50/nv50_sc...