search for: resz

Displaying 12 results from an estimated 12 matches for "resz".

Did you mean: rest
2007 May 28
3
MiniMagick... Core Dump when Reszing Images?
Hi, I''m using Mini Magick and that attachment_fu plugin to resize images that the user uploads. Everything looks okay in my code, but I get a core dump every time an image is uploaded. The file successfully posts to the application, I can see that the original file gets copied into the folder correctly. It appears that it dumps immediately after that. I''m using Mongrel behind
2010 Jan 29
2
[LLVMdev] 64bit MRV problem: { float, float, float} -> { double, float }
...be unable to remove this kind of code (in more complex functions of course) even though it gets inlined and optimized. I end up with functions like this one: define void @xyz(float %aX, float %aY, float %aZ, float* noalias nocapture %resX, float* noalias nocapture %resY, float* noalias nocapture %resZ) nounwind { entry: %0 = fadd float %aZ, 5.000000e-01 ; <float> [#uses=1] %1 = fadd float %aY, 5.000000e-01 ; <float> [#uses=1] %2 = fadd float %aX, 5.000000e-01 ; <float> [#uses=1] %tmp16.i.i = bitcast float %1 to i32 ; <i32> [#u...
2010 Jan 29
0
[LLVMdev] 64bit MRV problem: { float, float, float} -> { double, float }
...ptimizers to turn this at least into %tmp8 = bitcast double %a.0 to i64 %tmp2 = lshr i64 %tmp8, 32 %tmp3 = bitcast i32 %tmp2 to float > define void @xyz(float %aX, float %aY, float %aZ, float* noalias > nocapture %resX, float* noalias nocapture %resY, float* noalias > nocapture %resZ) nounwind { > entry: > %0 = fadd float %aZ, 5.000000e-01 ; <float> [#uses=1] > %1 = fadd float %aY, 5.000000e-01 ; <float> [#uses=1] > %2 = fadd float %aX, 5.000000e-01 ; <float> [#uses=1] > %tmp16.i.i = bitcast float %1 to i32...
2010 Dec 30
2
WoW stops working all of a sudden
...recognized (0x5a574152) in the format lookup table fixme:d3d:debug_d3dformat Unrecognized 0x5a574152 (as fourcc: RAWZ) WINED3DFORMAT! fixme:d3d:wined3d_get_format Can't find format unrecognized (0x5a574152) in the format lookup table fixme:d3d:debug_d3dformat Unrecognized 0x5a534552 (as fourcc: RESZ) WINED3DFORMAT! fixme:d3d:wined3d_get_format Can't find format unrecognized (0x5a534552) in the format lookup table fixme:d3d:debug_d3dformat Unrecognized 0x5a534552 (as fourcc: RESZ) WINED3DFORMAT! fixme:d3d:wined3d_get_format Can't find format unrecognized (0x5a534552) in the format looku...
2010 Jan 25
0
[LLVMdev] 64bit MRV problem: { float, float, float} -> { double, float }
Hi Ralf, > I do not understand why this behaviour is required. What is the problem > in having a function receive a single struct-parameter with three floats > compared to two scalar parameters? > > source-code (C++): > struct Test3Float { float a, b, c; }; > void test(Test3Float param, Test3Float* result) { ... } if you compile this with GCC, you will see that it too
2010 Jan 25
2
[LLVMdev] 64bit MRV problem: { float, float, float} -> { double, float }
Uh, sorry, did not pay attention where I was replying ;) Hey Duncan, I do not understand why this behaviour is required. What is the problem in having a function receive a single struct-parameter with three floats compared to two scalar parameters? source-code (C++): struct Test3Float { float a, b, c; }; void test(Test3Float param, Test3Float* result) { ... } bitcode:
2011 Sep 14
2
Hard Reset Demo doesn't render textures
...recognized (0x5a574152) in the format lookup table fixme:d3d:debug_d3dformat Unrecognized 0x31495441 (as fourcc: ATI1) WINED3DFORMAT! fixme:d3d:wined3d_get_format Can't find format unrecognized (0x31495441) in the format lookup table fixme:d3d:debug_d3dformat Unrecognized 0x5a534552 (as fourcc: RESZ) WINED3DFORMAT! fixme:d3d:wined3d_get_format Can't find format unrecognized (0x5a534552) in the format lookup table fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats fixme:d3d:resource_check_usage Unhandled usage flags 0x8. fixme:d3d:resource_ch...
2008 Jul 17
2
Java memory allocation in guest domain with mem and max-mem properties
Hi, I''ve tried to search the list archives but I didn''t found anything about this and I''m experiencing some problems I need to solve quickly so here follows my question and related doubts. * The configuration I''ve an 8GB equipped with 2 dual core xeon cpus server running CentOS 5.1 (x64) and xen 3.0.3-41.el5 on kernel 2.6.18-53 I''m running 4 DomU
2011 Apr 21
12
Tropico 3 Demo Graphics Problem - People are not visible
...e: fixme:win:EnumDisplayDevicesW ((null),0,0x32f384,0x00000000), stub! fixme:imagehlp:ImageLoad (C:\Program Files\Kalypso\Tropico 3 Demo\Tropico3 Demo.exe, (null)): stub fixme:win:EnumDisplayDevicesW ((null),0,0x32f384,0x00000000), stub! fixme:d3d:debug_d3dformat Unrecognized 0x5a534552 (as fourcc: RESZ) WINED3DFORMAT! fixme:d3d:wined3d_get_format Can't find format unrecognized (0x5a534552) in the format lookup table fixme:win:EnumDisplayDevicesW ((null),0,0x32ee44,0x00000000), stub! fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats err:ole:CoC...
2012 Jan 27
1
Wine release 1.4-rc1
...aracter size, not bytes. Matteo Bruni (8): wined3d: Dirtify STATE_FRAMEBUFFER after a FBO depth blit. d3d9/tests: Add a multisampled -> not multisampled depth buffer blit test. d3d8/tests: Test a multisampled -> not multisampled depth buffer copy. d3d9/tests: Add some RESZ tests. d3d8/tests: Add some RESZ tests. wined3d: SM1 texture projection always divides by w when there is a vertex shader set. ddraw: Accept pointers to wrong IDirectDrawSurface versions. winex11: Don't put the GL drawable offscreen. Michael Stefaniuc (18): dsound...
2011 Jun 21
0
Attempting to boot Unity3D
...recognized (0x34324644) in the format lookup table fixme:d3d:debug_d3dformat Unrecognized 0x5a574152 (as fourcc: RAWZ) WINED3DFORMAT! fixme:d3d:wined3d_get_format Can't find format unrecognized (0x5a574152) in the format lookup table fixme:d3d:debug_d3dformat Unrecognized 0x5a534552 (as fourcc: RESZ) WINED3DFORMAT! fixme:d3d:wined3d_get_format Can't find format unrecognized (0x5a534552) in the format lookup table fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats fixme:d3d:query_init Unhandled query type 0x6. fixme:toolhelp:CreateToolhelp32S...
2013 Mar 01
0
Wine release 1.5.25
...nt ClipCursor(). Marcus Meissner (2): kernel32: Use the correct pointer size in atl thunk (Coverity). ole32: Free *ppszProgID on error path (Coverity). Matteo Bruni (2): wined3d: Make (wined3d_)surface_depth_blt_fbo handle locations other than SFLAG_INTEXTURE. wined3d: Add RESZ support. Michael Stefaniuc (10): Revert "dsound/tests: Primary and secondary buffers use the same IDirectSoundBuffer vtbl.". mshtml: Fix copy and paste error. ddraw/tests: Simplify some equality comparisons between bools. shell32: COM clean up for the inner IUnkno...