Commit Graph

122377 Commits

Author SHA1 Message Date
Brian Paul 24e50d4dea initial rev 1999-12-16 12:35:18 +00:00
Brian Paul c02db13e00 added a cast to malloc call 1999-12-16 08:54:22 +00:00
Brian Paul acd181021d added _glapi_get_proc_name() 1999-12-15 15:03:16 +00:00
Brian Paul 0f710258c2 new thread code 1999-12-15 15:02:30 +00:00
Brian Paul 77e898629e initial rev 1999-12-15 13:14:54 +00:00
Brian Paul 95b305cc97 just include Makefile.X11 1999-12-15 13:14:22 +00:00
Brian Paul 381e5555a5 made a few globals static 1999-12-15 13:02:09 +00:00
Brian Paul 7e401c1546 moved #define to column 0 1999-12-15 13:00:45 +00:00
Brian Paul 6625fc53e0 replaced 0 with 0.0 in sin, cos calls 1999-12-15 12:59:52 +00:00
Brian Paul 73ee3ef749 removed _GLAPI_ extension testing 1999-12-15 12:55:54 +00:00
Brian Paul 67661b04f2 added many more extension entry points 1999-12-15 12:52:31 +00:00
Jouk Jansen 945d18a5e2 Committing in .
Update for VMS only

 Modified Files:
 	Mesa/src/stencil.h
 ----------------------------------------------------------------------
1999-12-13 04:08:27 +00:00
Brian Paul 19a2ebd02f removed unneeded code in gluBuild1DMipmaps() 1999-12-12 17:24:18 +00:00
Brian Paul 6fc61407a3 bitmaps were vertically shifted by one pixel 1999-12-12 17:04:50 +00:00
Brian Paul ff06c837b5 added GLX_ARB_get_proc_address 1999-12-11 09:54:33 +00:00
Brian Paul 97febca0f3 added GLX_ARB_get_proc_address to extension list 1999-12-11 09:20:53 +00:00
Brian Paul cd96388857 implemented GL_ARB_tranpose_matrix 1999-12-10 20:01:06 +00:00
Brian Paul 0056c5e40d added GL_ARB_transpose_matrix 1999-12-10 19:54:50 +00:00
Brian Paul 1478647932 new depth buffer functions 1999-12-10 19:13:42 +00:00
Brian Paul 4c7fd2cfce pass new args to gl_create_framebuffer 1999-12-10 19:13:14 +00:00
Brian Paul d91fb9f592 applied Daryll's patches 1999-12-10 19:11:23 +00:00
Brian Paul 4c44d63f01 pass new args to gl_create_framebuffer() 1999-12-10 19:09:59 +00:00
Brian Paul 5c3bee5039 changes in hardware depth buffer support 1999-12-10 19:09:21 +00:00
Brian Paul f5abeebf49 applied Daryll's patches 1999-12-10 18:56:48 +00:00
Brian Paul 5ee41bda2c updated for hardware stencil support 1999-12-10 16:15:04 +00:00
Brian Paul 86d518ec5b added stencil buffer functions 1999-12-10 16:14:40 +00:00
Brian Paul ab9f21e68e code clean-up 1999-12-10 15:38:08 +00:00
Brian Paul e7d9d97471 added glXGetProcAddressARB() 1999-12-10 15:16:49 +00:00
Brian Paul aaeea91bd0 removed gl_get_proc_address() 1999-12-10 15:13:57 +00:00
Andre Werthmann 7c68acc32e added the katmai_transform_points4_* functions 1999-12-08 11:52:29 +00:00
Jouk Jansen fce01a5a16 Committing in .
Make supportupdate for VMS

 Modified Files:
 	Mesa/src-glu/descrip.mms Mesa/src-glu/gluP.h
 ----------------------------------------------------------------------
1999-12-07 09:02:12 +00:00
Gareth Hughes ff5ce773b2 Merging in work from 3.1/3.2 branch. Tessellator is essentially fully
functional now.
1999-12-06 09:39:34 +00:00
Brian Paul a1216fe3a2 Clearing stencil buffer now observes the stencil write mask
Optimized gl_depth_stencil_span/pixels() functions
1999-12-04 21:23:55 +00:00
Brian Paul c63a8693bb minor stencil-related changes 1999-12-04 21:23:17 +00:00
Brian Paul b22ac10c1a added glCopyPixels bug fix 1999-12-03 18:50:48 +00:00
Brian Paul 32c3255e06 test for null newCtx before newCtx->FirstTimeCurrent 1999-12-02 20:33:06 +00:00
Brian Paul 7b0903557a added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre) 1999-12-02 15:21:26 +00:00
Brian Paul 420ef64f18 gl_BindTexture was broken when target==GL_TEXTURE_3D 1999-12-01 21:10:08 +00:00
Brian Paul eb6e3d3613 fxInitPixelTables() change for Voodoo 1/2 vs 3 1999-12-01 01:22:20 +00:00
Brian Paul b7a4304f70 print debug info in gl_make_current() if MESA_INFO env var set 1999-11-30 20:34:51 +00:00
Jouk Jansen 2ed15898c4 Committing in .
Update makefiles for VMS due to obsolete files

 Modified Files:
 	Mesa/src/descrip.mms Mesa/src/mms_depend
 ----------------------------------------------------------------------
1999-11-29 08:43:31 +00:00
Brian Paul e93842b6aa added missing functions in GLX_functions[] array 1999-11-28 20:18:50 +00:00
Brian Paul 36cfa38760 updated comments, removed obsolete functions 1999-11-28 20:15:04 +00:00
Brian Paul cac5cdd6f7 removed include fakeglx.h 1999-11-28 20:11:56 +00:00
Brian Paul 621a05d12f removed realglx.c 1999-11-28 20:10:24 +00:00
Brian Paul 71600f0ce6 obsolete 1999-11-28 20:09:46 +00:00
Brian Paul 426cb9f58f changes for new GLX dispatcher 1999-11-28 20:08:02 +00:00
Brian Paul e17ba7120f all new dispatch system 1999-11-28 20:07:33 +00:00
Brian Paul 6f2311270c initial rev 1999-11-28 20:07:19 +00:00
Brian Paul cdc62309b4 move dispatch table size check into _mesa_init_no_op_table() 1999-11-27 21:42:12 +00:00