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
Brian Paul
f96ce6a707
oops- forgot convolution for glGetTexImage. Done now.
2000-09-06 15:15:43 +00:00
Brian Paul
c52fc9b49c
passing proxy targets to glGetTexImage() should generate GL_INVALID_ENUM
2000-09-05 22:11:38 +00:00
Brian Paul
9c27278acf
use clear_proxy_teximage() instead of MEMSET()
2000-09-05 22:04:30 +00:00
Brian Paul
f75d697c03
GetConvolution/SeparableFilter() now finished
2000-09-05 20:28:56 +00:00
Brian Paul
45f3634ce3
added tracing facility from Loki
2000-09-05 20:28:06 +00:00
Brian Paul
3a71d05e53
added tracing facility from Loki
2000-09-05 20:17:37 +00:00
Brian Paul
dca39e8911
added const to _mesa_select_tex_object()
2000-09-05 15:41:25 +00:00
Brian Paul
01e54753ff
Fixed bug in fill_texture_image(). Clean-up in _mesaGetTexImage()
2000-09-05 15:40:34 +00:00
Brian Paul
bc6f07856f
added convolution, ARB_imaging items
2000-09-02 17:54:28 +00:00
Brian Paul
513d486e75
enabled GL_EXT_convolution and GL_ARB_imaging
2000-09-02 17:52:53 +00:00
Brian Paul
a805bb9691
finished convolution
2000-09-02 17:52:21 +00:00
Brian Paul
bfc6ee1b13
destBytesPerRow was uninitialized in make_texture_image()
2000-09-01 22:01:12 +00:00
Brian Paul
e8a84a93aa
initial check-in
2000-09-01 21:01:18 +00:00
Brian Paul
bed573586e
added new extensions
2000-08-31 23:04:17 +00:00
Brian Paul
328cb0b512
added Glide3 bug fix info
2000-08-31 23:04:03 +00:00
Brian Paul
b3fdfa1246
fbiRev and tmuRev weren't getting initialized when using Glide3
2000-08-31 22:32:45 +00:00
Brian Paul
15915b03d0
added more resolutions (Andy Sloane)
2000-08-31 22:08:04 +00:00
Brian Paul
5a0d3dc7b3
convolution for glTexImage[123]D now works
2000-08-31 15:24:39 +00:00
Brian Paul
b92d64e150
renamed some variables
2000-08-31 15:24:07 +00:00
Brian Paul
f93b3dd69e
more convolution work
2000-08-30 18:22:28 +00:00
Brian Paul
116970154d
added _mesa_pack_float_rgba_span()
2000-08-30 18:21:37 +00:00
Brian Paul
8e053916c8
added more extensions testing code
2000-08-30 18:21:06 +00:00
Brian Paul
289d47eee5
finished compressed texture support (Bill White)
2000-08-29 23:31:23 +00:00
Brian Paul
148fb313c5
added MESA_FF_R8_G8_B8 (alpha filled to 0xff) format
2000-08-29 23:30:53 +00:00