summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_tris.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-03Remove stray defines of HAVE_RGBAIan Romanick
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2009-12-15unichrome: Silence compiler warnings.Vinson Lee
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2007-11-09code clean-ups, reformattingBenno Schulenberg
2007-11-08fix Unichrome/Blender crash, bug 13142Benno Schulenberg
2006-04-11More GLSL code:Michal Krol
2005-05-25add special case for flat shaded + separate specular trianglesKeith Whitwell
2005-05-24Only use x86 / SSE assembly when USE_X86_ASM / USE_SSE_ASM are defined.Ian Romanick
2005-05-23Disable recent sse change pending more testing.Keith Whitwell
2005-05-23Use SSE for vertex emit -- another good speedup.Keith Whitwell
2005-04-05Don't call PrimitiveNotify with an invalid primitive. Fix ipersKeith Whitwell
2005-03-22merge unichrome changes from branchKeith Whitwell
2005-01-19Bring the texcombine fixes to the trunk.Keith Whitwell
2005-01-18remove some debugAlan Hourihane
2005-01-18Fix tristrips (which fixes coloredTexPerf2 & coloredLitPerf2 glean tests)Alan Hourihane
2005-01-14Enable line stippling.Alan Hourihane
2005-01-14Fix previously un-noticed issue with flat-shaded points.Keith Whitwell
2005-01-14silence a warningAlan Hourihane
2005-01-13Rename via_fastrender_* to avoid confusion with similar functions inKeith Whitwell
2005-01-13Simplify viaChooseVertexState slightly.Keith Whitwell
2005-01-12Allow two GL primitives to be combined to one HW primitiveKeith Whitwell
2005-01-12Fix multitexturing.Alan Hourihane
2005-01-11Fix usage of texture units, when TEX1 is enabled, but not TEX0.Alan Hourihane
2005-01-06Small Unichrome fixes:Thomas Hellström
2005-01-05make alloc-dma functions inline, rearrange some debugKeith Whitwell
2005-01-04Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell
2004-12-30Get scissor test working again. Passes glean scissor test.Keith Whitwell
2004-12-30Calculate DEPTH_SCALE correctly for polygon offset.Keith Whitwell
2004-12-30fix regression with fallbacks from recent commitsKeith Whitwell
2004-12-29Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell
2004-12-29Simplfy clear() and swapbuffers() code.Keith Whitwell
2004-12-29Make line stipple a fallback.Keith Whitwell
2004-12-29Get twoside-lit triangles working againKeith Whitwell
2004-12-29Large updateKeith Whitwell
2004-12-23Remove the VIA_PERFORMANCE code. A step towards moving the driverKeith Whitwell
2004-12-23Chop out more dead code.Keith Whitwell
2004-12-22Remove dead code.Keith Whitwell
2004-12-20Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell
2004-12-15Unichrome DRI:Thomas Hellström
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-02-23updates from Erdi ChenBrian Paul
2004-01-30Via Unichrome/cle266 driver (Erdi Chen)Brian Paul