search for: _precise

Displaying 7 results from an estimated 7 matches for "_precise".

Did you mean: precise
2017 Jun 11
0
[RFC 5/9] tgsi/text: parse _PRECISE modifier
...+ *precise = 0; return TRUE; } @@ -1015,8 +1017,15 @@ match_inst(const char **pcur, if (str_match_nocase_whole(&cur, "_SAT")) { *pcur = cur; *saturate = 1; - return TRUE; } + + if (str_match_nocase_whole(&cur, "_PRECISE")) { + *pcur = cur; + *precise = 1; + } + + if (*precise || *saturate) + return TRUE; } return FALSE; @@ -1029,6 +1038,7 @@ parse_instruction( { uint i; uint saturate = 0; + uint precise = 0; const struct tgsi_opcode_info *info; st...
2017 Jun 12
3
[Mesa-dev] [RFC 0/9] Add precise/invariant semantics to TGSI
...a? > > Sent a suggestion, as well as comments on patches 4 & 5. Patches 1 & 2: > > Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com> > > >> >> Karol Herbst (9): >> tgsi: add precise flag to tgsi_instruction >> tgsi/dump: print _PRECISE modifier on Instrutions >> st/glsl_to_tgsi: handle precise modifier >> tgsi: populate precise >> tgsi/text: parse _PRECISE modifier >> nv50/ir: add precise field to Instruction >> nv50/ir/tgsi: handle precise for most ALU instructions >> nv50/ir...
2017 Jun 12
0
[Mesa-dev] [RFC 0/9] Add precise/invariant semantics to TGSI
...this. Maybe somebody of you has a better idea? Sent a suggestion, as well as comments on patches 4 & 5. Patches 1 & 2: Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com> > > Karol Herbst (9): > tgsi: add precise flag to tgsi_instruction > tgsi/dump: print _PRECISE modifier on Instrutions > st/glsl_to_tgsi: handle precise modifier > tgsi: populate precise > tgsi/text: parse _PRECISE modifier > nv50/ir: add precise field to Instruction > nv50/ir/tgsi: handle precise for most ALU instructions > nv50/ir: disable mul+add to mad...
2017 Jun 13
0
[Mesa-dev] [RFC 0/9] Add precise/invariant semantics to TGSI
...on, as well as comments on patches 4 & 5. Patches 1 & 2: >> >> Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com> >> >> >>> >>> Karol Herbst (9): >>> tgsi: add precise flag to tgsi_instruction >>> tgsi/dump: print _PRECISE modifier on Instrutions >>> st/glsl_to_tgsi: handle precise modifier >>> tgsi: populate precise >>> tgsi/text: parse _PRECISE modifier >>> nv50/ir: add precise field to Instruction >>> nv50/ir/tgsi: handle precise for most ALU instructions...
2017 Jun 11
14
[RFC 0/9] Add precise/invariant semantics to TGSI
...ly dislike how I tell glsl_to_tgsi_visitor to apply the precise flag on instruction emited in ir_assignment->rhs->accept(); but I found no other easy way to handle this. Maybe somebody of you has a better idea? Karol Herbst (9): tgsi: add precise flag to tgsi_instruction tgsi/dump: print _PRECISE modifier on Instrutions st/glsl_to_tgsi: handle precise modifier tgsi: populate precise tgsi/text: parse _PRECISE modifier nv50/ir: add precise field to Instruction nv50/ir/tgsi: handle precise for most ALU instructions nv50/ir: disable mul+add to mad for precise instructions nv50/ir/...
2014 Jan 10
0
Wine release 1.6.2
...eated by 64bit wine 30745 GOG.com version of Soulbringer crashes on startup (GetModuleHandleExW needs to support GET_MODULE_HANDLE_EX_FLAG_PIN) 32658 Certain games on Steam crash on start in xinput1_3 (in-game overlay enabled) 33799 Wargame: Airland Battle needs msvcr110.dll._libm_sse2_atan_precise 33963 WINE Wordpad crashes when selecting text from line end to line start 34034 Locale settings broke shader program generator. 34051 Low FPS with winemac driver in Unreal Tournament GOTY 34055 Textures missing in Age of Empires II: Steam 34387 TreeSize Free: help window won't o...
2013 Oct 25
0
Wine release 1.7.5
...nknown Error" with Mono (mscoree CLR v4 shim needs CreateInterface) 33384 Basic WPF applications using .NET 3.5 WPF fails to handle images (windowscodecs {7543696a-bc8d-46b0-5f81-8d95728972be} = IMILBitmapSource unsupported) 33799 Wargame: Airland Battle needs msvcr110.dll._libm_sse2_atan_precise 34432 installer of iTudou needs atl90 34472 window titlebar names 34475 Fullscreen Window scaling issue (MacDriver) 34502 __unDName doesn't use flags UNDNAME_NO_LEADING_UNDERSCORES and UNDNAME_NO_MS_KEYWORDS for "__ptr64" 34503 __unDName doesn't support flag UNDNAME...