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_state.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
2008-01-06
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2006-10-31
switch remaining drivers over to vbo
Keith Whitwell
2006-10-15
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-05-08
updates to dri drivers for recent stencil changes
Keith Whitwell
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-19
Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, all
Eric Anholt
2005-09-14
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-03
SetBuffer, renderbuffer changes
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2004-11-27
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-10-08
Add support for NV_blend_square, and print errors if an unsupported blend
Eric Anholt
2004-10-02
added support for GL_ARB_draw_buffers
Brian Paul
2004-09-25
Can't bail in sisDDLogicOpCode when logicop is off, because it's called with
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
2004-01-21
Remove dd_function_table::BlendFunc. All drivers now use
Ian Romanick
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