Commit Graph

132 Commits

Author SHA1 Message Date
codeanticode
9a3efc92d0 Removed examples 2011-07-09 00:17:28 +00:00
codeanticode
53852c2406 Removed GS prefix 2011-07-09 00:15:54 +00:00
codeanticode
7fdf29baad Removed advanced classes from video library, fixed resolution query in Capture 2011-07-09 00:14:28 +00:00
codeanticode
228572ebb4 Camera/Projection settings are properly restored in beginDraw() 2011-07-06 22:57:45 +00:00
codeanticode
5ee8daf0f1 using drawTexture() method 2011-07-06 02:11:14 +00:00
codeanticode
919e67ce16 some formatting 2011-07-06 02:01:56 +00:00
codeanticode
31dc3a426d Re-enable multisample 2011-07-05 00:47:49 +00:00
codeanticode
7f4b1ef45b Updating GL context reference in offscreen surfaces 2011-07-04 08:24:04 +00:00
codeanticode
f095dcbb5d createTexCoordBuffer initializes all the texcoords, not only the first 2011-07-02 10:33:14 +00:00
codeanticode
3ee4bc6248 More fixes to the resource backup/(re)allocation/restore mechanism 2011-07-02 10:18:14 +00:00
codeanticode
a6b7b7e84b Some renaming (backup/restore) 2011-07-02 09:38:12 +00:00
codeanticode
ae2ff779c2 Fixed some issues in the reallocation/refreshing mechanism 2011-07-02 08:32:53 +00:00
codeanticode
72f18a3201 Implemented GL resource reallocation/refreshing mechanism 2011-07-02 00:04:16 +00:00
codeanticode
bce9b9e2d5 Reworked resource allocation/release in PFramebuffer 2011-07-01 09:04:03 +00:00
codeanticode
59067b8739 Fixed issue 761 on P3D desktop 2011-06-29 17:48:33 +00:00
benfry
26555e4ac9 removing textMode(SCREEN) 2011-06-28 15:03:16 +00:00
benfry
e705d5c591 add orientation() and other misc notes 2011-06-27 16:55:28 +00:00
codeanticode
e47067de3e Added some notes/code about re-implementing raw rendering in P3D 2011-06-23 20:20:43 +00:00
codeanticode
102f7150e4 Added Earth2 example, renamed OPENGL2 to OPENGL in all examples 2011-06-23 04:27:34 +00:00
codeanticode
9a93b42e14 Hacked in a first implementation of object-based shape recording 2011-06-23 04:27:02 +00:00
benfry
e146b66814 remove un-warning 2011-06-23 00:40:06 +00:00
benfry
1d48afbf3b removing old resize images, no longer necessary.. also tweak code for new setup (issue #730) 2011-06-22 18:24:34 +00:00
codeanticode
35dd720012 Added a todo comment 2011-06-22 02:47:46 +00:00
benfry
c0543fc12e add the return for the save() method in PDF 2011-06-20 23:35:24 +00:00
benfry
3fbdf102f6 remove processing.xml import 2011-06-19 20:32:33 +00:00
codeanticode
76962e609e Renamed device properties for OSX 2011-06-19 16:18:21 +00:00
codeanticode
63bf3627a3 Not using CLAMP in PFontTexture 2011-06-19 16:13:00 +00:00
benfry
fa772df0ad fixing the build for the XML and P3D changes 2011-06-19 12:56:32 +00:00
benfry
cc4c45604f more cleaning up and renaming 2011-06-18 16:44:58 +00:00
benfry
4081943614 changing package. argh. 2011-06-18 16:43:07 +00:00
benfry
f0a637ea91 cleaning things up with new gsvideo code 2011-06-18 16:39:50 +00:00
benfry
7d7db7d0d1 new gsvideo library 2011-06-18 16:27:28 +00:00
benfry
4dac2e0a71 remove quicktime video library 2011-06-18 16:24:09 +00:00
benfry
2b72e61ed3 adding the old examples to the new opengl lib 2011-06-18 15:38:31 +00:00
benfry
3683e5687e making opengl2 the new default 2011-06-18 15:35:10 +00:00
benfry
da2739bbb0 removing old opengl library 2011-06-18 15:34:11 +00:00
codeanticode
e3a9086fbc Added 1-pixeld wide to the glyphs in PFontTexture to solve some issues with bilinear filtering 2011-06-14 06:24:17 +00:00
codeanticode
38b0064fb5 Synch changes with PTexture in OPENGL2 2011-06-12 12:14:47 +00:00
codeanticode
c09a266805 Retain/release OpenGL context in dipose() 2011-06-12 08:05:23 +00:00
codeanticode
6220c315e5 Viewport saved/restored in beginDraw/endDraw (OPENGL2) 2011-06-12 07:34:18 +00:00
codeanticode
ca361bacf1 viewport size is saved in beginDraw() and restored in endDraw() 2011-06-12 03:05:11 +00:00
codeanticode
d999c2acfa Making sure that MODELVIEW is always current matrix mode 2011-06-06 19:12:29 +00:00
codeanticode
010ec30656 noFill doesn't affect texturing in OPENGL2 2011-06-06 09:52:52 +00:00
codeanticode
48fb8eca61 In OPENGL2 too 2011-06-02 06:19:56 +00:00
codeanticode
cf878f5511 Fixed SCREEN text mode 2011-05-30 13:49:28 +00:00
codeanticode
1cd85d03f7 Fixed default values in ortho() 2011-05-29 01:10:31 +00:00
codeanticode
a066bf05d9 Removed used of cached gl objects, buffer swap emulation in PFramebuffer when no FBO extension is available 2011-05-28 08:30:51 +00:00
codeanticode
54d443c669 Updated OrthoVSPerspective example 2011-05-28 02:08:16 +00:00
codeanticode
a85fad8d08 OPENGL2 changes 2011-05-28 02:07:24 +00:00
codeanticode
466d6794df Same for OPENGL 2011-05-27 01:07:13 +00:00