summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-10-24update 6.4 release datemesa_6_4Brian Paul2-4/+4
2005-10-24fix writes to result.depth.zBrian Paul1-1/+2
2005-10-24fragment program writing to result.depth.z was brokenBrian Paul2-15/+31
2005-10-24Bug #4277:Thomas Hellström2-10/+41
2005-10-22unichrome: bug #4327,Thomas Hellström6-19/+25
2005-10-22Remove via_common.h in favour of via_drm.h in the libdrm source.Thomas Hellström3-227/+30
2005-10-22Merge from HEAD:Eric Anholt2-6/+19
2005-10-21fix GLX server resize/crash when resizing windowsBrian Paul3-10/+7
2005-10-21assorted updatesBrian Paul1-27/+17
2005-10-216.4 release updatesBrian Paul3-8/+47
2005-10-21check span.y >=0 (bug 4842)Brian Paul1-3/+6
2005-10-21Make execmem.c compile in the server (libGLcore). Since xf86mmapIan Romanick1-1/+1
2005-10-21Darwin version fix (SF bug 1334274)Brian Paul1-1/+1
2005-10-21remove some debug codeBrian Paul1-4/+0
2005-10-21fix broken KIL, SWZBrian Paul1-0/+1
2005-10-21fix broken SWZ instructionBrian Paul2-16/+13
2005-10-21fix broken KILBrian Paul1-2/+4
2005-10-21use PROGRAM_UNDEFINED instead of -1 to init register fieldsBrian Paul1-9/+9
2005-10-21change test for missing depth or stencil bufferBrian Paul1-15/+2
2005-10-20remove extra arg to _mesa_exec_malloc()Brian Paul1-1/+1
2005-10-20restore FASTCALL stuffBrian Paul5-7/+25
2005-10-20added GLX transpose matrix fixBrian Paul1-1/+2
2005-10-20fix bad loops in TransposeMatrix[fd]()Brian Paul1-2/+2
2005-10-20fix another renderbuffer wrapping bugBrian Paul1-2/+1
2005-10-20Disable the FASTCALL optimization because it still breaks server-side GLX.Brian Paul5-25/+7
2005-10-20Merge from head: bump driver dates for yesterday's crasher fixes.Eric Anholt2-2/+2
2005-10-20remove extra arg to _mesa_exec_malloc()Brian Paul1-1/+1
2005-10-19s/glut_gz2/glut_bz2/Brian Paul1-1/+1
2005-10-19added mm.c mm.h exemem.cBrian Paul1-0/+12
2005-10-19Merge from head:Eric Anholt2-1/+12
2005-10-19Merge the dispatch fix from HEAD today:Eric Anholt2-1/+12
2005-10-19updated for new mm.c, execmem.c filesBrian Paul2-0/+15
2005-10-19Import exec-malloc changes from trunk.Brian Paul11-56/+253
2005-10-18file mm.h was added on branch mesa_6_4_branch on 2005-10-19 01:21:12 +0000Brian Paul0-0/+0
2005-10-18file mm.c was added on branch mesa_6_4_branch on 2005-10-19 01:21:12 +0000Brian Paul0-0/+0
2005-10-18file execmem.c was added on branch mesa_6_4_branch on 2005-10-19 01:21:12 +0000Brian Paul0-0/+0
2005-10-17added some header files to DRI_FILES (Donnie Berkholz)Brian Paul1-0/+2
2005-10-12fix GLAPI/extern problem (bug 4757)Brian Paul2-3/+3
2005-10-11ifdef out some code to make glapi.c linkable in libglx.so (on theIan Romanick1-1/+5
2005-10-11check for PIXMAP in clip routine (SF bug 1323215)Brian Paul1-1/+1
2005-10-11set tentative release dateBrian Paul2-3/+3
2005-10-10fixed glFogCoord bug 4729Brian Paul1-0/+1
2005-10-10added EXPF() macroBrian Paul1-2/+6
2005-10-10from trunk: fix fogcoord bug 4729Brian Paul1-3/+9
2005-10-10Add 'get' data for glGetFramebufferAttachmentParameterivEXT enums.Ian Romanick2-6/+16
2005-10-08change test for presence of accum bufferBrian Paul1-1/+1
2005-10-08Fix some issues with state updates and renderbuffers. Querying GL_RED_BITS,Brian Paul4-25/+60
2005-10-08updates from trunkBrian Paul2-7/+19
2005-10-07fix renderbuffer, point size bugsBrian Paul1-0/+2
2005-10-07Fix a number of point size attenuation problems.Brian Paul5-85/+115