| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Also get the DRI2 front buffer when doing front buffer reading. | Eric Anholt | 2009-06-19 | 1 | -0/+17 |
* | i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers. | Eric Anholt | 2009-05-15 | 1 | -1/+1 |
* | mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL | Brian Paul | 2009-05-01 | 1 | -1/+1 |
* | Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering | Ian Romanick | 2009-05-01 | 1 | -1/+2 |
* | intel / DRI2: When available, use DRI2GetBuffersWithFormat | Ian Romanick | 2009-04-24 | 1 | -0/+10 |
* | DRI2: Don't fault on NULL DrawBuffer | Ian Romanick | 2009-04-14 | 1 | -1/+1 |
* | intel / DRI2: Track and flush front-buffer rendering | Ian Romanick | 2009-04-09 | 1 | -0/+8 |
* | i965: Add a note about why the _NEW_STENCIL is required in draw_buffers. | Eric Anholt | 2009-03-05 | 1 | -0/+5 |
* | mesa: use Stencil._Enabled field instead of Stencil.Enabled | Brian Paul | 2009-03-02 | 1 | -2/+2 |
* | i915: Only call CalcViewport from DrawBuffers instead of Viewport. | Eric Anholt | 2009-01-30 | 1 | -8/+5 |
* | intel: move glClear-related code into new intel_clear.c file | Brian Paul | 2009-01-26 | 1 | -222/+0 |
* | intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff... | Brian Paul | 2009-01-26 | 1 | -210/+0 |
* | intel: fix the mismerge of the vblank pipe enable sanity check | Jesse Barnes | 2009-01-23 | 1 | -6/+6 |
* | intel: move pipe enable sanity check to where it belongs | Jesse Barnes | 2009-01-23 | 1 | -8/+8 |
* | intel: fix vblank crtc selection with DRI1 when only one pipe is enabled. | Owain Ainsworth | 2009-01-23 | 1 | -0/+8 |
* | intel: Prevent an "irq is not working" printf when only pipe B is enabled. | Owain G. Ainsworth | 2009-01-23 | 1 | -8/+26 |
* | intel: remove/disable the "paired depth/stencil" code | Brian Paul | 2009-01-22 | 1 | -3/+0 |
* | intel: asst clean-ups, simplifications in intel_draw_buffer() | Brian Paul | 2009-01-22 | 1 | -30/+16 |
* | i965: minor reformatting | Brian Paul | 2009-01-22 | 1 | -5/+9 |
* | [intel] Go back to using the typedef for the sarea struct | Timo Aaltonen | 2009-01-20 | 1 | -1/+1 |
* | Remove intel pageflipping support in its entirety. | Owain G. Ainsworth | 2009-01-20 | 1 | -277/+18 |
* | Remove third buffer support from Mesa. | Dave Airlie | 2008-12-23 | 1 | -1/+1 |
* | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt | 2008-10-28 | 1 | -132/+41 |
* | intel: Push flushing for cliprects changes down into the cliprects changes. | Eric Anholt | 2008-10-07 | 1 | -6/+22 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -3/+3 |
* | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg | 2008-08-29 | 1 | -0/+3 |
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 1 | -0/+2 |
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 1 | -2/+0 |
* | Merge branch 'master' into drm-gem | Ian Romanick | 2008-07-25 | 1 | -40/+10 |
|\ |
|
| * | intel: remove buffer swap debug output | Jesse Barnes | 2008-07-24 | 1 | -8/+2 |
| * | intel: fix buffer swaps and enable page flipping on 965 | Jesse Barnes | 2008-07-22 | 1 | -39/+15 |
* | | [intel-gem] Call the new throttle ioctl from swap buffers | Keith Packard | 2008-06-06 | 1 | -0/+2 |
|/ |
|
* | [i965] multiple rendering target support | Zou Nan hai | 2008-03-13 | 1 | -10/+22 |
* | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg | 2008-02-29 | 1 | -1/+3 |
* | Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h | Alan Hourihane | 2008-02-22 | 1 | -1/+1 |
* | Hook up i915 driver to new DRI2 infrastructure. | Kristian Høgsberg | 2008-02-14 | 1 | -1/+2 |
* | [intel] Remove gratuitous (batchbuffer) flush before doing buffer clears. | Eric Anholt | 2008-01-10 | 1 | -2/+0 |
* | [intel] Remove a gratuitous flush at the end of ClearWithTris. | Eric Anholt | 2008-01-10 | 1 | -1/+0 |
* | [intel] Only flush batch when changing draw buffers, not every cliprect update. | Eric Anholt | 2008-01-10 | 1 | -9/+6 |
* | [intel] Add more cliprect modes to cover other meanings for batch emits. | Eric Anholt | 2008-01-10 | 1 | -5/+2 |
* | [intel] Clean up cliprect handling in intel drivers. | Eric Anholt | 2008-01-09 | 1 | -0/+9 |
* | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian | 2008-01-06 | 1 | -7/+6 |
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | 2008-01-06 | 1 | -3/+3 |
* | [965] Enable EXT_framebuffer_object. | Eric Anholt | 2007-12-20 | 1 | -67/+89 |
* | [intel] Allow driver hooks to be NULL in intel_buffers.c and just update flags. | Eric Anholt | 2007-12-20 | 1 | -15/+39 |
* | [i915] Move meta_draw_quad into the vtbl with other meta operations. | Eric Anholt | 2007-12-20 | 1 | -15/+15 |
* | [915] Set cliprects in the drawbuffer software fallback case as well. | Eric Anholt | 2007-12-18 | 1 | -0/+3 |
* | [915] Fix clear color when clearing with triangles. | Eric Anholt | 2007-12-18 | 1 | -6/+2 |
* | [i915] Remove redundant set_draw_region code (like the comment says). | Eric Anholt | 2007-12-17 | 1 | -14/+0 |
* | [intel] Improve INTEL_DEBUG=blit description of clearing. | Eric Anholt | 2007-12-17 | 1 | -7/+53 |