Brian Paul
8f39dd1e62
Win32 update (Chris Morley)
25年前
Brian Paul
038573aae7
Removed immediate struct's maybe_transform_vb pointer.
Call _mesa_maybe_transform_vb() directly.
25年前
Jouk Jansen
b506d8753d
Committing in .
Modified Files:
Mesa/src/descrip.mms
Corrected a typo
----------------------------------------------------------------------
25年前
Brian Paul
9a2da667f3
added Dither, NEW_DRVSTATE info
25年前
Brian Paul
399ae35ac6
removed unused NEW_DRVSTATE flags
25年前
Brian Paul
9d3e5db9fc
added dither key option
25年前
Brian Paul
7f7b205259
removed ctx->Driver.Dither function
25年前
Brian Paul
48c6a6ecd2
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
25年前
Brian Paul
e18e0e98fe
added OSMesaCreateContextExt item
25年前
Brian Paul
46dbaec56a
Use OSMesaCreateContextExt() if using Mesa 3.5 or later
25年前
Brian Paul
2bf5d9470d
added OSMesaCreateContextExt()
25年前
Brian Paul
8ad306baf6
added device driver changes
25年前
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.
25年前
Brian Paul
18f73b622f
added xmesa_update_span_funcs()
25年前
Brian Paul
16c3ea9459
renamed Xlib driver files
25年前
Brian Paul
693f81be4c
newly organized Xlib driver files
25年前
Brian Paul
38d3f3d660
added device driver function for texture proxy testing
25年前
Brian Paul
724f2939f4
silence compiler warning (zoomY0)
25年前
Brian Paul
afa61173a8
test for __bsdi__ for XFree86
25年前
Brian Paul
37cfb3b5c2
replaced ## with CONCAT macro
25年前
Brian Paul
f96ce6a707
oops- forgot convolution for glGetTexImage. Done now.
25年前
Brian Paul
c52fc9b49c
passing proxy targets to glGetTexImage() should generate GL_INVALID_ENUM
25年前
Brian Paul
9c27278acf
use clear_proxy_teximage() instead of MEMSET()
25年前
Brian Paul
f75d697c03
GetConvolution/SeparableFilter() now finished
25年前
Brian Paul
45f3634ce3
added tracing facility from Loki
25年前
Brian Paul
3a71d05e53
added tracing facility from Loki
25年前
Brian Paul
dca39e8911
added const to _mesa_select_tex_object()
25年前
Brian Paul
01e54753ff
Fixed bug in fill_texture_image(). Clean-up in _mesaGetTexImage()
25年前
Brian Paul
bc6f07856f
added convolution, ARB_imaging items
25年前
Brian Paul
513d486e75
enabled GL_EXT_convolution and GL_ARB_imaging
25年前
Brian Paul
a805bb9691
finished convolution
25年前
Brian Paul
bfc6ee1b13
destBytesPerRow was uninitialized in make_texture_image()
25年前
Brian Paul
e8a84a93aa
initial check-in
25年前
Brian Paul
bed573586e
added new extensions
25年前
Brian Paul
328cb0b512
added Glide3 bug fix info
25年前
Brian Paul
b3fdfa1246
fbiRev and tmuRev weren't getting initialized when using Glide3
25年前
Brian Paul
15915b03d0
added more resolutions (Andy Sloane)
25年前
Brian Paul
5a0d3dc7b3
convolution for glTexImage[123]D now works
25年前
Brian Paul
b92d64e150
renamed some variables
25年前
Brian Paul
f93b3dd69e
more convolution work
25年前
Brian Paul
116970154d
added _mesa_pack_float_rgba_span()
25年前
Brian Paul
8e053916c8
added more extensions testing code
25年前
Brian Paul
289d47eee5
finished compressed texture support (Bill White)
25年前
Brian Paul
148fb313c5
added MESA_FF_R8_G8_B8 (alpha filled to 0xff) format
25年前
Brian Paul
e8e20ae598
changed default Shininess to 6
25年前
Brian Paul
8aee2a3326
don't free ctx inside _mesa_initialize_context() if error, caller does that.
25年前
Brian Paul
ef9025a641
updated some comments
25年前
Jouk Jansen
5d3a95714c
Committing in .
Modified Files:
Mesa/demos/descrip.mms
One forgotten file for VMS to support /name=(as_is,short)
----------------------------------------------------------------------
25年前
Brian Paul
cf8eebee07
added convolve.h header
25年前
Brian Paul
732dd6f417
enabling 1D convolution caused a problem
25年前