intel: Fix a crash if dri2 is disabled.
[mesa.git] / src / mesa / drivers / dri / intel / intel_buffers.c
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-08-24 Dave AirlieRevert "Revert "Merge branch 'drm-gem'""
2008-08-24 Dave AirlieRevert "Merge branch 'drm-gem'"
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-24 Jesse Barnesintel: remove buffer swap debug output
2008-07-22 Jesse Barnesintel: fix buffer swaps and enable page flipping on 965
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-06 Keith Packard[intel-gem] Call the new throttle ioctl from swap buffers
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-13 Zou Nan hai [i965] multiple rendering target support
2008-02-29 Kristian HøgsbergUse __DRIextension mechanism providing loader functiona...
2008-02-22 Alan HourihaneUse drm_i915_sarea instead of drmI830Sarea and remove...
2008-02-14 Kristian HøgsbergHook up i915 driver to new DRI2 infrastructure.
2008-01-10 Eric Anholt[intel] Remove gratuitous (batchbuffer) flush before...
2008-01-10 Eric Anholt[intel] Remove a gratuitous flush at the end of ClearWi...
2008-01-10 Eric Anholt[intel] Only flush batch when changing draw buffers...
2008-01-10 Eric Anholt[intel] Add more cliprect modes to cover other meanings...
2008-01-09 Eric Anholt[intel] Clean up cliprect handling in intel drivers.
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-20 Eric Anholt[965] Enable EXT_framebuffer_object.
2007-12-20 Eric Anholt[intel] Allow driver hooks to be NULL in intel_buffers...
2007-12-20 Eric Anholt[i915] Move meta_draw_quad into the vtbl with other...
2007-12-19 Eric Anholt[915] Set cliprects in the drawbuffer software fallback...
2007-12-18 Eric Anholt[915] Fix clear color when clearing with triangles.
2007-12-18 Eric Anholt[i915] Remove redundant set_draw_region code (like...
2007-12-18 Eric Anholt[intel] Improve INTEL_DEBUG=blit description of clearing.
2007-12-17 Michel Dänzeri915: Fix issues with glDrawBuffer(GL_NONE).
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-16 Eric Anholt[i915] Push locking in intelClearWithTris down inside...
2007-11-09 Eric Anholt[i915] Remove old frontbuffer rotation hack.
2007-11-09 Eric Anholt[intel] Move over files that will be shared with 965...