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
/
sis
/
sis_tris.c
Age
Commit message (
Expand
)
Author
2009-02-10
sis: fix signedness warnings
Eric Anholt
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-01-06
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2006-04-11
More GLSL code:
Michal Krol
2005-10-26
Add disabled support for GL_EXT_fog_coord. While it seems correct to me, it's
Eric Anholt
2005-10-25
Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox's
Eric Anholt
2005-10-24
Add support for GL_EXT_secondary_color, tested with seccolor test.
Eric Anholt
2005-10-24
Fix the GL_BLEND case (and remove the fallback associated with it) by converting
Eric Anholt
2005-10-24
Fix texenv by moving a misplaced check for being in fallback (should cover only
Eric Anholt
2005-10-24
Fix a typo in a fallback string.
Eric Anholt
2005-10-19
Make SiS a little more like other drivers: Add SIS_DEBUG (only option being
Eric Anholt
2005-05-31
Remove unused CTX_ARG2 define.
Eric Anholt
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2004-10-02
added support for GL_ARB_draw_buffers
Brian Paul
2004-09-25
Triangle stipple is a fallback, since we don't have code for the stippling.
Eric Anholt
2004-09-25
Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hang
Eric Anholt
2004-07-01
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-07-01
Rename 'emit_func' usages in drivers. Will also rename the ones in
Keith Whitwell
2004-06-09
* sisChooseRenderState doesn't depend on _NEW_TEXTURE at all.
Eric Anholt
2004-06-08
* Convert to use t_vertex.c instead of sis_vb.[ch]
Eric Anholt
2004-03-21
Implemented support for software-based AUX color buffers.
Brian Paul
2003-12-11
Updates to tnl_dd_dmatmp.h
Keith Whitwell
2003-12-09
Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floating
Keith Whitwell
2003-12-09
Remove usleeps from sis driver. We probably aren't doing anyone a service
Eric Anholt
2003-12-04
merge latest DRI sis driver changes from the DRI trunk
Alan Hourihane
2003-09-30
add the SiS driver - no kernel driver yet
Alan Hourihane