summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2005-11-29use the drm files from the drm tree/package, not theseBrian Paul5-3531/+0
2005-11-29use xf86drm.h from the drm treeBrian Paul1-636/+0
2005-11-29If the DDX driver didn't reserve any video RAM for textures, fall back toMichel Dänzer4-22/+51
2005-11-27fix BSD X server compilation problemBrian Paul1-0/+1
2005-11-27include stdint.h for BSDBrian Paul1-11/+9
2005-11-25use ADD_POINTERS macro instead of (uintptr_t) castBrian Paul1-8/+8
2005-11-24Use _mesa_exec_free for fp->func.Keith Whitwell1-7/+7
2005-11-22added bug 5131 work-aroundBrian Paul1-0/+1
2005-11-22disable freeing of fp->func, see comment (bug 5131)Brian Paul1-0/+7
2005-11-22Use correct enums for program output variables. FixesKeith Whitwell1-2/+2
2005-11-22Make sure tnl->_DoVertexFog is kept uptodate. Fixes fog in i915Keith Whitwell1-0/+5
2005-11-19in run_texnorm_stage() check if the texture unit is really enabled before try...Brian Paul1-50/+52
2005-11-16Fixes for x86_64 Unichrome.Thomas Hellström5-19/+26
2005-11-16Added error checking in _tnl_Begin to detect incomplete framebuffer.Brian Paul2-2/+27
2005-11-16add GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error()Brian Paul1-1/+4
2005-11-15fix color interpolation problem reported on VMSBrian Paul2-65/+40
2005-11-15check for ctx==NULL, should help with bug 4087Brian Paul2-2/+4
2005-11-15fix problem in stencil_and_ztest_span() when using hardware stencilBrian Paul1-2/+6
2005-11-15fix incorrect depth/stencil size checksBrian Paul1-5/+5
2005-11-10fix bug 5005Brian Paul1-0/+1
2005-11-10fix popping of GL_SPOT_DIRECTION (bug 5005)Brian Paul1-1/+1
2005-11-09fix bug 4996Brian Paul1-0/+1
2005-11-09fix popping of GL_EYE_PLANE state (bug 4996)Brian Paul1-10/+20
2005-11-09Bug 4996.Brian Paul4-41/+39
2005-11-09fix bug 4992Brian Paul1-0/+1
2005-11-09use UNCLAMPED_FLOAT_TO_USHORT/UBYTE in clear_rgba_buffer() (bug #4992)Brian Paul1-9/+9
2005-11-04remove unneeded HIDDEN definition (bug 4956)Brian Paul2-28/+0
2005-11-04fix MinGW problems (bug 4956)Brian Paul3-15/+45
2005-11-02added USE_MGL_NAMESPACE for x86-64 fixBrian Paul1-0/+2
2005-11-02added osdemos/ dir to DEMO_FILESBrian Paul1-0/+2
2005-11-02implement USE_MGL_NAMESPACE for x86-64 dispatch code (Mark Bolstad)Brian Paul2-3448/+3466
2005-10-31fix problems found with gcc 2.96 (bug 4934)Brian Paul8-22/+57
2005-10-31fix fragment program fog option w/ glDrawPixelsBrian Paul1-0/+1
2005-10-31check swrast->_FogEnabled instead of ctx->Fog.EnabledBrian Paul6-17/+25
2005-10-30need to use absolute value for RSQBrian Paul1-1/+2
2005-10-29Free old parameter list before assigning new one. FIxes memory leak.Brian Paul2-3/+13
2005-10-29s/lenght/length/Brian Paul1-2/+2
2005-10-29added LOGF wrapperBrian Paul1-1/+5
2005-10-29fix LITBrian Paul1-1/+9
2005-10-29fix a few bugs in SWZ executionBrian Paul1-5/+5
2005-10-29fix two fragment/vertex program bugsBrian Paul1-0/+2
2005-10-29fix errors in RoughApproxPower(), do_LIT(), _tnl_program_string()Brian Paul1-11/+12
2005-10-29If parsing a program fails, don't change the vertex/fragment program object.Brian Paul4-49/+47
2005-10-28Keith's fixes for RSW and XPD (need temporaries)Brian Paul1-8/+23
2005-10-28include tnl.h to silence warningBrian Paul1-1/+2