Jon Taylor
1aa958bc9c
Lots of misc. bugfixes to bring GGIMesa in sync with the latest Mesa sources.
2000-10-28 10:02:44 +00:00
Brian Paul
1c4b3f4dfb
restored test for __alpha in _mesa_win_fog_coords_from_z()
2000-10-27 18:38:35 +00:00
Brian Paul
7dd57a48e1
added info about GL_EXT_secondary_color and GL_EXT_fog_coord
2000-10-27 18:32:55 +00:00
Brian Paul
a14cbff8e5
Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c
...
and state.c file for plugging those functions into the dispatch table.
Don't use Mesa 3.5 for DRI until SGI approves the new dispatch offsets.
Commented-out references to ctx->FogMode and VB->Specular in FX driver.
Minor clean-up in extensions.c
Removed unused prototype in fog.h
2000-10-27 18:31:21 +00:00
Keith Whitwell
fe5d67d95f
Implement EXT_fog_coord and EXT_secondary_color.
...
EXT_secondary_color is disabled until we get some dispatch offsets from SGI.
2000-10-27 16:44:40 +00:00
Gareth Hughes
ba58a6665f
Change animated apps to double-buffered visuals by default.
2000-10-27 02:49:17 +00:00
Brian Paul
b4df56fcd9
added GL_BGR case to bytes_per_pixel()
2000-10-26 21:48:18 +00:00
Brian Paul
7460cfabbc
removed X86/*.m4 files from tar archive
2000-10-26 19:36:14 +00:00
Brian Paul
66202b75d5
clarified meaning of DEFAULT_SOFTWARE_DEPTH_BITS value
2000-10-26 19:26:18 +00:00
Brian Paul
7ceffd0e0d
fixed value for GLU_NURBS_MODE
2000-10-26 15:32:54 +00:00
Brian Paul
27a26bfc4b
added a glFinish() call
2000-10-26 15:26:14 +00:00
Brian Paul
21d073d55a
added incomplete() debug function/macro
2000-10-24 02:53:18 +00:00
Brian Paul
9a4a958a5c
signal NEW_TEXTURING if there's a Driver.BindTexture() function
2000-10-24 01:13:58 +00:00
Brian Paul
6cdf09749c
Put a white texel in each corner of each texture.
...
Draw polygons using the texture's aspect ratio.
The tdfx-3-0-0 texcoord bug is obvious with the -randomsize option.
2000-10-23 23:32:22 +00:00
Brian Paul
0448488e11
added idle() func, enable fog by default
2000-10-23 20:06:36 +00:00
Brian Paul
5a501fbd09
added libOSMesa.so info
2000-10-23 19:46:11 +00:00
Brian Paul
5bb27edac0
generate separate libOSMesa library ala XFree86/DRI
2000-10-23 19:43:36 +00:00
Brian Paul
edda9ae9fb
fixed 386/x86 mismatches, reordered a few configs
2000-10-23 19:33:55 +00:00
Gareth Hughes
ac018f5494
Major audit of all Mesa's x86 assembly code. This round is basically
...
general cleanups - more to come.
Added P6 architecture timing to debug_xform routines. Still need to add
test_all_vertex_functions test for the v16 asm. Dynamic reconfiguration
of counter overhead for more accurate benchmarking.
Removed redundant x86 assembly build options, replace with linux-x86 and
so on. This will build all x86, MMX, 3DNow!, SSE etc assembly into
libGL - preferred over many different options to include some but not
all assembly code. Note that linux-3dnow and linux-katmai options have
thus been removed.
2000-10-23 00:20:50 +00:00
Gareth Hughes
fc2427e81b
Major audit of all Mesa's x86 assembly code. This round is basically
...
general cleanups - more to come.
Added P6 architecture timing to debug_xform routines. Still need to add
test_all_vertex_functions test for the v16 asm. Dynamic reconfiguration
of counter overhead for more accurate benchmarking.
2000-10-23 00:16:28 +00:00
Brian Paul
e188b6e1f1
added a proper idle() function
2000-10-21 04:29:02 +00:00
Brian Paul
eb326f5f01
fixed a texture enable bug
2000-10-21 01:29:12 +00:00
Brian Paul
d0d7d62120
polygon offset changes; added Visual->MRD field
2000-10-21 00:02:47 +00:00
Brian Paul
d475730357
Changes for multitexture > 3, code clean-ups.
...
Added GLboolean ctx->Texture.MultiTextureEnabled to determine when
multitexture is enabled. Eventually ctx->Texture.ReallyEnabled may
become a boolean.
2000-10-20 19:54:49 +00:00
Brian Paul
a2d2aed64a
use 1.1 glPolygonOffset instead of glPolygonOffsetEXT
2000-10-20 17:26:57 +00:00
Brian Paul
9c7ca850fd
Rewrote get_static_proc_address(). It made mistakes in some situations
2000-10-19 20:13:12 +00:00
Brian Paul
a5b66333fb
glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly
2000-10-19 20:09:47 +00:00
Brian Paul
9f0bb59c53
call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear bug
2000-10-19 18:17:19 +00:00
Brian Paul
cc50ed60b3
improved blending accuracy to fix Glean test failures
2000-10-19 18:08:05 +00:00
Brian Paul
6aafd2491c
GL_MAX_TEXTURE_UNITS_ARB is now 3
2000-10-18 15:14:48 +00:00
Brian Paul
ce938b307e
More fixes for MAX_TEXTURE_UNITS > 2. Seems to work now.
...
Misc code clean-ups, minor bug fixes.
MAX_TEXTURE_UNITS now defaults to 3.
2000-10-18 15:02:59 +00:00
Brian Paul
d367216678
ported render begin/end calls from Mesa 3.4
2000-10-17 00:42:02 +00:00
Brian Paul
1873b567b2
added _mesa_get_teximages_from_driver()
2000-10-16 23:43:12 +00:00
Brian Paul
1100b4daa3
use gray background, memset TempImage to white to help with debugging
2000-10-16 21:24:39 +00:00
Brian Paul
35324a6c60
if depthBits == 0, set DepthMask = 2^16 to fix per-fragment fog problems
2000-10-09 22:42:40 +00:00
Brian Paul
1791901468
update TriangleCaps in GL_POINT/POLYGON_SMOOTH cases
2000-10-05 23:10:42 +00:00
Brian Paul
fdf2033bda
brighter colors
2000-10-05 21:57:00 +00:00
Brian Paul
2c7e6334ec
better handling of GLX_DEPTH_SIZE in glXChooseVisual()
2000-10-05 17:38:21 +00:00
Brian Paul
fa849a0e16
drawing color-index image to RGB window was broken
2000-10-05 16:22:22 +00:00
Jouk Jansen
55590ee810
Committing in .
...
Modified Files:
Mesa/demos/paltex.c
Silenced compiler warnings
----------------------------------------------------------------------
2000-10-05 07:17:43 +00:00
Brian Paul
476609c539
improved to test alpha blending with texture palette
2000-10-04 18:15:39 +00:00
Brian Paul
16eb23a0cb
more work to support N texture units
2000-10-02 15:45:12 +00:00
Brian Paul
22f1ca0131
textured line test
2000-09-30 18:48:33 +00:00
Brian Paul
9c05c0494d
support for N texture units
2000-09-30 18:42:29 +00:00
Brian Paul
4f66498304
added fps output
2000-09-29 23:09:39 +00:00
Brian Paul
e92dd16605
generalized support for N texure units
2000-09-29 16:58:44 +00:00
Brian Paul
eb6c6439ae
removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead
2000-09-28 22:44:30 +00:00
Brian Paul
37a6211795
new params for SpecificCompressedTexFormat() (Bill White)
2000-09-28 18:30:39 +00:00
Jouk Jansen
574c456a5a
Committing in .
...
Modified Files:
Mesa/src/descrip.mms
inserted imports.c
----------------------------------------------------------------------
2000-09-27 10:59:15 +00:00
Brian Paul
f142a0830a
include types.h
2000-09-27 03:30:49 +00:00