Brian Paul
|
2df7cd4f0c
|
DOS updates
|
2002-12-19 15:14:58 +00:00 |
|
Brian Paul
|
03516d9efa
|
DOS updates from Daniel Borca.
|
2002-12-18 15:06:36 +00:00 |
|
Brian Paul
|
c0fc0d4e5f
|
comment changes
|
2002-12-18 15:02:19 +00:00 |
|
Brian Paul
|
866023da66
|
improved error message
|
2002-12-18 15:01:26 +00:00 |
|
Keith Whitwell
|
e15fd85727
|
Add mechanism to destroy mutexes. Important on OS's where mutex initialization
allocates memory (like FreeBSD).
|
2002-12-12 13:03:15 +00:00 |
|
Brian Paul
|
6f458650bf
|
let _mesa_problem() take variable arguments
|
2002-12-06 03:10:59 +00:00 |
|
Keith Whitwell
|
46b99c9016
|
Don't crash if End received without a Begin...
|
2002-12-05 11:49:46 +00:00 |
|
Brian Paul
|
6cb5b3475d
|
added _mesa_print_texunit_state() for debugging
|
2002-12-05 04:51:57 +00:00 |
|
Brian Paul
|
93e0ba8b80
|
properly handle very wide images
|
2002-12-05 04:48:53 +00:00 |
|
Brian Paul
|
6e179ad9ef
|
clean-ups, comments
|
2002-12-05 04:46:54 +00:00 |
|
Brian Paul
|
91e98cd153
|
fix bad _mesa_printf() calls (mesa bug 646753)
|
2002-12-04 14:24:44 +00:00 |
|
Brian Paul
|
2a7243481a
|
added GL_DEPTH_COMPONENT to two assertions
|
2002-12-03 00:05:48 +00:00 |
|
Brian Paul
|
e7cf569475
|
declar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)
|
2002-12-01 13:59:11 +00:00 |
|
Brian Paul
|
d37363d4c0
|
added const to casts
|
2002-11-30 17:18:46 +00:00 |
|
Brian Paul
|
2569c3c744
|
remove GLUTAPIENTRY from __glutCloseDownGameMode
|
2002-11-30 17:04:04 +00:00 |
|
Brian Paul
|
0f8daaf670
|
mask is always non-null in write_rgba_pixels and write_monorgba_pixels
|
2002-11-28 15:56:06 +00:00 |
|
Brian Paul
|
957a0cdb13
|
added missing call to _mesa_write_mono_alpha_span()
|
2002-11-26 03:00:04 +00:00 |
|
Brian Paul
|
f345c61a59
|
fixed bad clear value
|
2002-11-26 02:58:43 +00:00 |
|
Brian Paul
|
a87514f58e
|
added missing ctx parameter to _tnl_flush_immediate() calls
|
2002-11-25 20:27:47 +00:00 |
|
Brian Paul
|
3ac375b174
|
set default texcoords for glBitmap/glDrawPixels
|
2002-11-25 20:26:59 +00:00 |
|
Keith Whitwell
|
e44bf40402
|
Flush IM if very small number of verts left -- prevent copy errors
|
2002-11-25 13:55:31 +00:00 |
|
Brian Paul
|
3ac8105e9c
|
fixed cube texture auto-mipmap generation bug (641363)
|
2002-11-20 21:39:39 +00:00 |
|
Brian Paul
|
3a212032e7
|
put FEATURE_NV_vertex_program around vpstate.h include
|
2002-11-19 15:25:00 +00:00 |
|
Brian Paul
|
d6113fc20d
|
bring in a few AGP-related bits from 4.0.4
|
2002-11-18 15:11:49 +00:00 |
|
Brian Paul
|
a8f002f4f4
|
enable 1.4 extensions
|
2002-11-18 14:45:14 +00:00 |
|
Brian Paul
|
1fe3b1d964
|
more clean-ups
|
2002-11-15 15:05:04 +00:00 |
|
Brian Paul
|
69e3c8b323
|
bump version to 5.1
|
2002-11-14 16:14:50 +00:00 |
|
Brian Paul
|
22a47c5251
|
Overhaul of line drawing template code. Make better use of sw_span mechanism.
|
2002-11-14 03:48:03 +00:00 |
|
Brian Paul
|
4839824587
|
fix compilation problem (Philippe Houdoin)
|
2002-11-13 22:22:20 +00:00 |
|
Karl Schultz
|
1b260aee24
|
Add _mesa_enable_1_4_extensions and _mesa_problem
|
2002-11-13 20:59:07 +00:00 |
|
Brian Paul
|
9c799cdc49
|
Lots of clean-ups.
Use new s_spantemp.h to generate all the span functions.
Updated triangle functions (#define NAME, etc)
|
2002-11-13 16:57:44 +00:00 |
|
Brian Paul
|
b4497c5843
|
template code for span functions for flat, memory-based frame buffers
|
2002-11-13 16:54:01 +00:00 |
|
Brian Paul
|
cdf2da368d
|
moved function declaration into the template, define the NAME to specify the function names
|
2002-11-13 16:51:01 +00:00 |
|
Brian Paul
|
36723b6538
|
check for NULL span argument
|
2002-11-13 16:48:47 +00:00 |
|
Brian Paul
|
e21a79bfdd
|
added comments about NULL mask parameter to span-write functions
|
2002-11-13 16:47:18 +00:00 |
|
Brian Paul
|
4d7a1289ed
|
optimized color buffer clear fallback (use mono-color span functions
|
2002-11-13 16:46:19 +00:00 |
|
Brian Paul
|
21709b354b
|
init facing to zero
|
2002-11-13 15:04:29 +00:00 |
|
Brian Paul
|
62d821786c
|
include imports.h
|
2002-11-13 15:03:31 +00:00 |
|
Brian Paul
|
7069a7e3d6
|
apply scale factor before clapping for DOT3
|
2002-11-12 19:27:24 +00:00 |
|
Brian Paul
|
68b1d5c315
|
compilation fixes
|
2002-11-11 18:42:38 +00:00 |
|
Brian Paul
|
f104619b8f
|
changes to vishandle usage to prevent segfault in some circumstances
|
2002-11-10 17:07:06 +00:00 |
|
Brian Paul
|
ad8cd6111e
|
fix float->int Z calculation in _mesa_span_default_z()
|
2002-11-09 21:28:41 +00:00 |
|
Brian Paul
|
e307931314
|
fix one-bit error in float->int Z calculation
|
2002-11-09 21:26:41 +00:00 |
|
Keith Whitwell
|
b6d90e50ea
|
fix 3dnow misdetection on new p4's
|
2002-11-09 17:43:58 +00:00 |
|
Brian Paul
|
456bc69ac4
|
declare tempI as Int, not Real (Jon Perry)
|
2002-11-08 17:38:13 +00:00 |
|
Brian Paul
|
2c9e7ae38b
|
fixed active stencil face query bug
|
2002-11-08 15:39:58 +00:00 |
|
Brian Paul
|
7a4a6a3c4c
|
fixed a few category lines
|
2002-11-08 15:38:48 +00:00 |
|
Brian Paul
|
7348df5937
|
added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElements
|
2002-11-07 16:34:58 +00:00 |
|
Brian Paul
|
42ace1c150
|
added missing 1.4 glFogCoord functions
|
2002-11-07 16:20:20 +00:00 |
|
Brian Paul
|
cf1c860a34
|
surround fixedEdges decl by #ifndef NDEBUG / #endif
|
2002-11-07 14:17:05 +00:00 |
|