summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-02-22updated GLUT linkBrian Paul1-1/+1
2006-02-17STENCIL_WRITE_MASK fixes from trunkKeith Whitwell2-2/+2
2006-02-16Reinstate vertex format after a rasterization fallback for both r200 and ↵Roland Scheidegger2-0/+6
radeon driver when a tcl fallback is active, fixes a blender issue with non-tcl hw (bug #5601)
2006-02-15import cut&paste fixes from trunkBrian Paul1-2/+3
2006-02-15Set NumInstructions (bug 5864)Brian Paul2-0/+2
2006-02-14replace size_t * w/ unsigned int * (Jurg Billeter)Brian Paul1-1/+1
2006-02-14fix AIX issues (bug 5874)Brian Paul3-1/+12
2006-02-09remove the test for XFree86Server from prev patch (bug 5835)Brian Paul1-1/+1
2006-02-08include dix-config.h (Mike Harris) (bug 5835)Brian Paul1-0/+3
2006-02-03MD5 checksums for 6.4.2Brian Paul1-2/+10
2006-02-02fix bug 5791mesa_6_4_2Brian Paul1-0/+1
2006-02-02use calloc instead of malloc so try_codegen field is initialized to zero ↵Brian Paul1-4/+4
(bug 5791)
2006-02-02fix texcoord unit assertions, per RolandBrian Paul1-2/+2
2006-02-02added some sanity assertionsBrian Paul1-0/+5
2006-02-016.4.2 prepBrian Paul2-2/+23
2006-02-01prep for 6.4.2 releaseBrian Paul3-1/+49
2006-02-01bump version to 6.4.2Brian Paul2-4/+4
2006-02-01bump version to 6.4.2, add glfbdev.h to tarballsBrian Paul1-4/+5
2006-02-01replace > with >= in _mesa_ClientActiveTextureARB()Brian Paul1-1/+1
2006-02-01fix texcoord unit assertion (bug 5780)Brian Paul1-3/+3
2006-01-27misc updatesBrian Paul1-7/+9
2006-01-25WGL_ARB_extensions_string extensionBrian Paul1-0/+9
2006-01-25latest fixes for 6.4.2Brian Paul1-0/+3
2006-01-25add wglGetExtensionsStringARB() from trunkBrian Paul3-2/+8
2006-01-16Free visinfo object (Tilman Sauerbeck)Brian Paul1-0/+2
2006-01-04install GLw headers (bug 5396)Brian Paul1-0/+1
2006-01-04special-case Darwin (bug 4509)Brian Paul1-0/+2
2005-12-15move va_end() call (Evgeny Kotsuba)Brian Paul1-1/+1
2005-12-14Fix typo.Keith Whitwell1-1/+1
2005-12-13Apply memory context support from trunk.Karl Schultz5-32/+21
2005-12-13WMesaCreateContext takes a HWND as the first argument. Put back code to get ↵Karl Schultz1-2/+8
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.
2005-12-12sync with CVS trunk (see bug 5316)Brian Paul1-12/+9
2005-12-12added casts to WMesaCreateContext call, from CVS trunk (bug 5317)Brian Paul1-5/+6
2005-12-12silence warning, bug 5318Brian Paul1-0/+2
2005-12-09Reapply changes made outside Visual StudioKarl Schultz1-2/+2
2005-12-08restore @ lost in previous check-inBrian Paul1-1/+1
2005-12-08Back-port OSMesaColorClamp() function/feature from trunk. See bug 4917.Brian Paul11-16/+61
2005-12-07Add {} to RENDER_SPAN macro to fix compilation problem (Bugzilla 5253)Karl Schultz1-4/+6
2005-12-07export _tnl_program_string so osmesa can linkKarl Schultz1-0/+1
2005-12-07Fix bugzilla 5253. Add {} around code in RENDER_SPAN macros when code ↵Karl Schultz1-4/+4
includes a variable declaration.
2005-12-02Fix two failures encountered when running out of memory during XImageBrian Paul2-16/+19
allocation. Append \n to _mesa_warning() strings.
2005-12-02Test sizeof(drm_handle_t) instead of LONG64 when returning handlesBrian Paul1-6/+6
2005-12-02Fix build issues on x86-64 due to missing include path inIan Romanick2-2/+2
glapi_x86-64.S. Bug: #5602
2005-12-01get depthBits from the current drawbufferBrian Paul1-3/+3
2005-11-30added MD5 checksumsBrian Paul1-2/+10
2005-11-30updates for 6.4.1 releasemesa_6_4_1Brian Paul4-7/+33
2005-11-306.4.1 release notesBrian Paul1-0/+47
2005-11-30This is a major re-work of the __indirect_glInterleavedArrays routine. TheIan Romanick1-133/+89
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
2005-11-29assorted fixes for server-side direct rendering (bug 5199)Brian Paul4-6/+6
2005-11-29remove dri_client/ dir from tarballBrian Paul1-1/+0