Commit Graph

  • 24e50d4dea initial rev Brian Paul 1999-12-16 12:35:18 +0000
  • c02db13e00 added a cast to malloc call Brian Paul 1999-12-16 08:54:22 +0000
  • acd181021d added _glapi_get_proc_name() Brian Paul 1999-12-15 15:03:16 +0000
  • 0f710258c2 new thread code Brian Paul 1999-12-15 15:02:30 +0000
  • 77e898629e initial rev Brian Paul 1999-12-15 13:14:54 +0000
  • 95b305cc97 just include Makefile.X11 Brian Paul 1999-12-15 13:14:22 +0000
  • 381e5555a5 made a few globals static Brian Paul 1999-12-15 13:02:09 +0000
  • 7e401c1546 moved #define to column 0 Brian Paul 1999-12-15 13:00:45 +0000
  • 6625fc53e0 replaced 0 with 0.0 in sin, cos calls Brian Paul 1999-12-15 12:59:52 +0000
  • 73ee3ef749 removed _GLAPI_ extension testing Brian Paul 1999-12-15 12:55:54 +0000
  • 67661b04f2 added many more extension entry points Brian Paul 1999-12-15 12:52:31 +0000
  • 945d18a5e2 Committing in . Jouk Jansen 1999-12-13 04:08:27 +0000
  • 19a2ebd02f removed unneeded code in gluBuild1DMipmaps() Brian Paul 1999-12-12 17:24:18 +0000
  • 6fc61407a3 bitmaps were vertically shifted by one pixel Brian Paul 1999-12-12 17:04:50 +0000
  • ff06c837b5 added GLX_ARB_get_proc_address Brian Paul 1999-12-11 09:54:33 +0000
  • 97febca0f3 added GLX_ARB_get_proc_address to extension list Brian Paul 1999-12-11 09:20:53 +0000
  • cd96388857 implemented GL_ARB_tranpose_matrix Brian Paul 1999-12-10 20:01:06 +0000
  • 0056c5e40d added GL_ARB_transpose_matrix Brian Paul 1999-12-10 19:54:50 +0000
  • 1478647932 new depth buffer functions Brian Paul 1999-12-10 19:13:42 +0000
  • 4c7fd2cfce pass new args to gl_create_framebuffer Brian Paul 1999-12-10 19:13:14 +0000
  • d91fb9f592 applied Daryll's patches Brian Paul 1999-12-10 19:11:23 +0000
  • 4c44d63f01 pass new args to gl_create_framebuffer() Brian Paul 1999-12-10 19:09:59 +0000
  • 5c3bee5039 changes in hardware depth buffer support Brian Paul 1999-12-10 19:09:21 +0000
  • f5abeebf49 applied Daryll's patches Brian Paul 1999-12-10 18:56:48 +0000
  • 5ee41bda2c updated for hardware stencil support Brian Paul 1999-12-10 16:15:04 +0000
  • 86d518ec5b added stencil buffer functions Brian Paul 1999-12-10 16:14:40 +0000
  • ab9f21e68e code clean-up Brian Paul 1999-12-10 15:38:08 +0000
  • e7d9d97471 added glXGetProcAddressARB() Brian Paul 1999-12-10 15:16:49 +0000
  • aaeea91bd0 removed gl_get_proc_address() Brian Paul 1999-12-10 15:13:57 +0000
  • 7c68acc32e added the katmai_transform_points4_* functions Andre Werthmann 1999-12-08 11:52:29 +0000
  • fce01a5a16 Committing in . Jouk Jansen 1999-12-07 09:02:12 +0000
  • ff5ce773b2 Merging in work from 3.1/3.2 branch. Tessellator is essentially fully functional now. Gareth Hughes 1999-12-06 09:39:34 +0000
  • a1216fe3a2 Clearing stencil buffer now observes the stencil write mask Optimized gl_depth_stencil_span/pixels() functions Brian Paul 1999-12-04 21:23:55 +0000
  • c63a8693bb minor stencil-related changes Brian Paul 1999-12-04 21:23:17 +0000
  • b22ac10c1a added glCopyPixels bug fix Brian Paul 1999-12-03 18:50:48 +0000
  • 32c3255e06 test for null newCtx before newCtx->FirstTimeCurrent Brian Paul 1999-12-02 20:33:06 +0000
  • 7b0903557a added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre) Brian Paul 1999-12-02 15:21:26 +0000
  • 420ef64f18 gl_BindTexture was broken when target==GL_TEXTURE_3D Brian Paul 1999-12-01 21:10:08 +0000
  • eb6e3d3613 fxInitPixelTables() change for Voodoo 1/2 vs 3 Brian Paul 1999-12-01 01:22:20 +0000
  • b7a4304f70 print debug info in gl_make_current() if MESA_INFO env var set Brian Paul 1999-11-30 20:34:51 +0000
  • 2ed15898c4 Committing in . Jouk Jansen 1999-11-29 08:43:31 +0000
  • e93842b6aa added missing functions in GLX_functions[] array Brian Paul 1999-11-28 20:18:50 +0000
  • 36cfa38760 updated comments, removed obsolete functions Brian Paul 1999-11-28 20:15:04 +0000
  • cac5cdd6f7 removed include fakeglx.h Brian Paul 1999-11-28 20:11:56 +0000
  • 621a05d12f removed realglx.c Brian Paul 1999-11-28 20:10:24 +0000
  • 71600f0ce6 obsolete Brian Paul 1999-11-28 20:09:46 +0000
  • 426cb9f58f changes for new GLX dispatcher Brian Paul 1999-11-28 20:08:02 +0000
  • e17ba7120f all new dispatch system Brian Paul 1999-11-28 20:07:33 +0000
  • 6f2311270c initial rev Brian Paul 1999-11-28 20:07:19 +0000
  • cdc62309b4 move dispatch table size check into _mesa_init_no_op_table() Brian Paul 1999-11-27 21:42:12 +0000
  • f25e1ac31f added call to _mesa_init_no_op_table() Brian Paul 1999-11-27 21:40:42 +0000
  • 59577b577d added _mesa_init_no_op_table() Brian Paul 1999-11-27 21:40:28 +0000
  • 91bcefaa49 lots of work on extension management Brian Paul 1999-11-27 21:30:40 +0000
  • 4329fd5e47 added _GLAPI_EXTRA_SLOTS symbol Brian Paul 1999-11-27 21:30:10 +0000
  • d850fc3e54 removed Mesa-isms Brian Paul 1999-11-27 01:41:01 +0000
  • a89dccf8f8 updates for 3.1 and later Brian Paul 1999-11-27 01:40:40 +0000
  • 7110c37d5e generate Z values when fog enabled (Andree Borrmann) Brian Paul 1999-11-26 16:27:05 +0000
  • 88590fb342 include glapitable.h Brian Paul 1999-11-25 18:17:14 +0000
  • 7e1161bd2d now using glapitemp.h to generate entrypoints Brian Paul 1999-11-25 18:17:04 +0000
  • 1210b0d9f3 initial rev Brian Paul 1999-11-25 18:16:13 +0000
  • 21217695d3 include glapi.h Brian Paul 1999-11-25 18:15:23 +0000
  • bd1db5d6b5 added wincopy demo Brian Paul 1999-11-25 17:42:01 +0000
  • b5e4a16e4a initial rev Brian Paul 1999-11-25 17:41:51 +0000
  • c42c33e2a1 bunch of changes for separate read buffer feature Brian Paul 1999-11-25 17:38:12 +0000
  • 086a151f94 implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable() Brian Paul 1999-11-25 17:37:49 +0000
  • cea0e8e670 replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer() Brian Paul 1999-11-25 17:36:48 +0000
  • b6709c8472 updated for Mesa 3.3 Brian Paul 1999-11-24 21:17:32 +0000
  • 3901be83dd updated with Mesa 3.3 info Brian Paul 1999-11-24 21:13:18 +0000
  • 3f02f90f94 added support for separate read/draw buffers per context Brian Paul 1999-11-24 18:48:30 +0000
  • 5bf7f47083 removed version logging Brian Paul 1999-11-24 18:45:44 +0000
  • b16103c466 bumped version to 3.3 Brian Paul 1999-11-24 18:43:19 +0000
  • 2257a12013 added XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer(), bumped version to 3.3 Brian Paul 1999-11-24 18:36:14 +0000
  • b314d1d3af added a few more GLX 1.3 tokens Brian Paul 1999-11-24 17:04:46 +0000
  • 5fff37ecd4 renamed near and far arguments to gluUnProject4() Brian Paul 1999-11-24 13:06:48 +0000
  • 9331b6702c added GLU 1.3 functions Brian Paul 1999-11-23 22:41:10 +0000
  • 04c43deb54 another typo Keith Whitwell 1999-11-23 21:15:37 +0000
  • 664a1f88f2 added GLX 1.3 tokens and functions Brian Paul 1999-11-23 19:54:53 +0000
  • ad6fd8ed4d added GLX 1.3 functions Brian Paul 1999-11-23 19:54:27 +0000
  • 4e176ff358 added _mesa_clip_pixelrect() Brian Paul 1999-11-22 22:21:38 +0000
  • 78fc78e0f6 clean up of version handling, removed GLX_EXT_get_proc_address string Brian Paul 1999-11-22 22:17:06 +0000
  • 4f145468f4 removed GLU_EXT_get_proc_address from ext strings Brian Paul 1999-11-22 22:15:50 +0000
  • bdbd2e04c8 changed comment for WriteRGBSpan() Brian Paul 1999-11-22 21:54:14 +0000
  • b82d993b03 added glXGetCurrentDisplay() for GLX 1.2 Brian Paul 1999-11-22 21:52:23 +0000
  • bf3f9bdaae bumped GLX version to 1.2, added glXGetCurrentDisplay() Brian Paul 1999-11-22 21:51:53 +0000
  • 8acb3a1238 fixed potential bug in _mesa_ShadeModel() Brian Paul 1999-11-22 18:58:53 +0000
  • 414b6e7c00 added SET/CLEAR/TEST_BITS macros, misc clean-up Brian Paul 1999-11-22 18:57:56 +0000
  • f2db7ed71e fixed shade model bug (A.Borrmann) Brian Paul 1999-11-22 18:28:39 +0000
  • 47cdadc626 added pragma 4615 (Eero), added copyright Brian Paul 1999-11-22 14:05:44 +0000
  • ca1ea0ac09 removed redundant fxCloseHardware() decl Brian Paul 1999-11-22 14:02:12 +0000
  • 172d6c0d44 added more ASM_SRCS Andre Werthmann 1999-11-22 01:24:25 +0000
  • f0dee6578a renamed struct gl_palette as struct gl_color_table Brian Paul 1999-11-19 22:51:29 +0000
  • 7fb54ae3b3 updates for thread safety Brian Paul 1999-11-19 22:33:50 +0000
  • 0498682406 updates for Mesa 3.3 Brian Paul 1999-11-19 22:26:52 +0000
  • 9fd022a905 replace encounteed with encountered Brian Paul 1999-11-19 21:23:37 +0000
  • 784657c379 fixes for andree's drawarrays problems Keith Whitwell 1999-11-19 00:03:27 +0000
  • 653c83b9b4 two fixes in gl_DrawArrays (Andree Borrman) Brian Paul 1999-11-18 23:56:04 +0000
  • a65efe4b75 reordered the extensions and numbered them Brian Paul 1999-11-18 20:23:31 +0000
  • e160f9419c fixed FX_grSstControl(), now returns FxBool Brian Paul 1999-11-18 19:42:09 +0000
  • e95cc0dce3 removed unused fxTMNewTMFreeNode decl Brian Paul 1999-11-18 19:42:00 +0000
  • 4b7526d001 silence an uninitialized var warning Brian Paul 1999-11-18 15:44:37 +0000