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.c
Age
Commit message (
Expand
)
Author
2009-01-28
Make GL_ARB_vertex_buffer_object mandatory
Ian Romanick
2009-01-28
Make GL_ARB_multisample mandatory
Ian Romanick
2009-01-28
Make GL_ARB_texture_compression mandatory
Ian Romanick
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
2007-03-13
enable ARB_vertex_buffer_object for more dri drivers
Roland Scheidegger
2006-10-31
switch remaining drivers over to vbo
Keith Whitwell
2006-07-10
The SiS and Unichrome drivers assume that the handle to the
Thomas Hellström
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
Cut a bunch of code by not trying to precompute the blit commands and instead
Eric Anholt
2005-10-24
Fix and enable GL_MESA_ycbcr_texture. Looks fine with yuvrect. I'm slightly
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-24
Add support for GL_ARB_texture_border_clamp and GL_ARB_texture_mirrored_repeat,
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-19
Make SiS a little more like other drivers: Add SIS_DEBUG (only option being
Eric Anholt
2005-10-19
Remove some long-dead code.
Eric Anholt
2005-10-19
Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, all
Eric Anholt
2005-10-18
Fix a missed merge for idr's dispatch changes: failure to do driInitExtensions
Eric Anholt
2005-07-28
Major rip-up of internal function insertion interface. The old
Ian Romanick
2005-06-30
Replace add_newer_entrypoints (src/mesa/main/context.c) with
Ian Romanick
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-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-05-24
Add missing sisInitDriverFuncs call. Fixes segfault.
Eric Anholt
2004-02-26
added _tnl_allow_vertex/pixel_fog() calls
Brian Paul
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2003-12-12
applied Felix's patch for configuration system
Brian Paul
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