aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ARB_Occlusion_query should support multiple query at same timeZou Nan hai2007-01-261-3/+3
| * | | 965 glxswapcontrol fixZou Nan hai2007-01-241-0/+9
| * | | 965 ARB_Occlusion_query fixZou Nan hai2007-01-241-11/+16
| | |/ | |/|
* | | Add Intel 965GM chipset infoWang Zhenyu2007-02-021-0/+3
* | | Revert origin crestline pci id patchWang Zhenyu2007-02-021-3/+0
* | | 1. Fix bug #155Zou Nan hai2007-01-181-11/+16
* | | Merge branch 'master' into crestlineKeith Packard2007-01-061-2/+6
|\| |
| * | Initialize GL_ARB_occlusion_query only if DRM support is present.Keith Packard2007-01-061-2/+6
| * | i965: ARB_occlusion_query supportWang Zhenyu2007-01-061-0/+34
| * | Use the tiled flag in the sarea to determine region tiling.Haihao Xiang2006-12-301-3/+3
* | | 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