s/MAX_TEXTURE_LEVELS/SIS_MAX_TEXTURE_LEVELS/ and add assertion (bug 11806)
[mesa.git] / src / mesa / drivers / dri / sis / sis_context.c
2007-03-21 Brianmerge from master
2007-03-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-14 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-13 Roland Scheideggerenable ARB_vertex_buffer_object for more dri drivers
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-31 Keith Whitwellswitch remaining drivers over to vbo
2006-07-10 Thomas HellströmThe SiS and Unichrome drivers assume that the handle...
2005-10-26 Eric AnholtAdd disabled support for GL_EXT_fog_coord. While it...
2005-10-25 Eric AnholtInitial add of some (disabled) SiS 6326 drawing code...
2005-10-24 Eric AnholtCut a bunch of code by not trying to precompute the...
2005-10-24 Eric AnholtFix and enable GL_MESA_ycbcr_texture. Looks fine with...
2005-10-24 Eric AnholtAdd support for GL_EXT_secondary_color, tested with...
2005-10-24 Eric Anholt- Add a few more hardware internal formats that are...
2005-10-24 Eric AnholtAdd support for GL_ARB_texture_border_clamp and GL_ARB_...
2005-10-24 Eric AnholtAdd support for GL_EXT_stencil_wrap by guessing that...
2005-10-19 Eric AnholtMake SiS a little more like other drivers: Add SIS_DEBU...
2005-10-19 Eric AnholtRemove some long-dead code.
2005-10-19 Eric AnholtBug #4615: Fix the SiS driver for the renderbuffer...
2005-10-18 Eric AnholtFix a missed merge for idr's dispatch changes: failure...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-10-08 Eric AnholtAdd support for NV_blend_square, and print errors if...
2004-06-08 Eric Anholt* Convert to use t_vertex.c instead of sis_vb.[ch]
2004-05-24 Eric AnholtClean up some warnings by making sis_fatal_error a...
2004-05-24 Eric AnholtAdd missing sisInitDriverFuncs call. Fixes segfault.
2004-02-26 Brian Pauladded _tnl_allow_vertex/pixel_fog() calls
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2003-12-12 Brian Paulapplied Felix's patch for configuration system
2003-12-09 Eric AnholtRemove usleeps from sis driver. We probably aren't...
2003-12-04 Alan Hourihanemerge latest DRI sis driver changes from the DRI trunk
2003-09-30 Alan Hourihaneadd the SiS driver - no kernel driver yet