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_state.c
Age
Commit message (
Expand
)
Author
2005-01-10
Fallback on PolygonStipple for CLE266 hardware.
Alan Hourihane
2005-01-05
Avoid a segfault in multiarb.c
Keith Whitwell
2005-01-04
Turn specular lighting state on/off appropriately.
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
Simplify viaBlit a bit more.
Keith Whitwell
2004-12-30
fix regression with fallbacks from recent commits
Keith Whitwell
2004-12-30
Fix MagFilter state for texunit 0
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
Large update
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-14
uint*t -> u_int*t changes
Alan Hourihane
2004-12-12
fix recursion problem introduced on Nov 27
Brian Paul
2004-11-27
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-10-02
added support for GL_ARB_draw_buffers
Brian Paul
2004-10-02
Cut out all of the old texture environment code and rewrote it from
Ian Romanick
2004-10-01
Replace the numerous switch-statements to derive GL_COMBINE post-scale
Ian Romanick
2004-09-30
Factored out code for setting texture coordinate wrap bits. Added support
Ian Romanick
2004-02-23
updates from Erdi Chen
Brian Paul
2004-01-30
Minor fixes for recent Mesa 6.1 changes
Brian Paul
2004-01-30
Via Unichrome/cle266 driver (Erdi Chen)
Brian Paul