Commit Graph

1022 Commits

Author SHA1 Message Date
Brian Paul d88f8e9cac initial check-in 2000-06-27 17:11:24 +00:00
Brian Paul 02e8a03593 fixed compiler warnings 2000-06-27 17:04:43 +00:00
Brian Paul 9e7f9b3e99 initial check-in 2000-06-27 17:04:21 +00:00
Brian Paul 0674c22e01 added 3dfx demos 2000-06-27 16:54:18 +00:00
Brian Paul 5b0a7f3971 initial check-in 2000-06-27 16:52:38 +00:00
Brian Paul e4b40b0211 added texenv demo 2000-06-27 15:56:46 +00:00
Brian Paul f13a330e44 initial check-in 2000-06-27 15:55:47 +00:00
Brian Paul 2a1f50aee4 fixed GL_INTENSITY error checking bug 2000-06-27 15:47:59 +00:00
Brian Paul 498c09040e print GL_RENDERER upon startup 2000-06-27 15:34:35 +00:00
Brian Paul 6a06707f59 draw a solid cube too 2000-06-27 15:33:44 +00:00
Brian Paul 37283bb248 another patch for win32 joysticks 2000-06-27 13:39:55 +00:00
Brian Paul 86a2de4f1f removed bad DrawDestMask assignments 2000-06-27 04:33:59 +00:00
Brian Paul 308a7152b2 fixed type checking error 2000-06-27 04:32:16 +00:00
Brian Paul 5f1eb35ee2 fixed an assertion and minor bug 2000-06-27 04:31:29 +00:00
Brian Paul a25f7e1d90 init Point.UserSize 2000-06-27 04:29:22 +00:00
Brian Paul fd3df4b0f7 disabled some ctx->NeedEyeCoords shortcuts 2000-06-26 23:38:18 +00:00
Brian Paul de82d063d4 updating mat ambient/emissive was broke. always compute ctx->EyeZDir 2000-06-26 23:37:46 +00:00
Keith Whitwell daf3778e86 Performance fix for unfilled triangles on mga and i810 hardware. 2000-06-24 11:57:35 +00:00
Brian Paul 39103d2e20 fixed ColorMask test in update_rasterflags() 2000-06-23 20:28:30 +00:00
Brian Paul 401fc936f1 added extension numbers for Mesa extensions 2000-06-23 17:39:18 +00:00
Brian Paul dd18a4f335 updated with version numbers, edits from Jon Leech 2000-06-23 17:34:47 +00:00
Brian Paul 4ec13a48b1 applied joystick patch from Michael Champigny 2000-06-23 16:21:55 +00:00
Brian Paul 3c8299c779 Added FREE(depth) in error clause before return 2000-06-22 21:26:51 +00:00
Keith Whitwell 2af2c2b556 fix GL_BACK color material bug 2000-06-19 14:35:17 +00:00
Brian Paul e4b65b6e59 check for special cases of value = 0 or 1 in glAccum 2000-06-19 00:42:24 +00:00
Brian Paul b92471b74c replaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadMipMapLevel() to work-around subtex bug 2000-06-16 03:55:37 +00:00
Brian Paul 7dac13272a revamped glCopyTexSubImage1/2/3D() to be more like glCopyTexImage1/2/3D() 2000-06-15 19:57:14 +00:00
Brian Paul 4cc11a4fb3 added Motif info message 2000-06-15 18:46:09 +00:00
Brian Paul 9f60fd2154 removed non-windows exit() prototype 2000-06-15 15:11:40 +00:00
Brian Paul 479fab6a34 call glutInit() in main() 2000-06-15 14:25:48 +00:00
Jouk Jansen 55336ae09d ----------------------------------------------------------------------
Committing in .

  VMS : >31 character-external problem

 Modified Files:
 	Mesa/include/GL/glext.h
 ----------------------------------------------------------------------
2000-06-15 07:33:48 +00:00
Keith Whitwell a179cbf0dd Re-enable the keyboard functionality.
Add a -db option for doublebuffering.
Add a 'benchmark' keystroke like isosurf.
2000-06-14 23:24:50 +00:00
Brian Paul 5b2a619fb2 moved #define of LLBL into assyntax.h file
removed spaces from all uses of LLBL macro, for FreeBSD
2000-06-14 23:11:11 +00:00
Brian Paul c3501b01d1 added dummy function to silence compiler warning 2000-06-14 21:55:11 +00:00
Brian Paul 9b08f27000 added glxheads, manywin 2000-06-13 19:42:05 +00:00
Brian Paul 0852d0b95e initial check-in 2000-06-13 19:41:30 +00:00
Brian Paul d27e256f49 use GL_CLAMP_TO_EDGE 2000-06-13 18:45:54 +00:00
Brian Paul e7268d8341 now using SGI's glext.h instead of original Mesa file 2000-06-13 00:36:58 +00:00
Brian Paul 63ec423823 GL_TEXTURE_BASE_LEVEL wasn't working correctly 2000-06-12 16:09:49 +00:00
Brian Paul 9fb1279b71 define GL_GLEXT_PROTOTYPES for glext.h 2000-06-12 15:40:47 +00:00
Brian Paul b3a58bbf1d changed dispatch of GL_EXT_vertex_array functions 2000-06-12 15:38:43 +00:00
Brian Paul 614ff87923 added EXT version of vertex array functions 2000-06-12 15:37:18 +00:00
Brian Paul 1f0e213bf8 added EXT version of vertex array functions 2000-06-12 15:30:51 +00:00
Jon Taylor ffd561e4b5 Lots of small updates to GGIMesa, tracking LibGGI internals changes 2000-06-11 20:11:55 +00:00
Brian Paul 7b2c0f9148 initial check-in 2000-06-09 00:22:02 +00:00
Brian Paul 4c07bd5709 variety of updates to better conform to real GLX 2000-06-08 22:50:28 +00:00
Brian Paul 07b220ad46 clean-up in anticipation of glxext.h 2000-06-08 22:50:24 +00:00
Brian Paul 77ee5aad27 added GL_EXT_packed_pixels extension, subset of GL 1.2 2000-06-08 22:47:24 +00:00
Brian Paul 0c03647f08 updated OSF/1 CFLAGS (Jeremie Petit) 2000-06-08 15:19:12 +00:00
Brian Paul 9540a1dbcf more work on GL_ARB_texture_compression 2000-06-06 17:03:38 +00:00