Brian Paul
3b18a36f21
Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
...
Changed src/Makefile.X11 to compile Trace sources like other drivers.
2000-09-26 15:27:20 +00:00
Brian Paul
63c113a31b
use GL_NEAREST texture filter
2000-09-26 15:25:01 +00:00
Brian Paul
423f2b2884
added GL_ARB_texture_env_add
2000-09-25 16:03:59 +00:00
Brian Paul
b9b329d1e5
removed unused display_list struct
2000-09-24 16:11:55 +00:00
Gareth Hughes
5e0bb98abd
Added SSE streaming store instructions, external symbol directives.
2000-09-18 22:49:04 +00:00
Gareth Hughes
5aa1c1cd5f
Added SSE prefetching instructions. General cleanups.
2000-09-18 16:57:16 +00:00
Brian Paul
1c56fdc707
new comments, misc clean-up
2000-09-17 21:56:07 +00:00
Gareth Hughes
f3c399ec11
General cleanups. Disable gl_katmai_project_vertices and
...
gl_katmai_project_clipped_vertices for now as they are broken.
2000-09-17 21:12:40 +00:00
Brian Paul
345a71a9cb
set default window pos, changed 4 to GL_RGBA
2000-09-15 23:59:46 +00:00
Brian Paul
4ed1d0b2c0
added some missing const keywords in GetString
2000-09-15 19:57:51 +00:00
Brian Paul
1ff933b452
added GL_MESA_trace support
2000-09-15 19:45:40 +00:00
Brian Paul
98b3dd40f7
Added GL_MESA_trace extension (Loki)
2000-09-15 19:45:00 +00:00
Brian Paul
771b975528
added trace support (Loki)
2000-09-15 19:44:39 +00:00
Brian Paul
4360bd7c76
removed unused struct display_list_compilation
2000-09-15 17:04:35 +00:00
Brian Paul
cefc42f1ba
added FPS calculation
2000-09-15 16:43:57 +00:00
Brian Paul
008e4e7e39
added more warning options to linux-elf-debug config
2000-09-15 15:55:24 +00:00
Brian Paul
0e52184c48
moved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() to silence compiler warnings
2000-09-15 15:54:25 +00:00
Brian Paul
f7a4bcaf79
use cpml.h on Alpha (AlanH)
2000-09-15 15:42:45 +00:00
Brian Paul
64a23a0f9c
updated comments
2000-09-14 23:13:51 +00:00
Brian Paul
23316033db
explicitly init some texture vars
2000-09-14 23:13:23 +00:00
Brian Paul
ae18872bc7
added cursor key info to instructions
2000-09-13 23:01:52 +00:00
Brian Paul
a94ee16534
replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatype
2000-09-13 22:07:20 +00:00
Brian Paul
881ec9ee67
packing of GLushort packed types was broken
2000-09-12 21:10:25 +00:00
Brian Paul
8d4bd87c1a
added format/type error check to draw_rgba_pixels()
2000-09-12 21:09:24 +00:00
Brian Paul
e4b684ce49
init mutex
2000-09-12 21:07:40 +00:00
Brian Paul
d49b34a233
better FPS calculation
2000-09-12 18:44:45 +00:00
Brian Paul
b8cc150836
terrain demo data
2000-09-12 17:58:27 +00:00
Brian Paul
4df1f7c7ba
better fps computation
2000-09-12 17:38:22 +00:00
Brian Paul
82cfcfa63a
added some casts (Takaaki Nomura)
2000-09-12 17:03:59 +00:00
Brian Paul
b9466fca3e
Win32 updates (Chris Morley)
2000-09-12 15:46:43 +00:00
Brian Paul
8f39dd1e62
Win32 update (Chris Morley)
2000-09-12 15:41:46 +00:00
Brian Paul
038573aae7
Removed immediate struct's maybe_transform_vb pointer.
...
Call _mesa_maybe_transform_vb() directly.
2000-09-11 18:49:06 +00:00
Jouk Jansen
b506d8753d
Committing in .
...
Modified Files:
Mesa/src/descrip.mms
Corrected a typo
----------------------------------------------------------------------
2000-09-09 07:05:32 +00:00
Brian Paul
9a2da667f3
added Dither, NEW_DRVSTATE info
2000-09-08 22:39:09 +00:00
Brian Paul
399ae35ac6
removed unused NEW_DRVSTATE flags
2000-09-08 22:07:29 +00:00
Brian Paul
9d3e5db9fc
added dither key option
2000-09-08 21:45:21 +00:00
Brian Paul
7f7b205259
removed ctx->Driver.Dither function
2000-09-08 21:44:55 +00:00
Brian Paul
48c6a6ecd2
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
2000-09-08 21:28:04 +00:00
Brian Paul
e18e0e98fe
added OSMesaCreateContextExt item
2000-09-08 16:42:44 +00:00
Brian Paul
46dbaec56a
Use OSMesaCreateContextExt() if using Mesa 3.5 or later
2000-09-08 16:42:06 +00:00
Brian Paul
2bf5d9470d
added OSMesaCreateContextExt()
2000-09-08 16:41:38 +00:00
Brian Paul
8ad306baf6
added device driver changes
2000-09-07 15:46:05 +00:00
Brian Paul
c4c639c9a4
Removed ctx->Driver.LogicOp().
...
ctx->Driver.Index/ColorMask() now return void.
Removed SWmasking and SWLogicOpEnabled variables.
LogicOps and color/index masking are no longer special-case device
driver functions. The Xlib driver was the only driver that used
them. Things are more uniform now.
2000-09-07 15:45:26 +00:00
Brian Paul
18f73b622f
added xmesa_update_span_funcs()
2000-09-07 15:42:38 +00:00
Brian Paul
16c3ea9459
renamed Xlib driver files
2000-09-07 15:42:13 +00:00
Brian Paul
693f81be4c
newly organized Xlib driver files
2000-09-07 15:40:30 +00:00
Brian Paul
38d3f3d660
added device driver function for texture proxy testing
2000-09-07 15:38:49 +00:00
Brian Paul
724f2939f4
silence compiler warning (zoomY0)
2000-09-06 17:44:52 +00:00
Brian Paul
afa61173a8
test for __bsdi__ for XFree86
2000-09-06 17:34:41 +00:00
Brian Paul
37cfb3b5c2
replaced ## with CONCAT macro
2000-09-06 17:33:40 +00:00