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_context.h
Age
Commit message (
Expand
)
Author
2006-04-11
More GLSL code:
Michal Krol
2005-10-25
Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox's
Eric Anholt
2005-10-24
Cut a bunch of code by not trying to precompute the blit commands and instead
Eric Anholt
2005-10-24
Add support for GL_EXT_secondary_color, tested with seccolor test.
Eric Anholt
2005-10-24
- Add a few more hardware internal formats that are supported. Some remaining
Eric Anholt
2005-10-19
Make SiS a little more like other drivers: Add SIS_DEBUG (only option being
Eric Anholt
2005-10-19
Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, all
Eric Anholt
2005-09-03
SetBuffer, renderbuffer changes
Brian Paul
2004-06-10
Fix an "overflow in implicit constant conversion" warning in mEndPrimitive when
Eric Anholt
2004-06-08
* Convert to use t_vertex.c instead of sis_vb.[ch]
Eric Anholt
2004-06-03
Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out
Jon Smirl
2004-06-02
Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with
Ian Romanick
2004-05-24
Clean up some warnings by making sis_fatal_error a macro, and let it take an
Eric Anholt
2004-03-12
Adjust includes to help DRI build
Jon Smirl
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-01-18
change Data ptr from GLbyte to GLubyte to silence warnings
Brian Paul
2003-12-11
Updates to tnl_dd_dmatmp.h
Keith Whitwell
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