summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis/sis_context.c
AgeCommit message (Expand)Author
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23sis: Remove unnecessary headers.Vinson Lee
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2010-01-02sis: ifdef out unused variable.Vinson Lee
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2007-03-13enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-07-10The SiS and Unichrome drivers assume that the handle to theThomas Hellström
2005-10-26Add disabled support for GL_EXT_fog_coord. While it seems correct to me, it'sEric Anholt
2005-10-25Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox'sEric Anholt
2005-10-24Cut a bunch of code by not trying to precompute the blit commands and insteadEric Anholt
2005-10-24Fix and enable GL_MESA_ycbcr_texture. Looks fine with yuvrect. I'm slightlyEric Anholt
2005-10-24Add 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 remainingEric Anholt
2005-10-24Add support for GL_ARB_texture_border_clamp and GL_ARB_texture_mirrored_repeat,Eric Anholt
2005-10-24Add support for GL_EXT_stencil_wrap by guessing that the skip of two values inEric Anholt
2005-10-19Make SiS a little more like other drivers: Add SIS_DEBUG (only option beingEric Anholt
2005-10-19Remove some long-dead code.Eric Anholt
2005-10-19Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt
2005-10-18Fix a missed merge for idr's dispatch changes: failure to do driInitExtensionsEric Anholt
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-10-08Add support for NV_blend_square, and print errors if an unsupported blendEric Anholt
2004-06-08* Convert to use t_vertex.c instead of sis_vb.[ch]Eric Anholt
2004-05-24Clean up some warnings by making sis_fatal_error a macro, and let it take anEric Anholt
2004-05-24Add missing sisInitDriverFuncs call. Fixes segfault.Eric Anholt
2004-02-26added _tnl_allow_vertex/pixel_fog() callsBrian Paul
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2003-12-12applied Felix's patch for configuration systemBrian Paul
2003-12-09Remove usleeps from sis driver. We probably aren't doing anyone a serviceEric Anholt
2003-12-04merge latest DRI sis driver changes from the DRI trunkAlan Hourihane
2003-09-30add the SiS driver - no kernel driver yetAlan Hourihane