Brian Paul
|
0555a98926
|
removed GL_FXMESA_global_texture_lod_bias extension
|
2000-03-19 23:44:24 +00:00 |
|
Brian Paul
|
e7eb459d27
|
removed debug printf
|
2000-03-19 23:35:42 +00:00 |
|
Brian Paul
|
4ce2d87cf6
|
updated for Mesa 3.3
|
2000-03-19 01:13:13 +00:00 |
|
Brian Paul
|
959f802dab
|
fixed compiler warnings on BeOS R4
|
2000-03-19 01:10:11 +00:00 |
|
Brian Paul
|
a742e9bccd
|
added glext.h to tar file list
|
2000-03-19 00:16:41 +00:00 |
|
Brian Paul
|
7621c4d66b
|
removed MGL files
|
2000-03-18 23:40:37 +00:00 |
|
Brian Paul
|
586b4f66a8
|
colors were computed incorrectly (Hans Nelles)
|
2000-03-18 01:13:29 +00:00 |
|
Brian Paul
|
e7b16b74bf
|
silence some warnings
|
2000-03-17 15:33:09 +00:00 |
|
Brian Paul
|
39c8977802
|
added missing error checks
|
2000-03-17 15:32:04 +00:00 |
|
Brian Paul
|
650cb74bcb
|
removed old Depth buffer pointer var
|
2000-03-17 15:31:52 +00:00 |
|
Keith Whitwell
|
46f717f949
|
fix for tristrip bug and unfilled quad/polygon bug
|
2000-03-16 07:36:33 +00:00 |
|
Brian Paul
|
27b2e83805
|
removed old comment
|
2000-03-13 18:32:37 +00:00 |
|
Brian Paul
|
7c652d7722
|
fixed polygon stipple packing/unpacking
|
2000-03-13 18:31:51 +00:00 |
|
Brian Paul
|
3cb1121299
|
added final GL_HP_occlusion_test values
|
2000-03-13 15:48:51 +00:00 |
|
Jouk Jansen
|
ab07ef4093
|
Committing in .
VMS compile support-update (AATRIANGLE.C)
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
|
2000-03-13 10:31:57 +00:00 |
|
Brian Paul
|
9aafc4fd5d
|
gave temp values to GL_HP_occlusion_test tokens
|
2000-03-11 23:24:01 +00:00 |
|
Brian Paul
|
1b2ff69f46
|
initial implementation of GL_HP_occlusion_test extension
|
2000-03-11 23:23:26 +00:00 |
|
Brian Paul
|
516b8363bb
|
glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functions
|
2000-03-10 22:12:22 +00:00 |
|
Brian Paul
|
fca17350b6
|
removed Driver.UseGlobalTexturePalette()
|
2000-03-07 18:24:49 +00:00 |
|
Brian Paul
|
7a7ca3f345
|
minor clean-up
|
2000-03-07 18:24:14 +00:00 |
|
Brian Paul
|
56b99de2fa
|
implemented FX_grSstPerfStats()
|
2000-03-07 18:23:20 +00:00 |
|
Brian Paul
|
9360a4450d
|
added GL_EXT_texture_lod_bias
|
2000-03-07 17:59:54 +00:00 |
|
Brian Paul
|
64eef48741
|
added GL_HP_occlusion_test, GL_EXT_texture_lod_bias
|
2000-03-07 17:55:40 +00:00 |
|
Brian Paul
|
aabf086a03
|
added GL_EXT_texture_lod_bias extension (Michael Vance)
|
2000-03-07 17:54:58 +00:00 |
|
Brian Paul
|
4f92969899
|
made gl_make_fog_coords() static
|
2000-03-07 17:40:34 +00:00 |
|
Brian Paul
|
b3f16c4350
|
added target parameter to Driver.TexEnv()
|
2000-03-07 17:11:29 +00:00 |
|
Brian Paul
|
e02ffc1226
|
now save Targa image. misc clean-up
|
2000-03-06 23:56:21 +00:00 |
|
Brian Paul
|
463d15add9
|
added demos/geartrain
|
2000-03-06 23:35:51 +00:00 |
|
Brian Paul
|
b50d03e5bc
|
added geartrain
|
2000-03-06 23:35:06 +00:00 |
|
Brian Paul
|
392a7008d1
|
initial check-in
|
2000-03-06 23:34:42 +00:00 |
|
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 |
|