aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-43/+43
* intel: fix the issue "VBO: Cannot allocate memory for a BO" onXiang, Haihao2008-03-251-0/+1
* [i915] arb point sprite only support in i965Zou Nan hai2008-03-191-1/+1
* DRI2: Pass the context instead of the screen to __dri2ParseEvents().Kristian Høgsberg2008-03-091-1/+1
* [intel] Only enable GL_EXT_texture_sRGB on i965.Kristian Høgsberg2008-03-071-1/+1
* [intel] Add a driconf option to cache freed buffer objects for reuse.Eric Anholt2008-03-051-4/+13
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-1/+2
* Reduce the versioning madness required to create a DRI2 screen.Kristian Høgsberg2008-02-291-5/+11
* intel: Set the lock flag early to avoid deadlock.Kristian Høgsberg2008-02-291-0/+1
* intel: Always use intelInitExtensions() for initializing extensions.Kristian Høgsberg2008-02-271-6/+13
* intel: Only enable GL_ARB_occlusion_query on i965.Kristian Høgsberg2008-02-251-1/+3
* intel: Merge intel_context.c from i915 and i965.Kristian Høgsberg2008-02-221-92/+215
* Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg2008-02-221-0/+862