summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_context.c
AgeCommit message (Expand)Author
2007-10-30More vblank cleanups.Michel Dänzer
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-26Merge branch '965-glsl'Zou Nan hai
2007-10-10fix force_s3tc_enable optionMrc Gran
2007-10-09 Non Square MatrixZou Nan hai
2007-09-27[965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt
2007-09-27Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt
2007-09-27WIP 965 conversion to dri_bufmgr.Eric Anholt
2007-09-27[965] Remove AUB file support.Eric Anholt
2007-09-26 fix a bug in 965 ARB_occlusion_query,Zou Nan hai
2007-09-20Merge branch 'master' into i915-unificationEric Anholt
2007-09-18 ARB_shader_object ARB_vertex_shader ARB_fragment_shader in 965-glsl branchZou Nan hai
2007-09-18fix double free in 965-glsl branchZou Nan hai
2007-08-29i965: store read drawable info in intel_context. Some OpenGLXiang, Haihao
2007-08-02 EXT_texture_sRGB support on i965Zou Nan hai
2007-07-30 ARB sprite point support on i965Zou Nan hai
2007-07-04Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa into...Zou Nan hai
2007-06-21Merge branch 'origin' into i915-unificationEric Anholt
2007-05-31i965: Add pci info for 965GME/GLE chip.Wang Zhenyu
2007-05-17Convert i915tex to the new interface and make it compile.Eric Anholt
2007-04-12 Initial 965 GLSL supportZou Nan hai
2007-02-25Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-02-02Add Intel 965GM chipset infoWang Zhenyu
2007-02-02Revert origin crestline pci id patchWang Zhenyu
2007-01-26Bug #9604: Fix a static buffer allocation failure.Eric Anholt
2007-01-26Remove dead code causing a warning.Eric Anholt
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