Brian Paul
09700ee358
added alternate glBitmap code (disabled)
пре 23 година
Brian Paul
a048da0767
added SPAN_SPEC flag in smooth_multitextured_line()
пре 23 година
Brian Paul
3ff07d2062
fixed float->int conversion. Fix conditional for 16-bit Z buffer path
пре 23 година
Brian Paul
ca7596e834
updated GL_VENDOR string
пре 23 година
Brian Paul
95e2c72fd5
minor clean-up
пре 23 година
Keith Whitwell
d4e02d6026
Remove debug
пре 23 година
Brian Paul
cbd9a0254e
now supports > 2 texture units
пре 23 година
Keith Whitwell
0cb28418d0
More suport for t&l drivers
Fix GLuint compare bugs
Fix RESET_STIPPLE calls
пре 23 година
Karl Schultz
12a1024d9d
fix compiler warning (windows)
пре 23 година
Brian Paul
38d042a4ad
silence compiler warnings
пре 23 година
Brian Paul
69d4ae7bb3
add new DOS files to tar file list
пре 23 година
Brian Paul
db41d2ea8c
Daniel Borca's new DOS/DJGPP driver.
пре 23 година
Brian Paul
cc27365d77
Daniel Borca's GLUT for DOS/DGJPP.
пре 23 година
Brian Paul
bcb148de92
added an assertion, fix typo
пре 23 година
Brian Paul
2784dadafc
fixed typo in depth_test_pixels(), should fix reported VTK failures
пре 23 година
Brian Paul
c4afba36c3
fix evaluator data and matrix stack mem leaks (Robert Bergkvist)
пре 23 година
Brian Paul
79c2f53491
Clean-up and remove dead code related to depth/stecil testing.
пре 23 година
Brian Paul
ac8c241e64
removed references to removed source files
пре 23 година
Brian Paul
b37a084357
Converted line drawing over to new span code, pb no longer used.
Big clean-up of line drawing code.
Removed many obsolete span processing functions.
пре 23 година
Brian Paul
733a4b602b
sw_span can now hold x/y arrays of fragment positions - getting ready to
ditch the pb (pixel buffer) code.
Converted point drawing, bitmaps and aa lines to use new span functions.
пре 23 година
Brian Paul
ceb39f4f8d
Clean-up and optimize alpha test code.
Major clean-up of pixel zoom code.
пре 23 година
Brian Paul
e79de014c5
removed GLUT reference
пре 23 година
Brian Paul
e0bafefd7a
don't use affine/persp_textured_triangle funcs when CHAN_BITS > 8
пре 23 година
Brian Paul
1cefc83a88
return GL_RENDERER = Mesa Offscreen16/32 when CHAN_BITS = 16 or 32
пре 23 година
Brian Paul
eae38ca1b2
replace GLushort w/ GLubyte in DEST_4US template (fixes 16-bit GLchan problem
пре 23 година
Brian Paul
6e1666437e
Still more texture/span simplification and clean-up.
Updated comments, fixed indentation, etc.
пре 23 година
Brian Paul
7956292a76
More span improvements. Removed _mesa_write_monocolor_span().
Removed last of span.filled* flags and Klaus's macros.
More simplification of triangle functions.
пре 23 година
Brian Paul
f1e2369878
More span clean-up, mostly texture-related.
_mesa_rasterize_span() is gone, replaced by new _mesa_write_textured_span().
Removed some unneeded triangle functions - more simplification possible.
пре 23 година
Brian Paul
2a182a9897
LOTS of changes, building upon Klaus's work.
struct sw_span is used throughout span/fragment processing.
This is leading to less code and more chances for optimization.
пре 23 година
Brian Paul
6a731f343e
added fog and raster Z position controls
пре 23 година
Brian Paul
ad7e727024
more info about building for Motif
пре 23 година
Brian Paul
6ee7a02852
added missing IsEnabled() cases for fog coord and secondary color arrays
пре 23 година
Brian Paul
8bd13de4cc
fixed array_cache.tag mistake
пре 23 година
Brian Paul
4c8fadc6d9
Clean-up/renaming of the per-vertex attribute bits, specifically, the
VERT_BIT_* flags are new and used in many places (esp in T&L code).
Updated some comments for doxygen.
Various code clean-ups.
пре 23 година
Brian Paul
9b681dcc17
added array_cache to TAGFILES
пре 23 година
Brian Paul
2bc668d092
minor update
пре 23 година
Brian Paul
ac9aa22174
files to support doxygen (source code documentation)
пре 23 година
Brian Paul
2ef866d1fc
Klaus's latest patches and some clean-up
пре 23 година
Brian Paul
674012f083
updated gl_mangle.h (Ray Tice)
пре 23 година
Brian Paul
9958ace401
new gl_mangle.h with korn shell script to regenerate itself from gl.h and glext.h (Ray Tice)
пре 23 година
Brian Paul
658702df97
changed PB (pixel buffer) to use texcoord[4] array
пре 23 година
Brian Paul
028fe46fc5
set PB->haveSpec in line functions that emit specular color
пре 23 година
Brian Paul
72574b959c
added another test in regions_overlap() (Klaus)
пре 23 година
Brian Paul
78940758e9
latest changes from Klaus
пре 23 година
Brian Paul
b311950dde
added latest bug fixes
пре 23 година
Karl Schultz
4197c0ea9b
Fixes for 24-bit Windows devices. The old code was trying to do 3-byte
stores with a full DWORD store (yuk). (Jeff Lewis)
пре 23 година
Jouk Jansen
43df32e438
Committing in .
-Compile support for tests on OpenVMS
-Fixed missing header file
-Fixed missing return value on function return
Modified Files:
Mesa/descrip.mms Mesa/tests/sharedtex.c
Added Files:
Mesa/tests/descrip.mms
----------------------------------------------------------------------
пре 23 година
Karl Schultz
40fac75370
get tests working on windows (Robert Bergkvist)
пре 23 година
Karl Schultz
3d587f6432
Samples working for Windows (Robert Bergkvist)
пре 23 година
Karl Schultz
164ce12202
Demo updates for Windows (Robert Bergkvist)
пре 23 година