Brian Paul
|
7fc29c5fa7
|
fixed off-by-one errors in matrix stack setup/cleanup
|
2000-03-06 17:03:03 +00:00 |
|
Jouk Jansen
|
3f600e47cf
|
Committing in .
VMS : C++ & Xlib.h problems.
Modified Files:
Mesa/include/GL/glx.h
----------------------------------------------------------------------
|
2000-03-06 12:59:24 +00:00 |
|
Brian Paul
|
0223baaf57
|
removed obsolete logicop function
|
2000-03-03 23:21:57 +00:00 |
|
Brian Paul
|
1b6592aae7
|
added LineWidth device driver function
|
2000-03-03 18:55:45 +00:00 |
|
Brian Paul
|
4f980f4ebb
|
depth buffer change, BGR/RGB setup change
|
2000-03-03 17:53:26 +00:00 |
|
Brian Paul
|
b440dfeee6
|
clean-up warnings
|
2000-03-03 17:51:35 +00:00 |
|
Brian Paul
|
ed30dfa126
|
runtime selectable depth buffer depth
|
2000-03-03 17:47:39 +00:00 |
|
Brian Paul
|
8df3d8ae6c
|
save ColorTable and ColorSubTable commands
|
2000-03-03 17:45:21 +00:00 |
|
Brian Paul
|
4ee75bdab5
|
moved device driver DrawPixels call
|
2000-03-03 15:39:13 +00:00 |
|
Brian Paul
|
c232ecbfdf
|
added device driver ReadPixels and CopyPixels functions
|
2000-03-03 15:38:57 +00:00 |
|
Brian Paul
|
54ec0cbfa9
|
removed GLX_VERSION_1_3 for now
|
2000-03-03 15:35:51 +00:00 |
|
Brian Paul
|
4c7e3c29f7
|
changes to _WIN32 test and APIENTRY test
|
2000-03-03 15:00:14 +00:00 |
|
Brian Paul
|
f9b9cd71d6
|
minor clean-up
|
2000-03-02 18:34:34 +00:00 |
|
Brian Paul
|
9d823a3513
|
simplification of GLNAME macro setup (David Dawes)
|
2000-03-01 23:34:03 +00:00 |
|
Brian Paul
|
65d54604c3
|
inserted static const in make_null_texture()
|
2000-03-01 23:28:20 +00:00 |
|
Brian Paul
|
3bc58af79d
|
minor reformatting
|
2000-03-01 20:43:30 +00:00 |
|
Brian Paul
|
15da01e16b
|
added readpix program
|
2000-03-01 16:24:29 +00:00 |
|
Brian Paul
|
eca1bc983d
|
test glDraw/Read/CopyPixels()
|
2000-03-01 16:23:14 +00:00 |
|
Brian Paul
|
6b729d41f0
|
added GL_GLEXT_VERSION_EXT
|
2000-03-01 03:44:10 +00:00 |
|
Brian Paul
|
058a3ab4cb
|
test for GL 1.2
|
2000-03-01 03:36:40 +00:00 |
|
Brian Paul
|
aae9db03e4
|
added proxy texture targets to GetColorTableParameter (Steven Fuller)
|
2000-02-28 20:38:37 +00:00 |
|
Brian Paul
|
26a89579e4
|
added GL_BGR and GL_BGRA support
|
2000-02-28 14:51:43 +00:00 |
|
Keith Whitwell
|
e5ed37fa4e
|
add callbacks for stipple
|
2000-02-27 20:38:15 +00:00 |
|
Brian Paul
|
3994b77bab
|
changed glXCopyContext() mask to unsigned long, per GLX spec
|
2000-02-27 18:26:54 +00:00 |
|
Brian Paul
|
0f21a5d36b
|
added a bit of GLAPIENTRY, APIENTRY setup
|
2000-02-27 18:12:41 +00:00 |
|
Brian Paul
|
7f88ac198c
|
patched for NetBSD support (Allen Briggs)
|
2000-02-27 18:04:59 +00:00 |
|
Brian Paul
|
4c5fb70380
|
added all the PFNGL...PROC typedefs
|
2000-02-26 00:48:02 +00:00 |
|
Brian Paul
|
4ceb5616e6
|
fixed bug when using display lists
|
2000-02-25 23:24:06 +00:00 |
|
Brian Paul
|
f5d36aefd1
|
added GL_HAS_GLEXT
|
2000-02-25 21:01:41 +00:00 |
|
Brian Paul
|
45cec8167d
|
inserted a tab
|
2000-02-25 20:36:03 +00:00 |
|
Brian Paul
|
9f9de170f2
|
removed the GET_BITS_PER_PIXEL macro
|
2000-02-25 20:31:11 +00:00 |
|
Brian Paul
|
f9db0039b1
|
added XMesaUnbindContext (for DRI)
|
2000-02-25 20:30:23 +00:00 |
|
Brian Paul
|
c1aa1218ef
|
changed glXCopyContext mask back to GLuint
|
2000-02-25 17:04:42 +00:00 |
|
Brian Paul
|
9ec28c03c0
|
changed glXCopyContext's mask to unsigned long
|
2000-02-25 16:46:01 +00:00 |
|
Brian Paul
|
bb7e2e846c
|
fixed front/back buffer stride problem for XF86DRI
|
2000-02-25 14:59:46 +00:00 |
|
Jouk Jansen
|
eaba005f18
|
Committing in .
VMS & type-mismatch problems
Modified Files:
Mesa/include/GL/glext.h Mesa/include/GL/glx.h
----------------------------------------------------------------------
|
2000-02-25 12:35:57 +00:00 |
|
Brian Paul
|
f183a0fc01
|
added note about double buffering for in-window rendering
|
2000-02-25 04:42:58 +00:00 |
|
Brian Paul
|
b11b0954a2
|
new fxDDClear(), fxDDDrawBitmp(), example extension registration code
|
2000-02-25 04:16:50 +00:00 |
|
Keith Whitwell
|
e828bc8f61
|
Fog coordinate stage which drivers may use to replace standard fogging
mechanism.
LogicOp state change callback
|
2000-02-25 03:55:39 +00:00 |
|
Brian Paul
|
8ceb5c34dd
|
now using SGI-specified dispatch order
|
2000-02-24 22:14:04 +00:00 |
|
Brian Paul
|
7c2225373e
|
now generated with Python script
|
2000-02-24 22:11:32 +00:00 |
|
Brian Paul
|
f1a03a3709
|
added more entrypoints
|
2000-02-24 22:08:02 +00:00 |
|
Brian Paul
|
ead285a926
|
bunch of dispatch and extension-related changes
|
2000-02-24 22:04:03 +00:00 |
|
Brian Paul
|
8814124f35
|
bunch of extension clean-up
|
2000-02-24 22:03:21 +00:00 |
|
Brian Paul
|
b5d049f15e
|
added some error checking
|
2000-02-24 18:36:32 +00:00 |
|
Brian Paul
|
87ae69c45d
|
use quotes for gl.h and glext.h includes
|
2000-02-24 15:12:05 +00:00 |
|
Brian Paul
|
97c33f3ede
|
added missing backslash on line 483
|
2000-02-24 00:52:23 +00:00 |
|
Brian Paul
|
b629b0743c
|
added more extension entrypoints
|
2000-02-24 00:23:32 +00:00 |
|
Brian Paul
|
f3232bcaf1
|
changed glXCopyContext()'s mask to unsigned long
|
2000-02-23 23:04:27 +00:00 |
|
Brian Paul
|
7ac435066a
|
fixed problem in print_extension_list() when ext ended in a space
|
2000-02-23 22:50:35 +00:00 |
|