search for: sprite

Displaying 20 results from an estimated 178 matches for "sprite".

2014 Sep 01
2
[LLVMdev] Problem linking and JITing code through C++-API
...#include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Support/system_error.h" #include "llvm/Support/TargetSelect.h" #include "llvm/Transforms/IPO.h" #include "llvm/Transforms/Scalar.h" #include "sprite/compiler.hpp" #include "sprite/config.hpp" #include "sprite/curryinput.hpp" #include "sprite/icurry_parser.hpp" namespace { std::string dirname(std::string const & path) { size_t const pos = path.find_last_of("/"); return path.substr(0,...
2014 Sep 02
2
[LLVMdev] Problem linking and JITing code through C++-API
...lvm::JIT::jitTheFunction(llvm::Function*, llvm::MutexGuard const&) () #23 0x00000000006fe8fa in llvm::JIT::runJITOnFunctionUnlocked(llvm::Function*, llvm::MutexGuard const&) () #24 0x00000000006fead2 in llvm::JIT::getPointerToFunction(llvm::Function*) () #25 0x00000000004285e7 in main () at sprite.cpp:172 (gdb) x/10i $pc => 0x7565f0 <_ZNK4llvm20MachineJumpTableInfo12getEntrySizeERKNS_10DataLayoutE>: cmpl $0x5,(%rdi) 0x7565f3 <_ZNK4llvm20MachineJumpTableInfo12getEntrySizeERKNS_10DataLayoutE+3>: mov (%rdi),%edx 0x7565f5 <_ZNK4llvm20MachineJumpTableInfo12getEn...
2014 Sep 08
2
[LLVMdev] Problem linking and JITing code through C++-API
...tion*, > llvm::MutexGuard const&) () > #23 0x00000000006fe8fa in > llvm::JIT::runJITOnFunctionUnlocked(llvm::Function*, llvm::MutexGuard > const&) () > #24 0x00000000006fead2 in llvm::JIT::getPointerToFunction(llvm::Function*) > () > #25 0x00000000004285e7 in main () at sprite.cpp:172 > (gdb) x/10i $pc > => 0x7565f0 > <_ZNK4llvm20MachineJumpTableInfo12getEntrySizeERKNS_10DataLayoutE>: cmpl > $0x5,(%rdi) > 0x7565f3 > <_ZNK4llvm20MachineJumpTableInfo12getEntrySizeERKNS_10DataLayoutE+3>: > mov (%rdi),%edx > 0x7565f5 > &lt...
2007 Jun 06
0
Branch 'as' - libswfdec/Makefile.am libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_root_sprite.h libswfdec/swfdec_swf_decoder.c libswfdec/swfdec_swf_decoder.h libswfdec/swfdec_tag.c
libswfdec/Makefile.am | 2 libswfdec/swfdec_root_movie.c | 10 +- libswfdec/swfdec_root_sprite.c | 178 ----------------------------------------- libswfdec/swfdec_root_sprite.h | 65 -------------- libswfdec/swfdec_swf_decoder.c | 64 ++++++++++++++ libswfdec/swfdec_swf_decoder.h | 20 ++++ libswfdec/swfdec_tag.c | 65 ++++++++++++++ 7 files changed, 149 insertions(+), 255 d...
2007 Mar 07
0
11 commits - libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h
...libswfdec/swfdec_event.h | 3 + libswfdec/swfdec_js_movie.c | 6 +- libswfdec/swfdec_movie.c | 24 +++++++-- libswfdec/swfdec_script.c | 2 libswfdec/swfdec_scriptable.c | 68 +++++++++++++++++++++++++++ libswfdec/swfdec_scriptable.h | 6 ++ libswfdec/swfdec_sprite.c | 102 ++++++++++++++++++++--------------------- libswfdec/swfdec_sprite.h | 3 - libswfdec/swfdec_swf_decoder.c | 39 +++------------ libswfdec/swfdec_swf_decoder.h | 8 +-- libswfdec/swfdec_tag.c | 3 - player/swfdec_player_manager.c | 69 ++++++++++++++++--------...
2007 Jun 18
0
Branch 'as' - 8 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_sprite_movie.h libswfdec/swfdec_swf_decoder.c libswfdec/swfdec_swf_decoder.h
libswfdec/swfdec_movie.c | 18 - libswfdec/swfdec_sprite.c | 308 ++---------------------------- libswfdec/swfdec_sprite.h | 36 +-- libswfdec/swfdec_sprite_movie.c | 357 ++++++++++++++++++++++++++++------- libswfdec/swfdec_sprite_movie.h | 12 - libswfdec/swfdec_swf_decoder.c | 32 ++- libswfdec/swfdec_swf_...
2007 Mar 09
0
libswfdec/swfdec_root_sprite.c libswfdec/swfdec_root_sprite.h
libswfdec/swfdec_root_sprite.c | 172 +++++++++++++++++++++++++++++++++++++++++ libswfdec/swfdec_root_sprite.h | 65 +++++++++++++++ 2 files changed, 237 insertions(+) New commits: diff-tree b86811135dd32ae460e5082f4f986664de624b89 (from 09541f87302d441396064f480fa3c8da0a07993e) Author: Benjamin Otte <otte@gnome.org>...
2007 Jun 27
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie_as.c
libswfdec/swfdec_as_interpret.c | 90 +++++++++++------------ libswfdec/swfdec_movie.c | 14 --- libswfdec/swfdec_movie.h | 7 - libswfdec/swfdec_movie_asprops.c | 70 +++++++++--------- libswfdec/swfdec_sprite.c | 15 --- libswfdec/swfdec_sprite.h | 2 libswfdec/swfdec_sprite_movie.c | 127 ++++++++++++++++----------------- libswfdec/swfdec_sprite_movie.h | 6 + libswfdec/swfdec_sprite_movie_as.c | 35 ++++----- test/trace/Makefile.am...
2007 Mar 07
0
13 commits - libswfdec/Makefile.am libswfdec/swfdec_js_global.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_movie.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c
...js_global.c | 11 +++- libswfdec/swfdec_js_movie.c | 52 +++++++++++++++++++ libswfdec/swfdec_root_movie.c | 86 +++++++++++++++------------------ libswfdec/swfdec_root_movie.h | 10 +-- libswfdec/swfdec_script.c | 4 - libswfdec/swfdec_sprite.h | 2 libswfdec/swfdec_sprite_movie.c | 41 --------------- libswfdec/swfdec_swf_decoder.c | 18 ------ libswfdec/swfdec_swf_decoder.h | 4 - libswfdec/swfdec_tag.c | 52 ------------------- libswfdec/swfdec_types.h |...
2007 Oct 25
0
6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_resource.c
...------- libswfdec/swfdec_movie.h | 4 libswfdec/swfdec_player.c | 195 ++++++++++++++++++++++-------------- libswfdec/swfdec_player_internal.h | 23 ++-- libswfdec/swfdec_resource.c | 53 +-------- libswfdec/swfdec_resource.h | 5 libswfdec/swfdec_sprite.c | 1 libswfdec/swfdec_sprite_movie.c | 149 ++++++++++++++++----------- libswfdec/swfdec_sprite_movie.h | 1 libswfdec/swfdec_sprite_movie_as.c | 6 - libswfdec/swfdec_swf_decoder.c | 58 ---------- libswfdec/swfdec_swf_decoder.h | 21 --- libswfdec/sw...
2007 Feb 19
0
2 commits - libswfdec/swfdec_script.c test/swfdec-extract.c
...xtract.c b/test/swfdec-extract.c index 47e8234..da0964b 100644 --- a/test/swfdec-extract.c +++ b/test/swfdec-extract.c @@ -68,7 +68,7 @@ export_sound (SwfdecSound *sound, const SwfdecBuffer *wav; if (sound->decoded == NULL) { - g_printerr ("not a sound event. For streams use the sprite."); + g_printerr ("not a sound event. For extraction of streams extract the sprite.\n"); return FALSE; } wav = encode_wav (sound->decoded); @@ -97,7 +97,7 @@ export_sprite_sound (SwfdecSprite *sprit break; } if (i >= sprite->n_frames) { - g_prin...
2009 Sep 30
5
A rails plugin to generate css sprite image automatically
Hi guys, I have written a rails plugin/gem to generate css sprite image automatically. The project repository is here: http://github.com/flyerhzm/css_sprite It is based on RMagick and you need only define a rule from what source images to a destination image, as follows: forum_icon_vertical.gif: # destination image file sources: # source imag...
2011 Sep 09
1
Rgl and plotmath symbols (via sprites): a trial
Dear all, Below is some code where I try to get plotmath symbols in an rgl plot. Duncan Murdoch kindly suggested to use a "sprite" for this. As you can see, on can get it to work, but my knowledge about grid and rgl is too limited to perfectly solve the problem. 1) As you can see (please rotate the plot a little bit so that (0,0,0) is "in front"), the quality of the .png seems poor. Can this be improved? 2)...
2009 Apr 13
4
little fighter 2 vdragonballz 3.0 mod crashes on load sprite
I was trying to run one of my kids favourite games with Wine, alas it crashes accessing a null pointer, early on while loading one of the sprite files (not corrupted). I guess the program should be doing better memory checking but since this works on Windows, maybe Wine has fed him before some broken data. Unfortunately, the terminal output doesn't seem much helpful: http://pastebin.com/m156827fe The backtrace does not involve Wine, s...
2007 Jun 13
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_sprite.c
...ec/swfdec_morph_movie.c | 6 libswfdec/swfdec_movie.c | 314 ++++++++++++++---------------- libswfdec/swfdec_movie.h | 41 ++- libswfdec/swfdec_movie_asprops.c | 16 - libswfdec/swfdec_player.c | 13 - libswfdec/swfdec_sprite.c | 118 ----------- libswfdec/swfdec_sprite.h | 5 libswfdec/swfdec_sprite_movie.c | 193 ++++++++---------- libswfdec/swfdec_sprite_movie_as.c | 43 +--- libswfdec/swfdec_swf_instance.c | 4 test/dump.c...
2007 Mar 05
0
11 commits - configure.ac libswfdec/swfdec_js_movie.c libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_movie.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_decoder.c
configure.ac | 2 libswfdec/swfdec_js_movie.c | 3 - libswfdec/swfdec_root_movie.c | 58 +++++++++++++++++++ libswfdec/swfdec_root_movie.h | 16 ++++- libswfdec/swfdec_script.c | 119 ++++++++++++++++++++++++++++++++-------- libswfdec/swfdec_sprite.c | 6 +- libswfdec/swfdec_sprite.h | 4 - libswfdec/swfdec_sprite_movie.c | 41 +++++++++++++ libswfdec/swfdec_swf_decoder.c | 5 - libswfdec/swfdec_tag.c | 29 ++++----- test/trace/Makefile.am | 2 test/trace/array.swf |binary test/trace...
2007 Feb 15
0
3 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_shape.c libswfdec/swfdec_tag.c
...ed, 32 insertions(+), 52 deletions(-) New commits: diff-tree a879894cd4905bea3dfe323eac13d24448146807 (from b9d7f15528e25b22099507ad00bba595e53025af) Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 15 09:32:32 2007 +0100 Update some parsing code to the 21st century DefineSprite and DefineFont tags were still doing old-style manipulation of the SwfdecBits which could cause crashes. This patch updates it to use the "new" functions. diff --git a/libswfdec/swfdec_tag.c b/libswfdec/swfdec_tag.c index e7c8aa8..f4497f2 100644 --- a/libswfdec/swfdec_tag.c +++ b...
2013 Feb 27
4
My SCSS compiled CSS lacks "/assets" in the generated urls
...h incorrect urls after upgrading to Rails 4. For example url(/fields/xxx.png) when it should be url(/assets/fields/xxx.png). For some unknown reason it worked once in development mode, but after running rake assets:clobber I can''t get it to work again... Any ideas why image-url(fields/sprite.gif) is generating url(/fields/sprite.gif) instead of url(/assets/fields/sprite.gif)? It happens both in my staging server (running 1.9.3) and in my dev machine (Ruby 2.0.0-p1). I''m stuck with this enigma. Any help is greatly appreciated. Thanks in advance, Rodrigo. -- You received...
2007 Mar 23
0
Sprite Protocol
Does anyone know what Sprite Protocol 90 is? -- Thx Joshua Gimer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070323/4cfd154f/attachment.html>
2009 Sep 12
0
[PATCH 13/13] nv50: add support for point sprites
...ace(struct nv50_context *nv50, uint32_t pntc[8], unsigned base) +{ + struct nv50_program *fp = nv50->fragprog; + struct nv50_program *vp = nv50->vertprog; + unsigned i, c, m = base; + + /* XXX: This can't work correctly in all cases yet, we either + * have to create TGSI_SEMANTIC_PNTC or sprite_coord_mode has + * to be per FP input instead of per VP output + */ + memset(pntc, 0, 8 * sizeof(uint32_t)); + + for (i = 0; i < fp->cfg.io_nr; i++) { + uint8_t sn, si, j = fp->cfg.io[i].tgsi_id; + unsigned n = popcnt4(fp->cfg.io[i].mask); + + if (fp->info.input_semantic_name[i]...