index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
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
2010-03-03
Remove stray defines of HAVE_RGBA
Ian Romanick
2009-12-21
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-11-19
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-12-15
unichrome: Silence compiler warnings.
Vinson Lee
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2007-11-09
code clean-ups, reformatting
Benno Schulenberg
2007-11-08
fix Unichrome/Blender crash, bug 13142
Benno Schulenberg
2006-04-11
More GLSL code:
Michal Krol
2005-05-25
add special case for flat shaded + separate specular triangles
Keith Whitwell
2005-05-24
Only use x86 / SSE assembly when USE_X86_ASM / USE_SSE_ASM are defined.
Ian Romanick
2005-05-23
Disable recent sse change pending more testing.
Keith Whitwell
2005-05-23
Use SSE for vertex emit -- another good speedup.
Keith Whitwell
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