index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
unichrome
/
via_tris.c
Age
Commit message (
Expand
)
Author
2005-04-05
Don't call PrimitiveNotify with an invalid primitive. Fix ipers
Keith Whitwell
2005-03-22
merge unichrome changes from branch
Keith Whitwell
2005-01-19
Bring the texcombine fixes to the trunk.
Keith Whitwell
2005-01-18
remove some debug
Alan Hourihane
2005-01-18
Fix tristrips (which fixes coloredTexPerf2 & coloredLitPerf2 glean tests)
Alan Hourihane
2005-01-14
Enable line stippling.
Alan Hourihane
2005-01-14
Fix previously un-noticed issue with flat-shaded points.
Keith Whitwell
2005-01-14
silence a warning
Alan Hourihane
2005-01-13
Rename via_fastrender_* to avoid confusion with similar functions in
Keith Whitwell
2005-01-13
Simplify viaChooseVertexState slightly.
Keith Whitwell
2005-01-12
Allow two GL primitives to be combined to one HW primitive
Keith Whitwell
2005-01-12
Fix multitexturing.
Alan Hourihane
2005-01-11
Fix usage of texture units, when TEX1 is enabled, but not TEX0.
Alan Hourihane
2005-01-06
Small Unichrome fixes:
Thomas Hellström
2005-01-05
make alloc-dma functions inline, rearrange some debug
Keith Whitwell
2005-01-04
Change to use the t_vertex.c mechanisms for building vertices,
Keith Whitwell
2004-12-30
Get scissor test working again. Passes glean scissor test.
Keith Whitwell
2004-12-30
Calculate DEPTH_SCALE correctly for polygon offset.
Keith Whitwell
2004-12-30
fix regression with fallbacks from recent commits
Keith Whitwell
2004-12-29
Fix some wrapping bugs in the last commit. Probably there are more
Keith Whitwell
2004-12-29
Simplfy clear() and swapbuffers() code.
Keith Whitwell
2004-12-29
Make line stipple a fallback.
Keith Whitwell
2004-12-29
Get twoside-lit triangles working again
Keith Whitwell
2004-12-29
Large update
Keith Whitwell
2004-12-23
Remove the VIA_PERFORMANCE code. A step towards moving the driver
Keith Whitwell
2004-12-23
Chop out more dead code.
Keith Whitwell
2004-12-22
Remove dead code.
Keith Whitwell
2004-12-20
Remove #ifdef DEBUG's in code, but still allow compiler to remove debug
Keith Whitwell
2004-12-15
Unichrome DRI:
Thomas Hellström
2004-07-01
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-02-23
updates from Erdi Chen
Brian Paul
2004-01-30
Via Unichrome/cle266 driver (Erdi Chen)
Brian Paul