summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-05-26Bump driver date.mesa_20050526Keith Whitwell1-1/+1
2005-05-26constant trackingBen Skeggs3-58/+87
2005-05-26use shared-core rather than sharedDave Airlie1-1/+1
2005-05-26use shared-core instead of sharedDave Airlie1-1/+1
2005-05-25add special case for flat shaded + separate specular trianglesKeith Whitwell3-18/+51
2005-05-25Disable polygon stipple - it seems to break if certain specific stippleKeith Whitwell2-55/+56
2005-05-25Fix various issues with cliprects and MakeCurrentKeith Whitwell1-5/+9
2005-05-25- Remove one of the loops in emit_arithBen Skeggs3-55/+133
2005-05-24Only use x86 / SSE assembly when USE_X86_ASM / USE_SSE_ASM are defined.Ian Romanick4-3/+9
2005-05-24moved to windows build dirKarl Schultz2-256/+0
2005-05-24Major code cleanup and begin using new render buffer interface.Karl Schultz5-4284/+1500
2005-05-23Initialize hw stencil renderbuffer.Keith Whitwell1-4/+2
2005-05-23Disable recent sse change pending more testing.Keith Whitwell1-1/+2
2005-05-23Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs9-53/+1312
2005-05-23Use SSE for vertex emit -- another good speedup.Keith Whitwell1-0/+9
2005-05-23Import Thomas Helstrom's SSE memcpy code from the via X.org driver.Keith Whitwell5-1/+148
2005-05-22Small change to handle native case (7 natives case)Jerome Glisse1-6/+12
2005-05-22Adding r300 fragment program swizzle tab. Please someJerome Glisse1-0/+1337
2005-05-20Add support for modes with a depth-buffer but no stencil-buffer. ThisIan Romanick1-5/+7
2005-05-20Remove debug printfsKeith Whitwell1-2/+0
2005-05-20Re-enable X11 optimized triangle funcs.Keith Whitwell1-1/+0
2005-05-20Remove some debug outputJon Smirl1-2/+0
2005-05-19Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl1-3/+37
2005-05-19remove the XFree86 ID lineBrian Paul1-1/+0
2005-05-19Ditch unused code and features that arent in subject to get supported any nea...the_perfect_fragAapo Tahkola7-416/+24
2005-05-18In addition to dead-code removal and other clean-up, bump the required DDXIan Romanick3-87/+83
2005-05-18Fix inverted y for egl fbdev, add egl demo3Jon Smirl1-5/+5
2005-05-18Stick texture LOD back on.Aapo Tahkola1-1/+1
2005-05-18Polygon mode fixes.Aapo Tahkola3-120/+81
2005-05-18Fix for writing the wrong sysfs variable when blankingJon Smirl1-1/+3
2005-05-18Implement fbdev swapbuffers()Jon Smirl1-0/+47
2005-05-18More comments. More dead-code removed. More clean-up.Ian Romanick4-87/+66
2005-05-17Disable leftover debug statementsKeith Whitwell1-2/+2
2005-05-17fix some BCOMP/ACOMP typos (fixes Brad King's vtk failures)Brian Paul1-5/+5
2005-05-17Check error return from _eglInitPbufferSurface() correctlyJon Smirl1-1/+1
2005-05-17Compute stride in the right orderJon Smirl1-1/+1
2005-05-17Added software-based pbuffer support (untested).Brian Paul1-96/+81
2005-05-17Make EGL_NO_MODE_MESA work.Jon Smirl1-1/+21
2005-05-17Fix several internal problems with generating the list of configs.Jon Smirl1-12/+2
2005-05-16Rearranged some code and added some comments to mgaAllocDmaLow. TheIan Romanick1-7/+15
2005-05-16Add error about write permission to fbdev attribsJon Smirl1-0/+7
2005-05-16Apply r200 tcl fix to radeon - compiles but untested.Keith Whitwell1-1/+25
2005-05-16remove MESA suffix from _eglInitScreenSurface, use swAlpha valueBrian Paul1-2/+2
2005-05-15A few egl patches needed for glitz, mainly config BITSJon Smirl1-1/+3
2005-05-14Make gleans polyoffset test happy.Aapo Tahkola1-2/+11
2005-05-14Dont assume GLbooleans are ones when true.Aapo Tahkola1-1/+4
2005-05-14Cleanup blend state generation.Nicolai Haehnle1-85/+30
2005-05-14The kernel doesn't like command buffers over 64KB, so we don'tNicolai Haehnle1-3/+5
2005-05-14Remove dead span functions code.Nicolai Haehnle1-206/+18
2005-05-14Fix span functions for stencil buffer access.Nicolai Haehnle1-10/+8