rdb
|
48c811e112
|
cull: remove GeomMunger stored on CullableObject
|
2017-07-03 11:47:59 +02:00 |
rdb
|
68be3c6dfe
|
More efficient light handling; sort lights by highest priority first
|
2017-05-15 16:59:44 +02:00 |
rdb
|
8c914a2855
|
Work towards ABI stability wrt allocation. Let MemoryHook take advantage of dlmalloc's internal bookkeeping.
|
2017-02-17 13:02:01 +01:00 |
rdb
|
4381412d23
|
Merge branch 'release/1.9.x'
|
2016-09-28 00:14:21 +02:00 |
rdb
|
3f53994372
|
Fix mipmap filtering issues in tinydisplay renderer
|
2016-09-28 00:00:22 +02:00 |
rdb
|
2e9394eba7
|
Fix tinydisplay texture errors on shutdown
|
2016-09-27 22:38:03 +02:00 |
rdb
|
2eba4dea9b
|
Change handling of unsupported render mode so that behaviour can be shared among renderers
|
2016-07-20 15:59:42 +02:00 |
rdb
|
8381118a97
|
Assorted tweaks and compile warning fixes
|
2016-07-14 12:54:39 +02:00 |
rdb
|
a906f34eee
|
M_alpha now no longer squares the alpha component it writes to the framebuffer.
To re-enable the old behaviour, set old-alpha-blend in Config.prc.
|
2016-06-28 22:13:33 +02:00 |
rdb
|
18874fa151
|
Replace PN_int/uint types with stdint.h types, since all compilers we support have them.
Plus, we already had code that relied on them being available anyway.
|
2016-05-11 00:27:58 +02:00 |
rdb
|
2bf886fc5b
|
Add premultiplied alpha mode, for convenience
|
2016-03-02 17:55:34 +01:00 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
rdb
|
090e912ce6
|
Cleanup of comments and whitespace
|
2016-02-01 22:30:43 +01:00 |
mfwass
|
f8837999ed
|
Cleanup trailing whitespace
|
2015-12-13 10:08:41 -05:00 |
rdb
|
db3ab953e4
|
Remove ppremake, genPyCode, and all hacks created to support them
|
2015-11-09 19:06:49 +01:00 |
rdb
|
a359ef8a0b
|
Clamp colors to 0-1 range in tinydisplay
|
2015-08-20 21:04:32 +02:00 |
rdb
|
14bd992e77
|
Remove use of deprecated "register" keyword
|
2015-08-07 18:56:58 +02:00 |
Ed Swartz
|
22d5c2f8dd
|
For tinydisplay, don't lose color/alpha scale when lighting
|
2015-08-04 17:59:53 +02:00 |
Ed Swartz
|
9396f998fb
|
Avoid crash in p3tinydisplay when there is no initial window
|
2015-08-04 17:56:36 +02:00 |
Ed Swartz
|
d1106953b2
|
Let user know why p3tinydisplay doesn't load texture
|
2015-06-02 13:20:01 -05:00 |
rdb
|
16e7831566
|
Remove executable permissions from files that don't need them
|
2015-04-05 15:41:49 +02:00 |
rdb
|
5827959056
|
Fixes for 64-bit OS X build on newer OS X versions
|
2015-03-29 22:06:32 +02:00 |
rdb
|
f624cdcac0
|
Fix various Mac OS X bugs and build issues
|
2015-03-25 19:43:21 +01:00 |
rdb
|
04d4309b14
|
SSE2-enhanced sRGB encode (with runtime CPU detection)
|
2015-03-01 11:46:52 +01:00 |
rdb
|
5a51a7e08d
|
Fix various build issues
|
2015-02-11 14:16:21 +01:00 |
rdb
|
b19ff5b10e
|
Fix crash that may occur when handle_reshape in called before the window is fully created.
Not sure if this affects any renderer but the tinydisplay renderer.
|
2015-01-05 22:38:09 +01:00 |
rdb
|
8a5452b0b6
|
Support sampler states in tinyGL renderer
|
2014-12-12 20:32:36 +01:00 |
rdb
|
fe3f4a6d2a
|
Fix linear mipmapping crash in tinydisplay
|
2014-12-12 20:18:34 +01:00 |
rdb
|
95d85819b0
|
Separate out sampler state from texture, support sampler objects, support LOD min/max/bias
|
2014-12-12 15:58:45 +01:00 |
rdb
|
31a71c990d
|
Fix issues with OS X 10.9 compilation, fix issues uncovered by clang
|
2014-10-12 18:45:37 +00:00 |
rdb
|
32a9e4d9ed
|
Add support for sRGB framebuffers and blending to tinydisplay renderer.
|
2014-10-08 11:34:41 +00:00 |
rdb
|
d792c93026
|
Overhaul stereo FBOs in Panda making it more reliable, fix MRT bugs, disable auto-GLSL profile choosing on AMD, add max_color_targets (not yet implemented)
|
2014-04-04 08:45:49 +00:00 |
rdb
|
a81e192ba5
|
Fix a compile warning on Windows
|
2014-03-07 19:43:48 +00:00 |
rdb
|
52f1abeeae
|
Remove French accent encoded in who-knows-what
|
2014-02-25 07:52:32 +00:00 |
David Rose
|
f615e0beeb
|
fix some stereo-fbo and cube map issues, introducing DisplayRegion::set_target_tex_page()
|
2013-12-06 23:45:40 +00:00 |
rdb
|
645ee9d05f
|
fix compile error on tiger
|
2013-02-12 15:51:16 +00:00 |
rdb
|
30872b617e
|
somewhat experimental support for 64-bits OS X and OS X Lion
|
2012-08-06 09:57:34 +00:00 |
David Rose
|
3a75ebde9a
|
DepthOffsetAttrib::min_value, max_value
|
2012-02-17 19:11:22 +00:00 |
David Rose
|
d743dc8a55
|
The buffer flip should be performed in end_flip(), not in begin_flip(). This long-existing mistake caused double-flips with parasite buffers in effect.
|
2012-02-10 18:21:55 +00:00 |
David Rose
|
d1a31167f7
|
use new GraphicsWindowInputDevice::focus_lost()
|
2012-01-15 22:08:52 +00:00 |
David Rose
|
6f5fd1525d
|
GraphicsWindow::_unexposed_draw
|
2012-01-15 20:13:16 +00:00 |
David Rose
|
59fb785d68
|
it's called p3tinydisplay now
|
2012-01-09 23:20:15 +00:00 |
David Rose
|
dfe16c64f6
|
rename all Panda-built libraries to begin with libp3 or libpanda
|
2011-12-06 02:39:21 +00:00 |
David Rose
|
501470169f
|
stdfloat_double
|
2011-10-10 05:25:10 +00:00 |
David Rose
|
e91fb0d53e
|
better implementation of set_one_shot()
|
2011-10-04 18:05:08 +00:00 |
David Rose
|
bee4cb326a
|
pipeline GraphicsOutput::set_active() to better support offscreen rendering in threaded mode
|
2011-10-03 20:23:17 +00:00 |
David Rose
|
cd79af53fe
|
dx9 shader support from zhao
|
2011-09-28 18:42:58 +00:00 |
David Rose
|
dcc4a33ae9
|
protect x11 namespace better; support building with x11 support on osx too
|
2011-08-28 23:31:28 +00:00 |
David Rose
|
6872488839
|
stereo/multiview textures
|
2011-08-08 18:55:26 +00:00 |
David Rose
|
87ebb4f32c
|
fix GeomVertexRewriter::set_row() problem with empty data; add GeomVertexReader/Writer::set_row_unsafe(); fix some compiler warnings
|
2011-06-17 18:57:04 +00:00 |