Brian Paul
e430f93ea0
fixed a typo
25 years ago
Brian Paul
bb70b0eaf8
fixed a typo
25 years ago
Brian Paul
b0f1460f13
added latest 3.4.1 bug fixes
25 years ago
Brian Paul
08a9355932
better error messages
25 years ago
Brian Paul
e9bd590781
minor changes from XFree86 (dawes)
25 years ago
Brian Paul
456480981a
fixed line clipping bug; change DIFFERENT_SIGNS macro ala Mesa 3.5
25 years ago
Jouk Jansen
a241b22aaa
Modified Files:
Tag: mesa_3_4_branch
Mesa/demos/descrip.mms 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/descrip.mms
Mesa/vms/analyze_map.com Mesa/vms/xlib_share.opt
Added Files:
Tag: mesa_3_4_branch
Mesa/include/GL/vms_x_fix.h
backported from version 3.5 some VMS compile issues
----------------------------------------------------------------------
25 years ago
Brian Paul
e32b1543e8
fixed bytesPerValue bug in OSMesaGetDepthBuffer()
25 years ago
Brian Paul
5a7d5d0808
fixed bugs in _mesa_clear_depth_buffer(), bug #131366
25 years ago
Brian Paul
e3aef4ed72
bumped version to 3.4.1
25 years ago
Brian Paul
47759b1d82
updates for 3.4.1
25 years ago
Gareth Hughes
0c769dba55
Upgrade to (patched) version 7 of glext.h
25 years ago
Brian Paul
9a1ca37e5b
GL_SHADE_MODEL wasn't popped correctly
25 years ago
Brian Paul
0eedea5083
updated info re conformance testing at 16bpp
25 years ago
Brian Paul
c3ccae5f49
improved glReadPixels accuracy for 16bpp color buffers - fixes lots of conformance bugs
25 years ago
Brian Paul
18074cf055
bumped version numbers and dates
25 years ago
Brian Paul
1929fbde14
3.4.1 release notes
25 years ago
Brian Paul
7a47ecdf23
bumped version number to 3.4.1
25 years ago
Brian Paul
0f7e5e8a47
added two bug fixes
25 years ago
Brian Paul
44779d21a3
glPopAttrib() wasn't updating all derived state
25 years ago
Brian Paul
ae5cc3e94c
fixed glTexSubImage error check bug #128775
25 years ago
Brian Paul
b15870fe69
moved GL_EXT_texture_env_dot3 item
25 years ago
Gareth Hughes
5c08f57d87
Implementation of GL_EXT_texture_env_dot3.
25 years ago
Brian Paul
d6540dbaf2
add texobj BaseLevel to P. Back-ported from Mesa 3.5
25 years ago
Brian Paul
9e33f91f4b
silence compiler warnings (XFree86 sync)
25 years ago
Brian Paul
aa2bbcbcd3
minor tweaks for XFree86/DRI
25 years ago
Brian Paul
ea083a8b59
added GL_RESCALE_NORMAL cases
25 years ago
Brian Paul
3b20dc1dd7
fixed bug involving LastEnvMode and GL_COMBINE_EXT (tdfx and texcombine)
25 years ago
Brian Paul
5b3b871d79
added glXCopySubBufferMESA() buf fix
25 years ago
Gareth Hughes
6b593c0b7a
Allow operating system SSE support test to be overridden with an
environment variable.
25 years ago
Gareth Hughes
7535dc796a
Change signal handling to require _POSIX_SOURCE to be defined.
25 years ago
Gareth Hughes
8a341f4d38
More correct test for the availability of SSE on a Pentium III
processor, or any that specifies XMM in the CPUID features. We perform
the equivalent of testing CR4.OSFXSR to verify the operating system
supports the extended FPU save and restore required for SSE. We also
perform the equivalent of testing CR4.OSXMMEXCPT to verify the operating
system supports unmasked SIMD FPU exceptions.
All changes to the signal handlers and SIMD FPU control word are
restored after the testing is complete.
Tested on the following kernels:
- 2.2.14-5.0 kernel from RedHat 6.2 that includes their SSE patch
- 2.4.0-test11 kernel configured for PPro/PII processor (no SSE)
- 2.4.0-test11 kernel configured for PIII processor (with SSE)
25 years ago
Gareth Hughes
8ea17294b8
Infrastructure for asm optimized lighting functions. Actual
implementations will follow.
25 years ago
Brian Paul
757e7feb81
added stencil span args bug fix
25 years ago
Brian Paul
76ef5a3993
fixed parameter mis-ordering bug in Driver.StencilSpan calls
25 years ago
Brian Paul
bae4b31566
prototype code for vertex array sets/objects (grep for VAO)
25 years ago
Brian Paul
e23ea371e6
added changes so far for a possible 3.4.1 release
25 years ago
Brian Paul
77743a4e08
fixed GLX_PBUFFER value
25 years ago
Brian Paul
7510d9a56e
minor updates for widgets-mesa/
25 years ago
Brian Paul
75b470c146
added some RENDER_START/RENDER_FINISH macros, finished GetConvolutionFilter()
25 years ago
Brian Paul
142d00e32f
don't apply transfer ops when upacking pixel spans
25 years ago
Brian Paul
50cccb667e
added RENDER_START and RENDER_FINISH macros to read_color_image()
25 years ago
Brian Paul
202ddf7a54
minor fixes for Windows compilation (Joshua Napoli)
25 years ago
Brian Paul
3efc845d1b
yet another tweak to ctx->NewState |= NEW_TEXTURING in _mesa_BindTexture()
25 years ago
Brian Paul
dc203452eb
minor optimization in _mesa_convert_texsubimage() for 8-bit texels when replacing entire teximage
25 years ago
Jon Taylor
f195052952
Misc GGIMesa build fixes
25 years ago
Brian Paul
adde46e8ee
replaced Texture.Enabled with Texture.ReallyEnabled
25 years ago
Brian Paul
d9ec7b48d9
init WrapR to GL_REPEAT mode
25 years ago
Brian Paul
6fa6c586db
patched to silence compiler warnings (Martin Lindhe)
25 years ago
Brian Paul
ce764717bc
GL_BGR case was misplaced in _mesa_is_legal_format_and_type() (Jeff Hartmann)
25 years ago