summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_context.c
AgeCommit message (Expand)Author
2009-01-14intel: bump driver dateXiang, Haihao
2008-12-30intel: disable ATI_texture_env_combine3 for i830( and related device).Xiang, Haihao
2008-12-29intel: enable ATI_texture_env_combine3. Fixes #17707Xiang, Haihao
2008-12-23Remove third buffer support from Mesa.Dave Airlie
2008-11-21i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt
2008-10-28intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt
2008-10-10intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driverIan Romanick
2008-10-07i965: Add ARB_occlusion_query support.Eric Anholt
2008-10-03intel: Don't advertise unsupported extensions on pre-965 hardwareIan Romanick
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick
2008-09-29intel: Clean-up the extension string madness!Ian Romanick
2008-09-26intel: Fix a number of memory leaks on context destroy.Eric Anholt
2008-09-21mesa: improved driver query interfaceKeith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-16intel: Destroy bufmgr in screen destroy, not context.Eric Anholt
2008-09-12intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt
2008-09-12intel: Don't segfault on TFP from a bad drawable.Eric Anholt
2008-09-12i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao
2008-09-10intel: track move of bo_exec from drivers to bufmgr.Eric Anholt
2008-09-10intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt
2008-09-10intel: Move the bufmgr back to the screen.Eric Anholt
2008-09-05intel: only enable occlusion query if the drm has defines.Dave Airlie
2008-09-03intel: Fix refcounting on depth buffer initialization in DRI2.Eric Anholt
2008-09-03intel: Fix a crash if dri2 is disabled.Xiang, Haihao
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-08-20i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug...Xiang, Haihao
2008-07-30intel-gem: Use new getparam to detect kernel GEM support.Eric Anholt
2008-07-25Merge branch 'master' into drm-gemIan Romanick
2008-07-18intel-gem: Bump driver dateIan Romanick
2008-07-16intel: Clean-up ARB_texture_env_crossbarIan Romanick
2008-07-11drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt
2008-07-08i965: official name for GM45 chipsetXiang, Haihao
2008-07-02intel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer rendering is flushed.Eric Anholt
2008-07-01intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.Eric Anholt
2008-06-26intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt
2008-06-24Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-24intel: Same pixel function init for everyone now.Eric Anholt
2008-06-23i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt
2008-06-18Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-18i965: add support for Intel 4 series chipsetsXiang, Haihao
2008-06-17[intel] Fix no_rast option on non-965.Eric Anholt
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt
2008-05-23Remove stale comment about glFlush().Eric Anholt
2008-05-22Add back a mostly-correct glFinish for GEM and fake.Eric Anholt
2008-05-07GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt
2008-05-06[intel-GEM] Add tiling support to swrast.Keith Packard
2008-05-02[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg