18825 Commits

Author SHA1 Message Date
David Rose
abb7a76368 Support __file__ in pdef file for convenience 2012-01-01 16:34:36 +00:00
David Rose
bbdd1341d8 print_xml 2012-01-01 02:39:36 +00:00
Zhao Huang
ebc948b3f8 Fixed FBO Float Buffers; Multisample FBOS were left untouched and needs more work. 2011-12-31 21:43:18 +00:00
David Rose
b405b6bfac add set_auto_recompute() 2011-12-30 19:24:47 +00:00
Zhao Huang
a56760cbcf Exposes Opengl Vendor, Driver, Shader Model information to python 2011-12-30 09:00:37 +00:00
Zhao Huang
b4fcbfff0a added getJointTransformState 2011-12-30 01:29:53 +00:00
David Rose
1c9395b311 a few checks against bad data 2011-12-29 22:23:14 +00:00
David Rose
b5eeced04a whoops, remove debug prints 2011-12-29 22:02:08 +00:00
David Rose
f666607adc expose match_files() to python usefully 2011-12-29 18:05:12 +00:00
rdb
49326183a9 it'd be so incredibly useful if GraphicsEngine just outputted what kind of buffer it created as an info message 2011-12-29 12:45:50 +00:00
rdb
7eeb37ec94 make sure pp-filter gets the same fb props as the main win - fixes antialiasing failure with FilterManager 2011-12-27 10:06:06 +00:00
rdb
306d6f993a coloured cartoon inking 2011-12-27 09:48:27 +00:00
rdb
6b3c53e115 fix a bug with crash when calling resizeBuffers 2011-12-27 09:48:01 +00:00
Zhao Huang
aa91bf071e Cleaned up the section relating to the intel compiler a little bit 2011-12-23 16:13:49 +00:00
rdb
a387909cf2 fix compilation issue 2011-12-23 12:42:07 +00:00
rdb
c80f1572d8 fix compilation issue 2011-12-23 12:07:21 +00:00
Zhao Huang
9e02be0431 Add support for the Intel compiler on win systems, and a switch --MSVC_Intel to enable it. 2011-12-23 07:37:17 +00:00
David Rose
a06fd5521f found a reason to use dlmalloc if 16-byte alignment is required 2011-12-22 22:44:31 +00:00
Zhao Huang
3138076bc4 Add a small change to make the header more friendly to the Intel Compiler 2011-12-22 08:30:07 +00:00
David Rose
f647872b2b lower egg-recursion-limit to 1000 2011-12-21 23:12:10 +00:00
Zhao Huang
d32064ced4 Fixed some more dependency bugs with parallel build
Add some clarity to error handling messages
2011-12-21 19:00:56 +00:00
Zhao Huang
f2d1a429f2 Added include <time.h>, necessary to define localtime when compiling using --optimize=4 2011-12-21 18:12:43 +00:00
David Rose
d39739b37f wrong assert, get_num_components() != size(). 2011-12-21 15:09:51 +00:00
David Rose
f6a32897ba build correctly without DO_MEMORY_USAGE 2011-12-21 02:31:37 +00:00
David Rose
9326f5be54 compiler warnings 2011-12-21 01:39:47 +00:00
David Rose
6e5dd2cc63 fix memory crashes on win32/Eigen build 2011-12-21 01:25:38 +00:00
David Rose
e9b967435e more win32 build issues 2011-12-20 20:26:08 +00:00
David Rose
0053d01843 ssize_t isn't defined on windows, but we don't need it here 2011-12-20 20:13:29 +00:00
David Rose
328f834f55 cache results of __getattr__ for performance 2011-12-20 18:11:04 +00:00
David Rose
17f51995e3 a few more win32 build issues reported by forum users 2011-12-20 15:05:37 +00:00
David Rose
ba249508c4 win32 alignment issues 2011-12-20 00:17:08 +00:00
David Rose
8b3ec4b1ba pass by reference 2011-12-20 00:10:11 +00:00
David Rose
95db6ebaca GeomVertexFormat::maybe_align_columns_for_animation() 2011-12-19 23:52:06 +00:00
David Rose
cb3b1423c0 align tangent and binormal too 2011-12-19 23:02:53 +00:00
David Rose
fb220d8f93 missing file 2011-12-19 18:43:27 +00:00
David Rose
1a4f42706b remove a few epvectors 2011-12-19 18:16:30 +00:00
David Rose
abee07ef0d windows fix 2011-12-19 18:01:27 +00:00
David Rose
e04c446b1c add eigen to makepanda 2011-12-19 17:36:40 +00:00
rdb
bc8e5de9bf Support reading TGA files with alpha channel 2011-12-19 15:53:59 +00:00
David Rose
1cf7a1fd79 define epvector 2011-12-19 15:14:29 +00:00
David Rose
05be3e1b5e add egg-recursion-limit 2011-12-19 14:44:38 +00:00
David Rose
f9240e0258 a couple more fixes to self-memory-alignment 2011-12-19 14:26:57 +00:00
David Rose
42e8f806f1 leave lvecbase2/3 and lmatrix3 unaligned; it's so much cleaner 2011-12-19 14:17:26 +00:00
David Rose
66a52cb6a3 fix MemoryHook internal memory alignment issues 2011-12-18 19:20:18 +00:00
David Rose
c5c21a566a UnalignedLVecBase etc, remove lerp etc, moving towards Eigen on win32 2011-12-18 16:30:31 +00:00
David Rose
fd75c89949 whoops, overloaded LINMATH_ALIGN by mistake 2011-12-18 02:03:58 +00:00
David Rose
787742c93e LINMATH_VECTORIZE -> LINMATH_ALIGN 2011-12-18 02:00:31 +00:00
David Rose
56fb33bf00 enforce alignment policies even when malloc() doesn't. 2011-12-18 01:55:22 +00:00
David Rose
a4728957da whoops, fix bam reading 2011-12-18 01:26:17 +00:00
David Rose
0fa828b5e3 very minor tweaks 2011-12-17 23:56:14 +00:00