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