Sam Edwards
64c55cf92c
CMake: Library link changes for Windows.
2015-11-15 22:52:28 -08:00
Sam Edwards
f9099cf832
Merge branch 'master' into cmake
2015-11-14 15:09:11 -08:00
Sam Edwards
90d3347fd1
text: Fix missing includes.
2015-11-14 15:08:42 -08:00
rdb
883f1b1c28
Fix import error when compiling without OpenSSL support
2015-11-13 20:28:05 +01:00
rdb
1d2ba26e26
Merge branch 'release/1.9.x'
2015-11-13 19:26:57 +01:00
rdb
68298559d5
Update readme in 1.9
2015-11-13 19:26:09 +01:00
rdb
f9e61f8231
Fix OSX 10.11: use pkgbuild instead of PackageMaker, backport relocatability from master
2015-11-13 19:25:39 +01:00
rdb
0869266f1a
Fix base.config error in 1.9
2015-11-13 19:25:24 +01:00
rdb
815cbc1acb
Remove accidentally checked in debug message
2015-11-13 15:05:06 +01:00
rdb
a453ec1925
Overhaul text generation; now 75x as fast as before.
2015-11-13 01:44:03 +01:00
rdb
0fffcdfc6b
Big perf improvement flattening and munging vertex colors
2015-11-12 23:28:58 +01:00
rdb
c9921271d6
Fix recursion in inline function in LFrustum
2015-11-12 02:59:15 +01:00
Michael Wass
36722ebe70
Update README
...
In order to build an installer on Mac you will need PackageMaker, which is a pain in the rear to find. Saying where to download it in the README will save the stress of looking for it.
2015-11-11 19:10:59 -05:00
Sam Edwards
cdf3e21025
CMake: Test that the compiler has SSE2 support.
2015-11-11 14:35:24 -08:00
Sam Edwards
166ac72b96
CMake: Only define Python modules when HAVE_PYTHON is on.
2015-11-11 13:53:34 -08:00
Sam Edwards
28a60ff52e
general: Remove a few hacked-in includes once needed for CMake to build properly.
2015-11-11 12:53:35 -08:00
Sam Edwards
b1a294631a
Merge branch 'master' into cmake
2015-11-11 12:35:13 -08:00
Sam Edwards
5ebb6c511f
general: Fix missing includes.
2015-11-11 12:35:04 -08:00
rdb
eecb1fb3f2
Cache text states
2015-11-11 17:43:30 +01:00
rdb
a573a11d90
Improve debug information when compiling GLSL shaders
2015-11-11 17:08:27 +01:00
rdb
8822ac0b05
Support DSA version of mipmap generation
2015-11-11 17:08:09 +01:00
rdb
f9add18798
Fix another GL crash at shutdown
2015-11-11 17:06:32 +01:00
rdb
90f05d7284
Add snorm texture formats
2015-11-10 18:00:18 +01:00
Harvir
f725cda60c
Fix import errors introduced with the core.pyd rename.
2015-11-10 13:04:36 +01:00
rdb
6a5f2cdd8f
Suggested change by JawhnL5
2015-11-10 03:38:12 +01:00
Sam Edwards
7f9e25fb84
CMake: Move pandac compatibility-shim generation to a more sensible place.
2015-11-09 16:42:03 -08:00
Sam Edwards
1f83a54524
Merge branch 'master' into cmake
2015-11-09 16:15:38 -08:00
rdb
31dbcae262
Deprecate many extension methods, make extension methods imported via modules instead of dumped into core.py, move _core.pyd and _direct.pyd back to core.pyd, direct.pyd respectively, move MAIN_DIR set-up code to module init time
2015-11-10 00:44:29 +01:00
rdb
5b291a9b10
Merge branch 'master' into cmake
2015-11-09 19:21:12 +01:00
rdb
db3ab953e4
Remove ppremake, genPyCode, and all hacks created to support them
2015-11-09 19:06:49 +01:00
rdb
6ccd64d99e
Fix ordering of methods relative to MAKE_SEQ
2015-11-09 18:13:29 +01:00
rdb
ac1c036cac
interrogatedb 3.0 to restructure make_seq, improve make_seq handling and performance
2015-11-09 18:03:30 +01:00
rdb
4a5d64909a
Merge branch 'release/1.9.x'
...
Conflicts:
direct/src/showbase/ShowBase.py
2015-11-09 02:29:41 +01:00
rdb
ba3a2c1e38
Fix saveCubeMap and saveSphereMap in multithreaded pipeline
2015-11-09 02:26:02 +01:00
rdb
11437c5afd
Fix bug when the same Cg shader is compiled for two different GSGs
2015-11-09 00:54:09 +01:00
rdb
5734f61f7e
Fix Eigen compile issue in CMake
2015-11-08 22:50:53 +01:00
rdb
df446a8a23
Fix makepanda in cmake branch - parser-inc moves are no longer necessary
2015-11-08 18:43:04 +01:00
tobspr
027a561843
Fix color write mask in OpenGL
2015-11-08 11:58:06 +01:00
Sam Edwards
8427f95c18
cmake: Update for upstream changes.
2015-11-07 20:07:24 -08:00
Sam Edwards
c902774cfd
Merge branch 'master' into cmake
2015-11-07 20:06:59 -08:00
Sam Edwards
3b667a83ed
general: Fix several missing includes.
2015-11-07 20:05:17 -08:00
rdb
0f2f27689a
Convert from DOS back to Unix newlines
2015-11-08 02:12:43 +01:00
rdb
d1732a4dca
Fix minor preprocessor bugs, particularly parsing files with CRLF
2015-11-08 02:10:38 +01:00
rdb
68f762aa20
Fix leak of prepared contexts, prevent deleting GL resources in wrong context in multi-GSG applications
2015-11-08 00:01:45 +01:00
rdb
026ec613f5
Merge remote-tracking branch 'origin/release/1.9.x'
2015-11-07 23:57:11 +01:00
rdb
6a263746cd
Fix Cg crash at shutdown when multithreaded pipeline is active
2015-11-07 21:55:51 +01:00
rdb
47fdb9b748
Correct position of viewing axis for off-axis lens frustum (with thanks to tobspr)
2015-11-07 16:42:06 +01:00
rdb
dafb4e7e5e
Fix error locating VC 2010 on cygwin Python
2015-11-05 20:59:50 +01:00
rdb
e6391c0b87
Merge branch 'release/1.9.x'
...
Conflicts:
makepanda/installpanda.py
makepanda/makepandacore.py
2015-11-05 20:55:01 +01:00
rdb
04949501c6
Fix annoying 'rpm not found' error on Windows
2015-11-05 20:48:18 +01:00