summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_context.c
AgeCommit message (Expand)Author
2007-01-26ARB_Occlusion_query should support multiple query at same timeZou Nan hai
2007-01-24965 glxswapcontrol fixZou Nan hai
2007-01-24 965 ARB_Occlusion_query fixZou Nan hai
2007-01-181. Fix bug #155Zou Nan hai
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2007-01-06Merge branch 'master' into crestlineKeith Packard
2007-01-06Initialize GL_ARB_occlusion_query only if DRM support is present.Keith Packard
2007-01-06i965: ARB_occlusion_query supportWang Zhenyu
2006-12-30Use the tiled flag in the sarea to determine region tiling.Haihao Xiang
2006-12-26Support linear format in i965.Haihao Xiang
2006-12-13ARB_occlusion_query supportZou Nan hai
2006-12-10adding pci id of CrestlineWang Zhenyu
2006-11-23Haihao Xiang's pointsize initialization patch.Keith Whitwell
2006-10-30switch several dri drivers overKeith Whitwell
2006-10-23Emit cliprects in the userspace driver as required, rather thanKeith Whitwell
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2006-10-05Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell
2006-09-20remove some dead codeKeith Whitwell
2006-09-20Support ARB_texture_rectangle.Keith Whitwell
2006-09-201) Add a new flag in the sarea (coopting the unused texAge value) toKeith Whitwell
2006-09-20add accelerated glCopyPixels pathKeith Whitwell
2006-09-07Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell
2006-09-07Make sure bmBufferOffset is called for all active buffers every timeKeith Whitwell
2006-09-04Don't export NV_vertex_program as it's not supported, it confusesKeith Whitwell
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt