Brian Paul
33cd8a5490
minor stencil-related changes
26 years ago
Brian Paul
dd25e9852a
added glCopyPixels bug fix
26 years ago
Brian Paul
05df9bb6e0
added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)
26 years ago
Gareth Hughes
a335bf404f
Fixed bug in tessellatin for xlockmore's text3d screensaver. The
external maximums weren't being handled correctly.
Output contours seem to be oriented incorrectly, as they appear as
solidly-filled areas.
26 years ago
Brian Paul
783a67260a
gl_BindTexture was broken when target==GL_TEXTURE_3D
26 years ago
Keith Whitwell
e99e126479
check ctx before dereferencing it
26 years ago
Keith Whitwell
98fce32683
Normal, stipple and varray bug fixes
26 years ago
Brian Paul
9493e540f9
fxInitPixelTables() change for Voodoo 1/2 vs 3
26 years ago
Brian Paul
7138d38cc1
print debug info in gl_make_current() if MESA_INFO env var set
26 years ago
Gareth Hughes
9e7f0e1f7c
Fixed errors associated with Win32 build warnings.
26 years ago
Brian Paul
52345bfa1e
removed Mesa-isms
26 years ago
Brian Paul
93070bceca
updated for 3.1
26 years ago
Brian Paul
5b90676fc7
added a few prototypes for BeOS/g++
26 years ago
Brian Paul
92ad030cb7
added a cast to silence a g++ warning
26 years ago
Brian Paul
9afe0e4278
generate Z values when fog enabled (Andree Borrmann)
26 years ago
Keith Whitwell
3e63be01d1
allow drivers to request fog coordinates
26 years ago
Brian Paul
c73eedbe96
bumped version to 3.1
26 years ago
Brian Paul
8c54c4d9f7
bumped version to 3.1, updated copyright
26 years ago
Keith Whitwell
33817940c4
another typo
26 years ago
Miklos Fazekas
7ec2e161ac
Glide3 now uses the same layout as Glide2.
26 years ago
Brian Paul
fc2e8cd0d0
fixed new cut/paste error in FX_grSstWinOpen() call
26 years ago
Brian Paul
a3ea9edfda
removed GL_EXT_get_proc_address from ext strings
26 years ago
Brian Paul
7fa9891de2
removed GLU_EXT_get_proc_address from ext string
26 years ago
Brian Paul
ddd9410a67
potential bug fix and clean-up in gl_ShadeModel()
26 years ago
Brian Paul
532dde3e99
fixed shade model bug (A.Borrmann)
26 years ago
Brian Paul
2a6f393fa7
added pragma 4615 (Eero), added copyright
26 years ago
Brian Paul
2d1b9e0402
removed redundant fxCloseHardware() decl
26 years ago
Brian Paul
19c878467f
removed reference to GL_EXT_texture_env_add
26 years ago
Miklos Fazekas
1041d573ff
Fixed FXMESA_USE_ARGB.
26 years ago
Miklos Fazekas
fda834160b
Created the correct pixel table with:FXMESA_USE_ARGB.
26 years ago
Miklos Fazekas
7d35435bb6
Added gl_extension_is_enabled.
26 years ago
Gareth Hughes
5c191a62bc
Fixed exterior intersection point insertion. Removed flag from vertex
left over from previous clipping algorithms. Self-intersecting
contours are now tessellated correctly.
26 years ago
Brian Paul
eca3b6e47e
replace encounteed with encountered
26 years ago
Miklos Fazekas
aa0a8624fb
Removed #ifdef form inside a macro call.
26 years ago
Miklos Fazekas
f16a627115
Added GL_ADD.
26 years ago
Miklos Fazekas
1d39975c4e
Added gl_extension_is_enabled.
26 years ago
Keith Whitwell
62d5f4c73e
fixes for andree's drawarrays problems
26 years ago
Brian Paul
d42cd99c66
two fixes in gl_DrawArrays (Andree Borrman)
26 years ago
Brian Paul
03ef882735
fixed FX_grSstControl(), now returns FxBool
26 years ago
Brian Paul
19d0fcafb3
removed unused fxTMNewTMFreeNode decl
26 years ago
Brian Paul
cc6e92ff49
merge from 3.3 branch of Daryll's X server changes
26 years ago
Brian Paul
463c2b6b77
test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)
26 years ago
Brian Paul
09c133e16f
fixed some glitches (Eero Pajarre)
26 years ago
Brian Paul
bb1d3c1ad1
new PixelTo[RGB] lookup tables for pixel readback
26 years ago
Brian Paul
cabb6a91cd
also remove .lo .la and .libs/
26 years ago
Gareth Hughes
c76ac6b644
Added combine callback. Converted vertices from ints to floats.
26 years ago
Gareth Hughes
6842075a09
Fixed some vertex insertion bugs. Added boundary intersection
handling, although it is still slightly broken. Horizontal edges need
to make it into the AET table, I think. This will fix book/tess at
least, and possibly book/tesswind as well.
26 years ago
Brian Paul
b1da189fe5
removed unused finished: label
26 years ago
Brian Paul
9b635315be
fixed several texture state update bugs found with objbug.c program
26 years ago
Gareth Hughes
702baf4cd3
Added scanbeam polygon clipping for intersection handling and boolean
operations. Lots of other bug fixes and code cleanups.
26 years ago