Commit Graph

4906 Commits

Author SHA1 Message Date
David Rose b27ad8aacb fix loading rawtex 2006-03-23 03:35:16 +00:00
David Rose af64776780 whoops, broke basic texture loading 2006-03-23 02:52:43 +00:00
Chris Brunner 24154d4a4b Depreciated. Now at http://aspen.online.disney.com/mediawiki/index.php/How_to_install_Panda_on_Windows as a wiki. 2006-03-23 00:10:47 +00:00
David Rose 8b93f67c23 set_min_fov() 2006-03-22 22:45:36 +00:00
David Rose f803ef85ce explicit mipmap control 2006-03-22 22:23:56 +00:00
David Rose 03a861dfcb remove inappropriate include 2006-03-22 21:09:00 +00:00
Josh Yelon b2a96df6c9 It now compiles. But does it do anything? 2006-03-22 20:58:22 +00:00
David Rose 76252c5316 fix problem with hidden PGui items still being active 2006-03-22 19:02:58 +00:00
Josh Yelon f35a7469d0 More work on glGraphicsBuffers (will compile soon) 2006-03-22 04:14:46 +00:00
Dave Schuyler 67f79bc9c4 formatting 2006-03-22 02:03:57 +00:00
aignacio_sf 9f909bd865 Vast improvement for the framebuffer_copy_to_texture function by using StretchRect function. 2006-03-22 00:01:11 +00:00
aignacio_sf 506f2c8b5c Previous change to ARGB format for render to texture caused a problem for framebuffer to texture since the source and destination buffer formats had to match for DX the "CopyRects" function to work.
The code path is now split into ram type vs texture type destinations.
Match previous DX9 changes  set_context, ...
2006-03-21 21:00:43 +00:00
aignacio_sf af04cf8f74 Match DX8 render to texture / framebuffer changes. 2006-03-21 20:52:14 +00:00
aignacio_sf 6474496071 restrict setting render to texture 2006-03-21 20:47:57 +00:00
Roger Hughston beee323924 *** empty log message *** 2006-03-21 19:58:50 +00:00
aignacio_sf ed28850efa Fix DX 8 and 9 problem for render to texture after new graphics buffer changes.
The texture was being created before the set_render_to_texture was being called.  Therefore, it was not creating a texture that could be rendered to.
2006-03-21 04:18:30 +00:00
Roger Hughston b733a22493 OSX MAcro Colision 2006-03-21 02:28:44 +00:00
aignacio_sf 6d79bac2fe Fix missing line from editing merge conflct. 2006-03-21 02:27:18 +00:00
David Rose e79df2bfcc protect debug statements 2006-03-21 01:42:53 +00:00
David Rose 59eaa16056 init glShaderContext 2006-03-21 01:40:33 +00:00
Dave Schuyler 85d75121c4 image comment 2006-03-21 01:39:32 +00:00
aignacio_sf bd97d329c4 Add automipmap generation code to eliminate dynamic textures.
The automipmap generation filter is not as good as the D3DX box filter so dont' use it for now.
2006-03-20 23:08:38 +00:00
Dave Schuyler a29aaeb14f working on add impact 2006-03-20 23:01:50 +00:00
aignacio_sf 8a278fb946 Add _supports_automatic_mipmap_generation
Add debug display for SDK version
2006-03-20 22:43:26 +00:00
aignacio_sf b1fb705e86 set dx-management 1 as default
add dx-use-dynamic-textures config option
2006-03-20 22:39:37 +00:00
Josh Yelon b665a3707d Buffer overhaul phase one 2006-03-20 22:04:24 +00:00
David Rose 725e82e6f4 show_through() 2006-03-20 20:48:26 +00:00
Josh Yelon a176d3627c Buffer overhaul phase one 2006-03-20 17:56:51 +00:00
David Rose 10720e06e7 pnotify 2006-03-20 03:08:17 +00:00
David Rose 8e46c28d93 one more pnotify 2006-03-20 02:40:46 +00:00
David Rose 5294efe679 USE_MEMORY_NOWRAPPERS 2006-03-20 01:26:13 +00:00
David Rose aee05dc054 notify -> pnotify 2006-03-18 02:38:55 +00:00
Roger Hughston c0552ba84b OSX does not see typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data); 2006-03-18 02:18:14 +00:00
Roger Hughston 477fdc8775 OSX Commit 2006-03-17 22:57:38 +00:00
David Rose 21c8a3685c more tweaks to pstats texusage 2006-03-17 04:08:47 +00:00
David Rose 0a4cb27405 move estimate_texture_memory() to Texture class 2006-03-17 02:18:53 +00:00
David Rose facee7431d PStats accounting for lru management 2006-03-17 01:10:20 +00:00
David Rose 706ce05aa8 fix minor ordering issues 2006-03-17 00:31:09 +00:00
David Rose 83a6c42496 better pstats tracking of texture/vbuffer memory 2006-03-16 21:26:56 +00:00
David Rose c83ac68e90 prebuild-bison 2006-03-16 20:48:48 +00:00
David Rose 9a9149ed9e fix assertion 2006-03-16 03:43:35 +00:00
David Rose c6f0b35ee9 PStats tracks compressed texture sizes 2006-03-16 00:29:54 +00:00
David Rose e6369ba5a4 compressed textures, texture objects 2006-03-15 20:05:36 +00:00
David Rose 4f9c62a0d6 remove accidental debug messages 2006-03-15 18:36:57 +00:00
Asad M. Zaman b025bfd79c muting some debug statements 2006-03-15 02:54:24 +00:00
Roger Hughston c4ebca5a20 Add OSX Gl is linked to this libray by default on OSX 2006-03-15 01:02:49 +00:00
Roger Hughston f585b94829 More osx Hacks 2006-03-14 23:12:55 +00:00
Roger Hughston 7b1d16480f More OSx Stuff .. lib prc refence 2006-03-14 22:06:59 +00:00
Roger Hughston f560ab5554 Add include to make osx happy 2006-03-14 20:36:49 +00:00
Asad M. Zaman 78f062149b portalClipper that clips with clip planes 2006-03-14 05:26:26 +00:00