Age | Commit message (Expand) | Author |
2010-01-04 | intel: Drop more cliprect bookkeeping | Kristian Høgsberg |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg |
2009-12-28 | intel: Allow binding a stencil but not a depth buffer. | Eric Anholt |
2009-12-15 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick |
2009-12-15 | intel: Fallback to software if drawable size is > MaxRenderbufferSize | Ian Romanick |
2009-11-03 | intel: avoid unnecessary front buffer flushing/updating | Brian Paul |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-27 | intel: fix comment, formatting | Brian Paul |
2009-10-21 | intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversions | Brian Paul |
2009-10-08 | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul |
2009-06-19 | intel: Also get the DRI2 front buffer when doing front buffer reading. | Eric Anholt |
2009-05-15 | i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers. | Eric Anholt |
2009-05-01 | mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL | Brian Paul |
2009-05-01 | Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering | Ian Romanick |
2009-04-24 | intel / DRI2: When available, use DRI2GetBuffersWithFormat | Ian Romanick |
2009-04-14 | DRI2: Don't fault on NULL DrawBuffer | Ian Romanick |
2009-04-09 | intel / DRI2: Track and flush front-buffer rendering | Ian Romanick |
2009-03-05 | i965: Add a note about why the _NEW_STENCIL is required in draw_buffers. | Eric Anholt |
2009-03-02 | mesa: use Stencil._Enabled field instead of Stencil.Enabled | Brian Paul |
2009-01-30 | i915: Only call CalcViewport from DrawBuffers instead of Viewport. | Eric Anholt |
2009-01-26 | intel: move glClear-related code into new intel_clear.c file | Brian Paul |
2009-01-26 | intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff... | Brian Paul |
2009-01-23 | intel: fix the mismerge of the vblank pipe enable sanity check | Jesse Barnes |
2009-01-23 | intel: move pipe enable sanity check to where it belongs | Jesse Barnes |
2009-01-23 | intel: fix vblank crtc selection with DRI1 when only one pipe is enabled. | Owain Ainsworth |
2009-01-23 | intel: Prevent an "irq is not working" printf when only pipe B is enabled. | Owain G. Ainsworth |
2009-01-22 | intel: remove/disable the "paired depth/stencil" code | Brian Paul |
2009-01-22 | intel: asst clean-ups, simplifications in intel_draw_buffer() | Brian Paul |
2009-01-22 | i965: minor reformatting | Brian Paul |
2009-01-20 | [intel] Go back to using the typedef for the sarea struct | Timo Aaltonen |
2009-01-20 | Remove intel pageflipping support in its entirety. | Owain G. Ainsworth |
2008-12-23 | Remove third buffer support from Mesa. | Dave Airlie |
2008-10-28 | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt |
2008-10-07 | intel: Push flushing for cliprects changes down into the cliprects changes. | Eric Anholt |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-08-29 | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg |
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie |
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie |
2008-07-25 | Merge branch 'master' into drm-gem | Ian Romanick |
2008-07-24 | intel: remove buffer swap debug output | Jesse Barnes |
2008-07-22 | intel: fix buffer swaps and enable page flipping on 965 | Jesse Barnes |
2008-06-06 | [intel-gem] Call the new throttle ioctl from swap buffers | Keith Packard |
2008-03-13 | [i965] multiple rendering target support | Zou Nan hai |
2008-02-29 | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg |
2008-02-22 | Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h | Alan Hourihane |
2008-02-14 | Hook up i915 driver to new DRI2 infrastructure. | Kristian Høgsberg |
2008-01-10 | [intel] Remove gratuitous (batchbuffer) flush before doing buffer clears. | Eric Anholt |
2008-01-10 | [intel] Remove a gratuitous flush at the end of ClearWithTris. | Eric Anholt |
2008-01-10 | [intel] Only flush batch when changing draw buffers, not every cliprect update. | Eric Anholt |
2008-01-10 | [intel] Add more cliprect modes to cover other meanings for batch emits. | Eric Anholt |