summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_context.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-30intel-gem: Use new getparam to detect kernel GEM support.Eric Anholt1-1/+8
2008-07-25Merge branch 'master' into drm-gemIan Romanick1-5/+6
2008-07-18intel-gem: Bump driver dateIan Romanick1-3/+7
2008-07-16intel: Clean-up ARB_texture_env_crossbarIan Romanick1-4/+3
2008-07-11drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt1-3/+0
2008-07-08i965: official name for GM45 chipsetXiang, Haihao1-1/+3
2008-07-02intel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer rendering is flushed.Eric Anholt1-0/+6
2008-07-01intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.Eric Anholt1-0/+3
2008-06-26intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt1-1/+2
2008-06-24Merge commit 'origin/master' into drm-gemEric Anholt1-0/+1
2008-06-24intel: Same pixel function init for everyone now.Eric Anholt1-0/+1
2008-06-23i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt1-0/+1
2008-06-18Merge commit 'origin/master' into drm-gemEric Anholt1-0/+7
2008-06-18i965: add support for Intel 4 series chipsetsXiang, Haihao1-0/+7
2008-06-17[intel] Fix no_rast option on non-965.Eric Anholt1-1/+0
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt1-10/+9
2008-05-23Remove stale comment about glFlush().Eric Anholt1-3/+0
2008-05-22Add back a mostly-correct glFinish for GEM and fake.Eric Anholt1-1/+6
2008-05-07GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt1-0/+1
2008-05-06[intel-GEM] Add tiling support to swrast.Keith Packard1-0/+3
2008-05-02[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt1-34/+22
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-43/+43
2008-03-25intel: fix the issue "VBO: Cannot allocate memory for a BO" onXiang, Haihao1-0/+1
2008-03-19 [i915] arb point sprite only support in i965Zou Nan hai1-1/+1
2008-03-09DRI2: Pass the context instead of the screen to __dri2ParseEvents().Kristian Høgsberg1-1/+1
2008-03-07[intel] Only enable GL_EXT_texture_sRGB on i965.Kristian Høgsberg1-1/+1
2008-03-05[intel] Add a driconf option to cache freed buffer objects for reuse.Eric Anholt1-4/+13
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg1-1/+2
2008-02-29Reduce the versioning madness required to create a DRI2 screen.Kristian Høgsberg1-5/+11
2008-02-29intel: Set the lock flag early to avoid deadlock.Kristian Høgsberg1-0/+1
2008-02-27intel: Always use intelInitExtensions() for initializing extensions.Kristian Høgsberg1-6/+13
2008-02-25intel: Only enable GL_ARB_occlusion_query on i965.Kristian Høgsberg1-1/+3
2008-02-22intel: Merge intel_context.c from i915 and i965.Kristian Høgsberg1-92/+215
2008-02-22Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg1-0/+862