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
Gareth Hughes
b27ee886e4
Added new tessellation polygon clipping file tess_clip.c
26 years ago
Josh Vanderhoof
276465cec6
fixed SSE bugs
26 years ago
Brian Paul
5428538d65
added 3.1 final section
26 years ago
Brian Paul
ab5d4d6233
added glxdpyinfo
26 years ago
Brian Paul
2450ce124b
initial check-in
26 years ago
Brian Paul
cf22eb77a7
added some braces to silence gcc warnings
26 years ago
Brian Paul
569802cdb1
added missing braces in array initializations
26 years ago
Brian Paul
37ff9433c0
added missing braces in array initializations
26 years ago
sio
3d993b7dee
Added missing GLAPIENTRY to glConvolution* and glCopy*
26 years ago
Jouk Jansen
d1aeac8d1d
version 3.3 update
26 years ago
Jouk Jansen
86d36643de
tess_macro.h included
26 years ago
Kendall Bennett
a73119234c
. Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibility
with the IBM VisualAge C++ compiler. Eventually some more code will be
needed in the headers to enable the reversal of (__stdcall*) to (*__stdcall)
for the IBM compilers, however we currently build using our own header files
that already handle this.
. Changed instances of (GLCALLBACK*) to GLCALLBACKP for compatibility
with the IBM VisualAge C++ compiler in src-glu.
. Misc cleanups for warnings generated with Watcom C++ in src-glu. Compiles
with 0 warnings now.
. tess_hash.c: line 244 - Why is this function stubbed out? I removed the
code with a #if 0 to avoid a compiler warning, but it looks dangerous.
26 years ago
Brian Paul
cb5ecb883e
initial changes for Mesa 3.3
26 years ago
Brian Paul
fbd8f212c3
first big check-in of new Mesa 3.3 code
26 years ago
Keith Whitwell
06ac59281b
fix for colormaterial
26 years ago