summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* [intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.Eric Anholt2007-12-131-2/+2
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-30/+98
* [965] Hook up DEBUG_BUFMGR output for bufmgr_fake.Eric Anholt2007-12-101-0/+2
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-94/+51
* [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.Eric Anholt2007-11-191-2/+11
* More vblank cleanups.Michel Dänzer2007-10-301-5/+7
* Refactor and fix core vblank supportJesse Barnes2007-10-291-9/+8
* Merge branch '965-glsl'Zou Nan hai2007-10-261-0/+14
|\
| * Non Square MatrixZou Nan hai2007-10-091-0/+2
| * ARB_shader_object ARB_vertex_shader ARB_fragment_shader in 965-glsl branchZou Nan hai2007-09-181-0/+6
| * fix double free in 965-glsl branchZou Nan hai2007-09-181-0/+2
| * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa into...Zou Nan hai2007-07-041-5/+8
| |\
| * | Initial 965 GLSL supportZou Nan hai2007-04-121-0/+4
* | | fix force_s3tc_enable optionMrc Gran2007-10-101-1/+1
* | | [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt2007-09-271-0/+2
* | | Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-6/+19
* | | WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-19/+6
* | | [965] Remove AUB file support.Eric Anholt2007-09-271-7/+0
* | | fix a bug in 965 ARB_occlusion_query,Zou Nan hai2007-09-261-2/+2
* | | Merge branch 'master' into i915-unificationEric Anholt2007-09-201-0/+10
|\ \ \
| * | | i965: store read drawable info in intel_context. Some OpenGLXiang, Haihao2007-08-291-0/+4
| * | | EXT_texture_sRGB support on i965Zou Nan hai2007-08-021-0/+1
| * | | ARB sprite point support on i965Zou Nan hai2007-07-301-0/+5
| | |/ | |/|
* | | Merge branch 'origin' into i915-unificationEric Anholt2007-06-211-5/+8
|\| |
| * | i965: Add pci info for 965GME/GLE chip.Wang Zhenyu2007-05-311-5/+8
| |/
* / Convert i915tex to the new interface and make it compile.Eric Anholt2007-05-171-4/+2
|/
* Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-02-251-14/+20
|\
| * Merge branch 'vbo-0.2'Keith Whitwell2007-02-021-4/+4
| |\
| | * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-4/+47
| | |\
| | * | switch several dri drivers overKeith Whitwell2006-10-301-4/+4
| * | | Bug #9604: Fix a static buffer allocation failure.Eric Anholt2007-01-261-2/+4
| * | | Remove dead code causing a warning.Eric Anholt2007-01-261-5/+0
| * | | 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