summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_tris.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-25add special case for flat shaded + separate specular trianglesKeith Whitwell1-17/+50
2005-05-24Only use x86 / SSE assembly when USE_X86_ASM / USE_SSE_ASM are defined.Ian Romanick1-1/+1
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-04-05Don't call PrimitiveNotify with an invalid primitive. Fix ipersKeith Whitwell1-3/+5
2005-03-22merge unichrome changes from branchKeith Whitwell1-40/+54
2005-01-19Bring the texcombine fixes to the trunk.Keith Whitwell1-1/+16
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 Hourihane1-7/+12
2005-01-14Fix previously un-noticed issue with flat-shaded points.Keith Whitwell1-13/+17
2005-01-14silence a warningAlan Hourihane1-1/+1
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-12Allow two GL primitives to be combined to one HW primitiveKeith Whitwell1-89/+91
2005-01-12Fix multitexturing.Alan Hourihane1-4/+7
2005-01-11Fix usage of texture units, when TEX1 is enabled, but not TEX0.Alan Hourihane1-3/+4
2005-01-06Small Unichrome fixes:Thomas Hellström1-1/+1
2005-01-05make alloc-dma functions inline, rearrange some debugKeith Whitwell1-1/+1
2005-01-04Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell1-141/+343
2004-12-30Get scissor test working again. Passes glean scissor test.Keith Whitwell1-2/+7
2004-12-30Calculate DEPTH_SCALE correctly for polygon offset.Keith Whitwell1-1/+1
2004-12-30fix regression with fallbacks from recent commitsKeith Whitwell1-2/+4
2004-12-29Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell1-7/+20
2004-12-29Simplfy clear() and swapbuffers() code.Keith Whitwell1-40/+63
2004-12-29Make line stipple a fallback.Keith Whitwell1-3/+10
2004-12-29Get twoside-lit triangles working againKeith Whitwell1-8/+33
2004-12-29Large updateKeith Whitwell1-786/+166
2004-12-23Remove the VIA_PERFORMANCE code. A step towards moving the driverKeith Whitwell1-41/+0
2004-12-23Chop out more dead code.Keith Whitwell1-1/+0
2004-12-22Remove dead code.Keith Whitwell1-120/+3
2004-12-20Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell1-112/+0
2004-12-15Unichrome DRI:Thomas Hellström1-6/+6
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell1-7/+7
2004-02-23updates from Erdi ChenBrian Paul1-14/+16
2004-01-30Via Unichrome/cle266 driver (Erdi Chen)Brian Paul1-0/+1717