summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_tris.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-6/+6
* code clean-ups, reformattingBenno Schulenberg2007-11-091-11/+8
* fix Unichrome/Blender crash, bug 13142Benno Schulenberg2007-11-081-2/+4
* More GLSL code:Michal Krol2006-04-111-11/+16
* add special case for flat shaded + separate specular trianglesKeith Whitwell2005-05-251-17/+50
* Only use x86 / SSE assembly when USE_X86_ASM / USE_SSE_ASM are defined.Ian Romanick2005-05-241-1/+1
* Disable recent sse change pending more testing.Keith Whitwell2005-05-231-1/+2
* Use SSE for vertex emit -- another good speedup.Keith Whitwell2005-05-231-0/+9
* Don't call PrimitiveNotify with an invalid primitive. Fix ipersKeith Whitwell2005-04-051-3/+5
* merge unichrome changes from branchKeith Whitwell2005-03-221-40/+54
* Bring the texcombine fixes to the trunk.Keith Whitwell2005-01-191-1/+16
* remove some debugAlan Hourihane2005-01-181-1/+1
* Fix tristrips (which fixes coloredTexPerf2 & coloredLitPerf2 glean tests)Alan Hourihane2005-01-181-1/+1
* Enable line stippling.Alan Hourihane2005-01-141-7/+12
* Fix previously un-noticed issue with flat-shaded points.Keith Whitwell2005-01-141-13/+17
* silence a warningAlan Hourihane2005-01-141-1/+1
* Rename via_fastrender_* to avoid confusion with similar functions inKeith Whitwell2005-01-131-5/+5
* Simplify viaChooseVertexState slightly.Keith Whitwell2005-01-131-5/+1
* Allow two GL primitives to be combined to one HW primitiveKeith Whitwell2005-01-121-89/+91
* Fix multitexturing.Alan Hourihane2005-01-121-4/+7
* Fix usage of texture units, when TEX1 is enabled, but not TEX0.Alan Hourihane2005-01-111-3/+4
* Small Unichrome fixes:Thomas Hellström2005-01-061-1/+1
* make alloc-dma functions inline, rearrange some debugKeith Whitwell2005-01-051-1/+1
* Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell2005-01-041-141/+343
* Get scissor test working again. Passes glean scissor test.Keith Whitwell2004-12-301-2/+7
* Calculate DEPTH_SCALE correctly for polygon offset.Keith Whitwell2004-12-301-1/+1
* fix regression with fallbacks from recent commitsKeith Whitwell2004-12-301-2/+4
* Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell2004-12-291-7/+20
* Simplfy clear() and swapbuffers() code.Keith Whitwell2004-12-291-40/+63
* Make line stipple a fallback.Keith Whitwell2004-12-291-3/+10
* Get twoside-lit triangles working againKeith Whitwell2004-12-291-8/+33
* Large updateKeith Whitwell2004-12-291-786/+166
* Remove the VIA_PERFORMANCE code. A step towards moving the driverKeith Whitwell2004-12-231-41/+0
* Chop out more dead code.Keith Whitwell2004-12-231-1/+0
* Remove dead code.Keith Whitwell2004-12-221-120/+3
* Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell2004-12-201-112/+0
* Unichrome DRI:Thomas Hellström2004-12-151-6/+6
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-7/+7
* updates from Erdi ChenBrian Paul2004-02-231-14/+16
* Via Unichrome/cle266 driver (Erdi Chen)Brian Paul2004-01-301-0/+1717