Brian Paul
3b0c8dcaa3
fix bug 5791
20 years ago
Brian Paul
d8a6ef40a6
use calloc instead of malloc so try_codegen field is initialized to zero (bug 5791)
20 years ago
Brian Paul
7a79373adc
fix texcoord unit assertions, per Roland
20 years ago
Brian Paul
69dd5a749a
added some sanity assertions
20 years ago
Brian Paul
c76125ef03
6.4.2 prep
20 years ago
Brian Paul
020fa49e9c
prep for 6.4.2 release
20 years ago
Brian Paul
89cc04d6bd
bump version to 6.4.2
20 years ago
Brian Paul
c3104ab838
bump version to 6.4.2, add glfbdev.h to tarballs
20 years ago
Brian Paul
5f7f146ec2
replace > with >= in _mesa_ClientActiveTextureARB()
20 years ago
Brian Paul
4161495074
fix texcoord unit assertion (bug 5780)
20 years ago
Brian Paul
61c58fce3d
misc updates
20 years ago
Brian Paul
ba5e587f1d
WGL_ARB_extensions_string extension
20 years ago
Brian Paul
cbdfd0d112
latest fixes for 6.4.2
20 years ago
Brian Paul
965e888f49
add wglGetExtensionsStringARB() from trunk
20 years ago
Brian Paul
89f3e7f749
Free visinfo object (Tilman Sauerbeck)
20 years ago
Brian Paul
d2e735f2e7
install GLw headers (bug 5396)
20 years ago
Brian Paul
5879d1be61
special-case Darwin (bug 4509)
20 years ago
Brian Paul
546f85daa0
move va_end() call (Evgeny Kotsuba)
20 years ago
Keith Whitwell
a47358ce09
Fix typo.
20 years ago
Karl Schultz
318e1adaa6
Apply memory context support from trunk.
20 years ago
Karl Schultz
2dfa8a9c0b
WMesaCreateContext takes a HWND as the first argument. Put back code to get the HWND from the DC and pass the HWND, not the DC as the first parm. I think that the fix in 1.9.2.1 was copy/pasted from the trunk, which caused an unwanted change in the first parm. This fixes a compiler warning and lets the library actually work.
20 years ago
Brian Paul
333e14b066
sync with CVS trunk (see bug 5316)
20 years ago
Brian Paul
52c07cddd5
added casts to WMesaCreateContext call, from CVS trunk (bug 5317)
20 years ago
Brian Paul
978d0eb71b
silence warning, bug 5318
20 years ago
Karl Schultz
e26c934961
Reapply changes made outside Visual Studio
20 years ago
Brian Paul
7e76e05f0b
restore @ lost in previous check-in
20 years ago
Brian Paul
4fc07ba779
Back-port OSMesaColorClamp() function/feature from trunk. See bug 4917.
20 years ago
Karl Schultz
a8c469c3b6
Add {} to RENDER_SPAN macro to fix compilation problem (Bugzilla 5253)
20 years ago
Karl Schultz
919b606a94
export _tnl_program_string so osmesa can link
20 years ago
Karl Schultz
112180c2d8
Fix bugzilla 5253. Add {} around code in RENDER_SPAN macros when code includes a variable declaration.
20 years ago
Brian Paul
eccccc8940
Fix two failures encountered when running out of memory during XImage
allocation.
Append \n to _mesa_warning() strings.
20 years ago
Brian Paul
fcb01c7127
Test sizeof(drm_handle_t) instead of LONG64 when returning handles
20 years ago
Ian Romanick
366d6600d0
Fix build issues on x86-64 due to missing include path in
glapi_x86-64.S.
Bug: #5602
20 years ago
Brian Paul
98ac241a4e
get depthBits from the current drawbuffer
20 years ago
Brian Paul
f3cb488333
added MD5 checksums
20 years ago
Brian Paul
53e595017e
updates for 6.4.1 release
20 years ago
Brian Paul
f8be78367d
6.4.1 release notes
20 years ago
Ian Romanick
89568e0509
This is a major re-work of the __indirect_glInterleavedArrays routine. The
big, ugly, error prone switch-statement is replaced with a compact table.
I also added numerous comments, including a comment explaining how the
format parameter is validated.
Explicitly pass GL_FLOAT as the type in the cases where that is the only
possible value (e.g., everywhere except the call to glColorPointer).
Validate that stride is >= 0.
Tested with all modes (including the two error modes) of
progs/tests/interleave.c.
Bug: #5001, #5058
Reviewed by: Brian Paul
20 years ago
Brian Paul
149675017f
assorted fixes for server-side direct rendering (bug 5199)
20 years ago
Brian Paul
4d87d19a60
remove dri_client/ dir from tarball
20 years ago
Brian Paul
7a46bf5e1b
use the drm files from the drm tree/package, not these
20 years ago
Brian Paul
c2cabc6755
use xf86drm.h from the drm tree
20 years ago
Michel Dänzer
3fa7668f99
If the DDX driver didn't reserve any video RAM for textures, fall back to
using only GART memory for textures instead of segfaulting in the texture
management code. (Bug 5115)
20 years ago
Brian Paul
2370d426cf
fix BSD X server compilation problem
20 years ago
Brian Paul
d8eb2d49dd
include stdint.h for BSD
20 years ago
Brian Paul
fcda7131b4
use ADD_POINTERS macro instead of (uintptr_t) cast
20 years ago
Keith Whitwell
6ff7b66f4a
Use _mesa_exec_free for fp->func.
20 years ago
Brian Paul
e037150407
added bug 5131 work-around
20 years ago
Brian Paul
c2e6917e14
disable freeing of fp->func, see comment (bug 5131)
20 years ago
Keith Whitwell
2048fabe04
Use correct enums for program output variables. Fixes
fp/tri-depthwrite.
20 years ago