Brian Paul
|
ae40595b69
|
added _mesa_image_row_stride()
|
2000-03-21 00:48:53 +00:00 |
|
Brian Paul
|
8a4014c6fb
|
more reorganization and clean-up
|
2000-03-20 23:54:54 +00:00 |
|
Brian Paul
|
633e1dcb2b
|
rearranged order of some functions
|
2000-03-20 23:45:59 +00:00 |
|
Brian Paul
|
2090b97998
|
added new TexImage and TexSubImage functions
|
2000-03-20 23:40:57 +00:00 |
|
Brian Paul
|
77ce6da028
|
added new_texture_image()
|
2000-03-20 23:40:12 +00:00 |
|
Brian Paul
|
66ae25078e
|
patched for Cygwin (Sven Panne)
|
2000-03-20 19:26:01 +00:00 |
|
Brian Paul
|
f7b5707d66
|
added device driver functions for CopyTexImage, CopyTexSubImage, GetTexImage
|
2000-03-20 14:37:52 +00:00 |
|
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
|
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 |
|
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
|
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
|
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
|
7fc29c5fa7
|
fixed off-by-one errors in matrix stack setup/cleanup
|
2000-03-06 17:03:03 +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
|
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
|
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
|
7f88ac198c
|
patched for NetBSD support (Allen Briggs)
|
2000-02-27 18:04:59 +00:00 |
|
Brian Paul
|
45cec8167d
|
inserted a tab
|
2000-02-25 20:36:03 +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 |
|
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 |
|