search for: 32x32

Displaying 20 results from an estimated 67 matches for "32x32".

Did you mean: 32_32
2009 Jul 18
2
GTA: Vice City, graphical issues
...during gameplay, there is nothing but a large grey rectangle and the sky texture. It's set in compatibility mode for Windows Vista. Here's a snippet of what's being repeated in the terminal: Code: fixme:d3d:context_check_fbo_status Color attachment 0: (0x1b5f888) WINED3DFMT_R5G6B5 32x32 fixme:d3d:context_check_fbo_status Depth attachment: (0x1b5f9f8) WINED3DFMT_D15S1 32x32 fixme:d3d:context_check_fbo_status FBO status GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT (0x8cd6) fixme:d3d:context_check_fbo_status Color attachment 0: (0x6514160) WINED3DFMT_R5G6B5 32x32 fixme:d3d:context_chec...
2006 Jun 20
1
An application's icon raise "Invalid ico file format" during setup
...se diring the setup I get the following error: --- err:menubuilder:ExtractFromICO Invalid ico file format err:menubuilder:InvokeShellLinker failed to fork and exec winshelllink --- The icon is obviously ok under Windows; it is a true-color icon composed by the following bitmaps: 16x16 24bit bitmap 32x32 24 bit bitmap 32x32 32 bit bitmap with antialiasing (shows smooth borders under WinXP) 48x48 32 bit bitmap with antialiasing (shows smooth borders under WinXP) You can download and try the setup from http://download.danea.it/demo/def2006demo09b.exe Is this a known problem of Wine or should I post...
2007 Oct 29
0
5 commits - data/icons
data/icons/16x16/Makefile.am | 3 +++ data/icons/22x22/Makefile.am | 3 +++ data/icons/24x24/Makefile.am | 3 +++ data/icons/32x32/Makefile.am | 3 +++ data/icons/48x48/Makefile.am | 3 +++ data/icons/scalable/Makefile.am | 3 +++ 6 files changed, 18 insertions(+) New commits: commit 797ff16e0578aff66902b701d7bd77351e6eb55d Merge: 6674b8f... 2586d9b... Author: Stephane Loeuillet <leroutier at gmail.com> D...
2008 Mar 26
1
[LLVMdev] Checked arithmetic
On Wed, 2008-03-26 at 15:47 +0100, Duncan Sands wrote: > can you really use condition codes for multiply and floating point? For scalar multiply, not really. What you *can* do is use the native multiply instruction that does (32x32)->(lower,upper), and then decide based on the upper 32 bits of the result whether you had a multiply-carry. Similarly for i-divide 64->(quotient,remainder). For floating point I am thinking about something else entirely. There is a NaN propagation mode specified in IEEE that lets you run a c...
2005 Aug 30
0
No subject
...onfig file trace:x11drv:x11drv_init_thread_data X display of IM = 0x3c024e48 trace:x11drv:x11drv_init_thread_data Using C locale of Input Method trace:x11drv:X11DRV_XF86DGA2_Init warn:x11drv:X11DRV_XF86DGA2_Init disabling XF86DGA2 (insufficient permissions?) trace:x11drv:X11DRV_CreateBitmap (0x54) 32x32 1 bpp trace:x11drv:X11DRV_CreateBitmap (0x58) 32x32 1 bpp trace:x11drv:X11DRV_GetBitmapBits (bmp=0x403898a0, buffer=0x403898f4, count=0x80) trace:x11drv:X11DRV_GetBitmapBits (bmp=0x40389858, buffer=0x40389974, count=0x80) trace:x11drv:X11DRV_CreateBitmap (0x5c) 32x32 1 bpp trace:x11drv:X11DRV_Cre...
2005 May 26
1
Speex on TI C6x, Problem with TI C5x Patch
...orking on C64x. >> By the way, the lsp.c change also fixes the TI C54x build, as expected. > > What do you mean? Before that, it worked on C55, but not C54? No, they have always produced the same results. The C54x seems to take about 5x as many cycles to do the task. I can see that 32x32 multiplies are being done by library calls rather than inline, so I will play with this a bit more. Others have used C54x successfully, so significant improvement is possible. - Jim Crichton
2007 Oct 19
0
4 commits - configure.ac data/.gitignore data/icons data/Makefile.am data/swfdec-gtk.pc.in data/swfdec.pc.in .gitignore Makefile.am player/swfplay.c swfdec-gtk.pc.in swfdec.pc.in
...nfigure.ac | 11 + data/.gitignore | 3 data/Makefile.am | 30 +++ data/icons/22x22/Makefile.am | 2 data/icons/22x22/swfdec.png |binary data/icons/24x24/Makefile.am | 2 data/icons/24x24/swfdec.png |binary data/icons/32x32/Makefile.am | 2 data/icons/32x32/swfdec.png |binary data/icons/48x48/Makefile.am | 2 data/icons/48x48/swfdec.png |binary data/icons/Makefile.am | 1 data/icons/scalable/Makefile.am | 2 data/icons/scalable/swfdec.svg | 320 +++++++++++++++++++++++++++++++...
2001 Jun 13
3
Wine installer
...6/share/icons/png/hicolor/all/big.wine.png /usr/X11R6/share/icons/png/hicolor/all/normal.wine.png /usr/X11R6/share/icons/png/hicolor/all/mini.wine.png /usr/X11R6/share/icons/png/hicolor/16x16/apps/wine_doc.png /usr/X11R6/share/icons/png/hicolor/16x16/apps/wine.png /usr/X11R6/share/icons/png/hicolor/32x32/apps/wine_doc.png /usr/X11R6/share/icons/png/hicolor/32x32/apps/wine.png /usr/X11R6/share/icons/png/hicolor/48x48/apps/wine_doc.png /usr/X11R6/share/icons/png/hicolor/48x48/apps/wine.png /usr/X11R6/share/icons/xpm/hicolor/all/normal.wine_doc.xpm /usr/X11R6/share/icons/xpm/hicolor/all/big.wine_doc.x...
2007 Oct 21
0
2 commits - AUTHORS configure.ac data/icons
...x16 and 22x22 diff --git a/configure.ac b/configure.ac index 04ada89..97d474b 100644 --- a/configure.ac +++ b/configure.ac @@ -319,6 +319,7 @@ AC_CONFIG_FILES( Makefile data/Makefile data/icons/Makefile +data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am new file mode 100644 index 0000000..a9625f1 --- /dev/null +++ b/data/icons/16x16/Makefile.am @@ -0,0 +1,2 @@ +icondir = $(datadir)/icons/hicolor/16x16/apps +icon_DATA = swfdec.png diff --git a/data/icons/16x16/swfdec....
2008 Mar 26
0
[LLVMdev] Checked arithmetic
Hi Shap, > > 4. Do arithmetic in a type with one more bit. For example, suppose you > > want to know if an i32 add "x+y" will overflow. Extend x and y to 33 > > bit integers, and do an i33 add. Inspect the upper bit to see if it > > overflowed. Truncate to 32 bits to get the result. Probably codegen > > can be taught to implement this as a 32 bit add +
2008 Jan 21
2
scriptaculous fade problem
Been googling trying to find a workaround, with no luck yet ... I hope y''all can help. My goal is to have a semi-transparent background screen on a DIV which will fade in and out over another DIV with a photo for a background. currently I have background-image: url(screen.png) which is a 32x32 PNG24 filled with white at 35% opacity. The problem is that as the div is fading-in, IE displays a 50% gray background for the DIV. As soon as the fade completes, the DIV is displayed properly. This makes for a lousy effect! In FF, everything is fine. Is there a better way to accomplish this effec...
2012 Mar 14
5
mouse glitch in fullscreen game (borderlands)
...0, depth 1, fCursor 1, flags 0x8040 trace:cursor:LoadCursorW (nil), #7f00 trace:cursor:CURSORICON_Load (nil), #7f00, 0x0, depth 1, fCursor 1, flags 0x8040 trace:cursor:CURSORICON_Load 0x7f89d5b50000, #0001, 16x16, depth 32, fCursor 0, flags 0x8000 trace:cursor:CURSORICON_Load 0x7f89d5b50000, #0001, 32x32, depth 32, fCursor 0, flags 0x8000 trace:cursor:CopyImage hnd=0x1002a, type=1, desiredx=16, desiredy=16, flags=4000 trace:cursor:CURSORICON_Load 0x7f89d5b50000, #0001, 16x16, depth 32, fCursor 0, flags 0x4000 trace:cursor:GetIconInfoExW 0x1002e => 16x16 trace:cursor:CopyImage hnd=0x1002c, type=1...
2008 Mar 26
2
[LLVMdev] Checked arithmetic
On Wed, 2008-03-26 at 15:07 +0100, Duncan Sands wrote: > 4. Do arithmetic in a type with one more bit. For example, suppose you > want to know if an i32 add "x+y" will overflow. Extend x and y to 33 > bit integers, and do an i33 add. Inspect the upper bit to see if it > overflowed. Truncate to 32 bits to get the result. Probably codegen > can be taught to implement
2003 May 20
2
mdct_backward with fused muladd?
...me at any resources that would explain how to optimize mdct_backward for a cpu with a fused multiply-accumute unit? >From what I understand from responses to my older postings, Tremor's mdct_backward could be rewritten to take advantage of a muladd. My target machine can do either two-wide 32x32 + Accum(64) -> Accum(64) integer muladd or eight-wide 16x16 + Accum(32) -> Accum(32) integer muladd or four-wide single-precision floating-point muladd. The tremor code seems to be much cleaner and more portable than the stock version for consoles (no double-precision math routines, compiles...
2004 Feb 04
0
wine-20040121 & starcraft, a collection of dumps
...ic/wine-c-drive/windows/Fonts" Fontconfig error: line 24: not well-formed (invalid token) Fontconfig error: Cannot load default config file trace:x11drv:X11DRV_XF86DGA2_Init warn:x11drv:X11DRV_XF86DGA2_Init disabling XF86DGA2 (insufficient permissions?) trace:x11drv:X11DRV_CreateBitmap (0x54) 32x32 1 bpp trace:x11drv:X11DRV_CreateBitmap (0x58) 32x32 1 bpp trace:x11drv:X11DRV_GetBitmapBits (bmp=0x40389610, buffer=0x40389664, count=0x80) trace:x11drv:X11DRV_GetBitmapBits (bmp=0x403895c8, buffer=0x403896e4, count=0x80) trace:x11drv:X11DRV_CreateBitmap (0x5c) 32x32 1 bpp trace:x11drv:X11DRV_Cre...
2020 Jul 05
8
[RFC] carry-less multiplication instruction
...withclmulis branchless tracking of quotedstrings in high-performance parsers. [16]</p><p>Carry-less multiply can also be used to implement Erasure code efficiently. [14]</p><p>==clmul lowering without hardware support==<br />A 8x8=>16 clmul can also be lowered to a 32x32=>64 multiplication when there is no specialized instruction (also 15x15=>30, to a 60x60=>120, or if bitreverse is available 16x16=>32 to TWO 64x64=>64 multiplications)[3].</p><p>[1] <a href="https://en.wikipedia.org/wiki/Carry-less_product">https://en.wiki...
2009 Aug 17
2
[PATCH] kms: Fix <nv11 hardware cursor.
...dif .destroy = NULL, /* XXX */ }; diff --git a/src/nouveau_hw.h b/src/nouveau_hw.h index a548a4c..aa2a3b4 100644 --- a/src/nouveau_hw.h +++ b/src/nouveau_hw.h @@ -287,6 +287,23 @@ static inline bool NVLockVgaCrtcs(NVPtr pNv, bool lock) return waslocked; } +/* nv04 cursor max dimensions of 32x32 (A1R5G5B5) */ +#define NV04_CURSOR_SIZE 32 +/* limit nv10 cursors to 64x64 (ARGB8) (we could go to 64x255) */ +#define NV10_CURSOR_SIZE 64 + +static inline int nv_cursor_width(NVPtr pNv) +{ + return pNv->NVArch >= 0x10 ? NV10_CURSOR_SIZE : NV04_CURSOR_SIZE; +} + +static inline int nv_cursor_p...
2017 Apr 11
2
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...ech file may also change the speed results. > 1) In calc_state(), rather than splitting the multiply in two > instructions, you may be able to simply shift the warping left 16 bits, > then use the Neon instruction that does a*b>>32 (i.e. the one that > computes the top bits of a 32x32 multiply) > Done. > 2) If the problem is with the movs at the end of each iteration, then > you should be able to get rid of them by unrolling by a factor of two. > We did this previously and get some gains, but the code size is much bigger. So we abandoned. Tested again on the new...
2007 Mar 19
4
exec: 29: /usr/bin/wine: not found
Hi, I?ve installed wine on Ubuntu 6.10 64bit using the following guide : http://www.ubuntuforums.org/showthread.php?t=185557 but, when I type winecfg in Terminal I get the following error : exec: 29: /usr/bin/wine: not found Dunno if it may help, but here?s a terminal shot of when wine was getting installed. matt@ubuntu:~/Desktop$ dpkg -x lib libartsc0_1.3.2-3_amd64.deb
2012 Apr 17
1
command line perl tool to create ogg/Vorbis picture comments
...comment startfile.ogg newfile.ogg -a -c sample.tag the other options are block64 (just the block as before) and blockraw (don't 64bit encode) -type, can be numeric, or I've come up with some short-names for the different entries that you can specify instead. FileIconSmall is restricted to 32x32 png, this is enforced. Shortcomings: * Doesn't do the "->" mode. * Doesn't provide the palette count, I haven't tried to figure that out. * For JPEG finds bit depth as bits per sample * channel count. This might not be correct. * Haven't made certain the description ha...