Brian Paul
8f91fb630c
added current context functions, made ThreadSafe public
1999-12-17 14:51:28 +00:00
Brian Paul
d3c070ca6a
removed old thread code
1999-12-17 12:23:25 +00:00
Brian Paul
c633693a28
fixed thread problems
1999-12-17 12:21:38 +00:00
Brian Paul
590d34726d
more tweaking of thread support
1999-12-17 12:20:23 +00:00
Brian Paul
e2b10e72a6
don't free thread data in pthread_key_create()
1999-12-17 11:13:54 +00:00
Brian Paul
6ef84acfec
minor clean-up
1999-12-16 17:33:43 +00:00
Brian Paul
bb72d326a0
thread support now works
1999-12-16 17:31:59 +00:00
Brian Paul
c11371a4e5
initial rev
1999-12-16 17:31:06 +00:00
Brian Paul
3aecc51805
minor change
1999-12-16 12:38:54 +00:00
Brian Paul
0c239fc6c5
new threading, more functions added
1999-12-16 12:38:11 +00:00
Brian Paul
e3a49d0cef
added more functions
1999-12-16 12:36:54 +00:00
Brian Paul
fd5d305a9f
added more extension functions
1999-12-16 12:36:30 +00:00
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