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 년 전
Brian Paul
147b08328a
moved convolution API functions to convolve.c
25 년 전
Brian Paul
7e70874420
finished separable filter functions
25 년 전
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
----------------------------------------------------------------------
25 년 전
Brian Paul
f4f4dab25a
changed quad vertex colors to be tessellation invariant
25 년 전
Brian Paul
043654bbfb
print UNDEFINED MODE over samples that are undefined in the GL spec
25 년 전
Brian Paul
9b61162d43
use ImageTransferState
25 년 전
Brian Paul
3f8a70e5dd
added convolve.c to file list
25 년 전
Brian Paul
a6d46f6b99
increased max convolution filter size
25 년 전
Brian Paul
d4b799b60c
more convolution work, not done
25 년 전
Brian Paul
46e8a51383
basic glDrawPixels convolution implemented
25 년 전
Brian Paul
6339e621f5
fixed image transfer errors
25 년 전
Brian Paul
fa4525e289
implemented new ImageTransferState bitmask
25 년 전
Brian Paul
b1097f24a8
optimized glDrawPixels for glPixelZoom(1,-1) (Andrew Gee)
25 년 전
Brian Paul
e716184cae
added missing radius multiplication factor to sphere code
25 년 전
Brian Paul
6f0294ca47
fixed typo which disabled simple_DrawPixels
25 년 전
Brian Paul
e98276c859
fixed some warnings (Alan H.)
25 년 전
Brian Paul
dff7924e25
removed all dependencies on XMesa
25 년 전
Brian Paul
094e2f1a67
fixed segfault problem when using MESA_GLX_FX
25 년 전
Brian Paul
7aac6d6b8e
fixed depth mask bug in fxddClear(DD_DEPTH_BIT)
25 년 전
Jouk Jansen
8deec7bf5f
Committing in .
Modified Files:
Mesa/src-glu/descrip.mms
Update VMS-makefile for "old" GLU
----------------------------------------------------------------------
25 년 전
Brian Paul
963946d3d7
updated version to 3.5
25 년 전
Brian Paul
d4f6695a3e
bumped MESA_MINOR to 5
25 년 전
Brian Paul
042066887b
added GetInteger/Float/Double/Boolean/Pointer device driver functions
25 년 전
Brian Paul
507d83e4cc
added NULL parameter checking to API functions
25 년 전