Brian Paul
27a26bfc4b
added a glFinish() call
25 years ago
Brian Paul
21d073d55a
added incomplete() debug function/macro
25 years ago
Brian Paul
9a4a958a5c
signal NEW_TEXTURING if there's a Driver.BindTexture() function
25 years ago
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.
25 years ago
Brian Paul
0448488e11
added idle() func, enable fog by default
25 years ago
Brian Paul
5a501fbd09
added libOSMesa.so info
25 years ago
Brian Paul
5bb27edac0
generate separate libOSMesa library ala XFree86/DRI
25 years ago
Brian Paul
edda9ae9fb
fixed 386/x86 mismatches, reordered a few configs
25 years ago
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.
25 years ago
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.
25 years ago
Brian Paul
e188b6e1f1
added a proper idle() function
25 years ago
Brian Paul
eb326f5f01
fixed a texture enable bug
25 years ago
Brian Paul
d0d7d62120
polygon offset changes; added Visual->MRD field
25 years ago
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.
25 years ago
Brian Paul
a2d2aed64a
use 1.1 glPolygonOffset instead of glPolygonOffsetEXT
25 years ago
Brian Paul
9c7ca850fd
Rewrote get_static_proc_address(). It made mistakes in some situations
25 years ago
Brian Paul
a5b66333fb
glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly
25 years ago
Brian Paul
9f0bb59c53
call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear bug
25 years ago
Brian Paul
cc50ed60b3
improved blending accuracy to fix Glean test failures
25 years ago
Brian Paul
6aafd2491c
GL_MAX_TEXTURE_UNITS_ARB is now 3
25 years ago
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.
25 years ago
Brian Paul
d367216678
ported render begin/end calls from Mesa 3.4
25 years ago
Brian Paul
1873b567b2
added _mesa_get_teximages_from_driver()
25 years ago
Brian Paul
1100b4daa3
use gray background, memset TempImage to white to help with debugging
25 years ago
Brian Paul
35324a6c60
if depthBits == 0, set DepthMask = 2^16 to fix per-fragment fog problems
25 years ago
Brian Paul
1791901468
update TriangleCaps in GL_POINT/POLYGON_SMOOTH cases
25 years ago
Brian Paul
fdf2033bda
brighter colors
25 years ago
Brian Paul
2c7e6334ec
better handling of GLX_DEPTH_SIZE in glXChooseVisual()
25 years ago
Brian Paul
fa849a0e16
drawing color-index image to RGB window was broken
25 years ago
Jouk Jansen
55590ee810
Committing in .
Modified Files:
Mesa/demos/paltex.c
Silenced compiler warnings
----------------------------------------------------------------------
25 years ago
Brian Paul
476609c539
improved to test alpha blending with texture palette
25 years ago
Brian Paul
16eb23a0cb
more work to support N texture units
25 years ago
Brian Paul
22f1ca0131
textured line test
25 years ago
Brian Paul
9c05c0494d
support for N texture units
25 years ago
Brian Paul
4f66498304
added fps output
25 years ago
Brian Paul
e92dd16605
generalized support for N texure units
25 years ago
Brian Paul
eb6c6439ae
removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead
25 years ago
Brian Paul
37a6211795
new params for SpecificCompressedTexFormat() (Bill White)
25 years ago
Jouk Jansen
574c456a5a
Committing in .
Modified Files:
Mesa/src/descrip.mms
inserted imports.c
----------------------------------------------------------------------
25 years ago
Brian Paul
f142a0830a
include types.h
25 years ago
Brian Paul
643be95416
renamed gl_copy_context to _mesa_copy_context
25 years ago
Brian Paul
6542324cb0
added imports.c
25 years ago
Brian Paul
b1394fa92a
First batch of OpenGL SI related changes:
Renamed struct gl_context to struct __GLcontextRec.
Include glcore.h, setup GL imports/exports.
Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions.
GLcontext's Visual field is no longer a pointer.
25 years ago
Brian Paul
3b18a36f21
Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
Changed src/Makefile.X11 to compile Trace sources like other drivers.
25 years ago
Brian Paul
63c113a31b
use GL_NEAREST texture filter
25 years ago
Brian Paul
423f2b2884
added GL_ARB_texture_env_add
25 years ago
Brian Paul
b9b329d1e5
removed unused display_list struct
25 years ago
Gareth Hughes
5e0bb98abd
Added SSE streaming store instructions, external symbol directives.
25 years ago
Gareth Hughes
5aa1c1cd5f
Added SSE prefetching instructions. General cleanups.
25 years ago
Brian Paul
1c56fdc707
new comments, misc clean-up
25 years ago