Brian Paul
01e54753ff
Fixed bug in fill_texture_image(). Clean-up in _mesaGetTexImage()
26 years ago
Brian Paul
bc6f07856f
added convolution, ARB_imaging items
26 years ago
Brian Paul
513d486e75
enabled GL_EXT_convolution and GL_ARB_imaging
26 years ago
Brian Paul
a805bb9691
finished convolution
26 years ago
Brian Paul
bfc6ee1b13
destBytesPerRow was uninitialized in make_texture_image()
26 years ago
Brian Paul
e8a84a93aa
initial check-in
26 years ago
Brian Paul
bed573586e
added new extensions
26 years ago
Brian Paul
328cb0b512
added Glide3 bug fix info
26 years ago
Brian Paul
b3fdfa1246
fbiRev and tmuRev weren't getting initialized when using Glide3
26 years ago
Brian Paul
15915b03d0
added more resolutions (Andy Sloane)
26 years ago
Brian Paul
5a0d3dc7b3
convolution for glTexImage[123]D now works
26 years ago
Brian Paul
b92d64e150
renamed some variables
26 years ago
Brian Paul
f93b3dd69e
more convolution work
26 years ago
Brian Paul
116970154d
added _mesa_pack_float_rgba_span()
26 years ago
Brian Paul
8e053916c8
added more extensions testing code
26 years ago
Brian Paul
289d47eee5
finished compressed texture support (Bill White)
26 years ago
Brian Paul
148fb313c5
added MESA_FF_R8_G8_B8 (alpha filled to 0xff) format
26 years ago
Brian Paul
e8e20ae598
changed default Shininess to 6
26 years ago
Brian Paul
8aee2a3326
don't free ctx inside _mesa_initialize_context() if error, caller does that.
26 years ago
Brian Paul
ef9025a641
updated some comments
26 years ago
Jouk Jansen
5d3a95714c
Committing in .
Modified Files:
Mesa/demos/descrip.mms
One forgotten file for VMS to support /name=(as_is,short)
----------------------------------------------------------------------
26 years ago
Brian Paul
cf8eebee07
added convolve.h header
26 years ago
Brian Paul
732dd6f417
enabling 1D convolution caused a problem
26 years ago
Brian Paul
147b08328a
moved convolution API functions to convolve.c
26 years ago
Brian Paul
7e70874420
finished separable filter functions
26 years ago
Jouk Jansen
b5b5c52034
Committing in .
Modified Files:
Mesa/include/GL/glx.h Mesa/include/GL/xmesa.h
Mesa/src/descrip.mms Mesa/src/X/glxheader.h
Mesa/src/X/xfonts.c Mesa/src/X/xfonts.h
Mesa/src-glu/descrip.mms Mesa/src-glut/capturexfont.c
Mesa/src-glut/descrip.mms Mesa/src-glut/glut_cmap.c
Mesa/src-glut/glut_event.c Mesa/src-glut/glut_fullscrn.c
Mesa/src-glut/glut_gamemode.c Mesa/src-glut/glut_init.c
Mesa/src-glut/glut_input.c Mesa/src-glut/glut_menu.c
Mesa/src-glut/glut_menu2.c Mesa/src-glut/glut_overlay.c
Mesa/src-glut/glut_win.c Mesa/src-glut/glut_winmisc.c
Mesa/src-glut/glutint.h Mesa/src-glut/layerutil.h
Mesa/vms/analyze_map.com
Added Files:
Mesa/include/GL/vms_x_fix.h
Patches effective on VMS only. This allows for compiling with
/name=(as_is,short). This breaks the binary compatibility with previous
versions for VMS, but is the only way to combine Mesa with GTK for VMS.
Jouk
----------------------------------------------------------------------
26 years ago
Brian Paul
f4f4dab25a
changed quad vertex colors to be tessellation invariant
26 years ago
Brian Paul
043654bbfb
print UNDEFINED MODE over samples that are undefined in the GL spec
26 years ago
Brian Paul
9b61162d43
use ImageTransferState
26 years ago
Brian Paul
3f8a70e5dd
added convolve.c to file list
26 years ago
Brian Paul
a6d46f6b99
increased max convolution filter size
26 years ago
Brian Paul
d4b799b60c
more convolution work, not done
26 years ago
Brian Paul
46e8a51383
basic glDrawPixels convolution implemented
26 years ago
Brian Paul
6339e621f5
fixed image transfer errors
26 years ago
Brian Paul
fa4525e289
implemented new ImageTransferState bitmask
26 years ago
Brian Paul
b1097f24a8
optimized glDrawPixels for glPixelZoom(1,-1) (Andrew Gee)
26 years ago
Brian Paul
e716184cae
added missing radius multiplication factor to sphere code
26 years ago
Brian Paul
6f0294ca47
fixed typo which disabled simple_DrawPixels
26 years ago
Brian Paul
e98276c859
fixed some warnings (Alan H.)
26 years ago
Brian Paul
dff7924e25
removed all dependencies on XMesa
26 years ago
Brian Paul
094e2f1a67
fixed segfault problem when using MESA_GLX_FX
26 years ago
Brian Paul
7aac6d6b8e
fixed depth mask bug in fxddClear(DD_DEPTH_BIT)
26 years ago
Jouk Jansen
8deec7bf5f
Committing in .
Modified Files:
Mesa/src-glu/descrip.mms
Update VMS-makefile for "old" GLU
----------------------------------------------------------------------
26 years ago
Brian Paul
963946d3d7
updated version to 3.5
26 years ago
Brian Paul
d4f6695a3e
bumped MESA_MINOR to 5
26 years ago
Brian Paul
042066887b
added GetInteger/Float/Double/Boolean/Pointer device driver functions
26 years ago
Brian Paul
507d83e4cc
added NULL parameter checking to API functions
26 years ago
Brian Paul
ddf69f247f
updated Phil's email address
26 years ago
Brian Paul
585d191ae7
updates from mesa3d@billbaxter.com
26 years ago
Brian Paul
bd0f7f42d6
fixed return val bug in glAreTexturesResident()
26 years ago