search for: set_constants

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

Did you mean: getconstants
2017 Jul 07
0
Wine release 2.12
...SetPort. wsdapi: Implement IWSDUdpAddress_Get/SetMessageType. wsdapi: Implement IWSDUdpAddress_Get/SetSockAddr. wsdapi: Implement WSDXMLGetValueFromAny. wsdapi/tests: Add tests for WSDXMLGetValueFromAny. Paul Gofman (6): d3dx9: Remove redundant parameter size check in set_constants(). d3dx9: Get rid of constant's length checking for matrix in set_constants(). d3dx9: Move transpose 'if' outside of the inner loop in set_constants(). d3dx9: Check type and register count for sampler constants. d3dx9: Support arrays of samplers. d3dx9/test...
2017 Jun 23
0
Wine release 2.11
...Test IP address conversion in getaddrinfo. Paul Gofman (5): d3dx9: Introduce get_reg_components() helper function and use it instead of get_offset_reg() when appropriate. d3dx9: Add const qualifier to regstore_set_values() input data. d3dx9: Avoid casting each value separately in set_constants(). d3dx9: Add scalar and vector setting path to set_constants(). d3dx9/tests: Modify transpose boolean matrix test to reproduce the case of incomplete last row. Pierre Schweitzer (2): mpr: Properly handle the count set to -1 when enumerating connections. mpr: Don't stop...
2017 Jun 09
0
Wine release 2.10
...s() function. d3dx9/tests: Factor out test_effect_preshader_compare_pbool_consts() function. d3dx9/tests: Initialize boolean constants with the inverse of expected result. d3dx9/tests: Add tests for updating boolean matrices on CommitChanges. d3dx9: Remove redundant FIXME in set_constants(). Piotr Caban (4): winemac: Don't update clipboard if its content didn't change. include: Add __EXCEPT_CTX/__FINALLY_CTX macros. msvcrt: Use temp directory when creating file in tmpfile. msvcrt: Translate SEH exception on each call to __CxxFrameHandler (i386). Seb...
2004 Jul 31
3
Bug in new_work_item
Hi all, Windows 2000 Ruby 1.8.2 R7 VC++ 6.0 I noticed that if I try to call new_work_item and give the task a name that already exists, I get a segfault: C:\eclipse\workspace\win32-taskscheduler>ruby test.rb "0.1.0" test.rb:22:in `new_work_item'': NewWorkItem() function failed (Win32::TaskSchedul erError) from test.rb:22 test.rb:22: [BUG] Segmentation fault ruby