aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* Support linear format in i965.Haihao Xiang2006-12-261-3/+3
* ARB_occlusion_query supportZou Nan hai2006-12-131-0/+34
* adding pci id of CrestlineWang Zhenyu2006-12-101-0/+3
* Haihao Xiang's pointsize initialization patch.Keith Whitwell2006-11-231-0/+5
* Emit cliprects in the userspace driver as required, rather thanKeith Whitwell2006-10-231-6/+0
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-16/+3
* Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell2006-10-051-1/+6
* remove some dead codeKeith Whitwell2006-09-201-2/+0
* Support ARB_texture_rectangle.Keith Whitwell2006-09-201-0/+4
* 1) Add a new flag in the sarea (coopting the unused texAge value) toKeith Whitwell2006-09-201-7/+13
* add accelerated glCopyPixels pathKeith Whitwell2006-09-201-3/+5
* Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell2006-09-071-18/+24
* Make sure bmBufferOffset is called for all active buffers every timeKeith Whitwell2006-09-071-7/+1
* Don't export NV_vertex_program as it's not supported, it confusesKeith Whitwell2006-09-041-3/+0
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+659