summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome
AgeCommit message (Expand)AuthorFilesLines
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick4-30/+14
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick1-46/+16
2005-07-15disable call to via_sse_memcpy() until it's fixedmesa_20050715Brian Paul1-1/+7
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger1-37/+8
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick1-15/+22
2005-06-27Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul1-3/+3
2005-05-26Bump driver date.mesa_20050526Keith Whitwell1-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-24Only use x86 / SSE assembly when USE_X86_ASM / USE_SSE_ASM are defined.Ian Romanick4-3/+9
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-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 Whitwell4-1/+147
2005-05-06fix cpp / bytesPerPixel problem (bug 1196554)Brian Paul1-6/+6
2005-05-05Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson1-11/+0
2005-05-04Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson1-0/+1
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul7-26/+160
2005-04-22First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell1-24/+4
2005-04-14Disable CLOD (Lod constant) state emit. The values emitted wereKeith Whitwell1-6/+6
2005-04-05Don't call PrimitiveNotify with an invalid primitive. Fix ipersKeith Whitwell1-3/+5
2005-03-23remove file after mergeKeith Whitwell1-421/+0
2005-03-22rename mesaVis to try and improve clarityKeith Whitwell1-13/+13
2005-03-22merge unichrome changes from branchKeith Whitwell20-1802/+2116
2005-02-11Turn _via_fastrender_stage back on.Keith Whitwell1-1/+1
2005-01-21silence the 'using AGP/PCI' string unless VIA_DEBUG is used.Alan Hourihane1-5/+8
2005-01-20Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane1-4/+4
2005-01-19Bring the texcombine fixes to the trunk.Keith Whitwell7-96/+185
2005-01-19Always use ARGB8888 hardware texture format when mesa specifiesKeith Whitwell1-8/+9
2005-01-18remove some debugAlan Hourihane1-1/+1
2005-01-18Fix tristrips (which fixes coloredTexPerf2 & coloredLitPerf2 glean tests)Alan Hourihane1-1/+1
2005-01-14Enable line stippling.Alan Hourihane2-11/+16
2005-01-14Fix previously un-noticed issue with flat-shaded points.Keith Whitwell4-30/+18
2005-01-14silence a warningAlan Hourihane1-1/+1
2005-01-14Get PolygonStipple working.. (or seemingly too). It seems to do the rightAlan Hourihane3-44/+10
2005-01-1416bpp doesn't support masked clears, so fallback when they're enabled.Alan Hourihane1-0/+10
2005-01-14Populate WriteMonoDepthSpan in 24/8 modes.Keith Whitwell1-0/+1
2005-01-13remove some dead texture codeAlan Hourihane1-44/+0
2005-01-13Rename via_fastrender_* to avoid confusion with similar functions inKeith Whitwell1-5/+5
2005-01-13Simplify viaChooseVertexState slightly.Keith Whitwell1-5/+1
2005-01-13Remove misleading comment.Keith Whitwell1-2/+0
2005-01-13TypoKeith Whitwell1-1/+1
2005-01-13Emit constant colors for texunit 1 blending.Keith Whitwell3-41/+56
2005-01-13cut out dead texture state codeKeith Whitwell2-296/+0
2005-01-13revert some makecurrent codeAlan Hourihane1-2/+1
2005-01-13Fix glean scissor testAlan Hourihane3-4/+11
2005-01-13As we fallback for polygon stipple on the CLE266 for now, ensure weAlan Hourihane1-5/+7
2005-01-12Use the faster span read/write template for 16bppAlan Hourihane1-61/+22
2005-01-12Don't special-case 16bpp for colormask register - not needed.Keith Whitwell1-12/+4