summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
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-18Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell9-1987/+1398
2005-05-18Fix a few typos, initialize p->identity.Keith Whitwell1-3/+9
2005-05-18Eliminate a couple of swizzles.Keith Whitwell1-3/+4
2005-05-18Generates working SSE code for gears under the swrast driver.Keith Whitwell1-58/+127
2005-05-18Checkpoint commit: Preliminary version of a facility to emit x86/sse codeKeith Whitwell1-0/+937
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-17don't include strings.hBrian Paul2-4/+0
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-16Don't use _mesa_swizzle_ubyte_image if all three texture formatsFelix Kuehling1-0/+12
2005-05-16Add error about write permission to fbdev attribsJon Smirl1-0/+7
2005-05-16another GLX / XCB patch (Jeremy Kolb)Brian Paul1-4/+4
2005-05-16Deal better with indirection and indirection accounting, developedKeith Whitwell1-33/+53
2005-05-16Apply r200 tcl fix to radeon - compiles but untested.Keith Whitwell1-1/+25
2005-05-16define M_E if neededBrian Paul1-0/+5
2005-05-16remove MESA suffix from _eglInitScreenSurface, use swAlpha valueBrian Paul1-2/+2
2005-05-15fix GetRow parameters (Nicolai Haehnle)Brian Paul1-1/+1
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
2005-05-14Don't print debug messages unless the user explicitly requested themNicolai Haehnle2-6/+10
2005-05-14Forgot to add fb_egl.cJon Smirl1-0/+798
2005-05-13Make software fallbacks work again:Nicolai Haehnle2-0/+7
2005-05-13Remove quiescence sequence from r300ClearBuffer.Nicolai Haehnle1-17/+0
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl3-3/+6
2005-05-13Patch from Jeff Smith:Nicolai Haehnle1-6/+6
2005-05-13Patch from Jeff Smith:Nicolai Haehnle1-1/+1
2005-05-13Remove MAX_VISUAL limitations of 100. If running dual head this canAlan Hourihane1-7/+5
2005-05-13Calculate render inputs for tcl stage correctly (hint: they aren't theKeith Whitwell1-1/+32
2005-05-12Remove some unused structure fields, add some comments, and ifdef out someIan Romanick4-18/+49
2005-05-12new MESA_DEBUG option: disassemKeith Whitwell3-2/+6
2005-05-12Rein in debug slightlyKeith Whitwell1-1/+1
2005-05-12Turn disassem off (oops).Keith Whitwell1-1/+1