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_dd.c
Age
Commit message (
Expand
)
Author
2008-09-21
Remove CVS keywords.
Keith Whitwell
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2006-07-10
The SiS and Unichrome drivers assume that the handle to the
Thomas Hellström
2006-01-30
fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...
Roland Scheidegger
2005-10-25
Move the front.offset setting above a check to shortcut reallocating buffers if
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_stencil_wrap by guessing that the skip of two values in
Eric Anholt
2005-10-20
Bump driver dates for the crasher fixes yesterday.
Eric Anholt
2005-10-19
Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, all
Eric Anholt
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2004-10-08
Add support for NV_blend_square, and print errors if an unsupported blend
Eric Anholt
2004-09-25
Bump driver_date for today's fixes.
Eric Anholt
2004-06-08
* Convert to use t_vertex.c instead of sis_vb.[ch]
Eric Anholt
2004-05-24
Clean up some warnings by making sis_fatal_error a macro, and let it take an
Eric Anholt
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
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