Bug #9604: Fix a static buffer allocation failure.
[mesa.git] / src / mesa / drivers / dri / i965 / intel_context.c
2007-01-26 Eric AnholtBug #9604: Fix a static buffer allocation failure.
2007-01-26 Eric AnholtRemove dead code causing a warning.
2007-01-25 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-01-25 Zou Nan haiARB_Occlusion_query should support multiple query at...
2007-01-24 Zou Nan hai965 glxswapcontrol fix
2007-01-24 Zou Nan hai 965 ARB_Occlusion_query fix
2007-01-08 Keith PackardMerge branch 'origin'
2007-01-07 Keith PackardInitialize GL_ARB_occlusion_query only if DRM support...
2007-01-06 Wang Zhenyui965: ARB_occlusion_query support
2006-12-30 Haihao XiangUse the tiled flag in the sarea to determine region...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-23 Keith WhitwellHaihao Xiang's pointsize initialization patch.
2006-10-23 Keith WhitwellEmit cliprects in the userspace driver as required...
2006-10-15 Brian PaulRemove a bunch of "ctx->Driver.function = _swrast_Funct...
2006-10-05 Keith WhitwellAccelerate glBitmap with a color expand blit. Nice...
2006-09-20 Keith Whitwellremove some dead code
2006-09-20 Keith WhitwellSupport ARB_texture_rectangle.
2006-09-20 Keith Whitwell1) Add a new flag in the sarea (coopting the unused...
2006-09-20 Keith Whitwelladd accelerated glCopyPixels path
2006-09-07 Keith WhitwellCope with memory pool fragmentation by allowing a secon...
2006-09-07 Keith WhitwellMake sure bmBufferOffset is called for all active buffe...
2006-09-04 Keith WhitwellDon't export NV_vertex_program as it's not supported...
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.