Age | Commit message (Expand) | Author |
2010-01-26 | intel: Remove DRI1 junk from spans code. | Eric Anholt |
2010-01-26 | intel: Remove DRI1 junk from blit glBitmap. | Eric Anholt |
2010-01-26 | intel: Remove DRI1 junk from CopyPixels. | Eric Anholt |
2010-01-26 | intel: Remove DRI1 junk from glClear blit implementation. | Eric Anholt |
2010-01-26 | intel: Fix PBO blit ReadPixels from an FBO. | Eric Anholt |
2010-01-26 | i965: Add support for EXT_draw_buffers2. | Eric Anholt |
2010-01-26 | intel: make sure we update the renderbuffers after a swap | Jesse Barnes |
2010-01-25 | intel: Don't do client-side frame throttling with DRI2 SwapBuffers. | Eric Anholt |
2010-01-25 | Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame d... | Eric Anholt |
2010-01-25 | i965: Remove unnecessary malloc/free in VS binding table setup. | Eric Anholt |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-23 | intel: Remove unnecessary headers. | Vinson Lee |
2010-01-23 | i965: add support for ARB_half_float_vertex | Dave Airlie |
2010-01-21 | dri: Remove unnecessary glapi headers. | Chia-I Wu |
2010-01-19 | intel: Remove dead note_fence vtbl hook. | Eric Anholt |
2010-01-19 | intel: Use the new DRI2 flush invalidate entrypoint to signal frame done. | Eric Anholt |
2010-01-11 | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa | Jesse Barnes |
2010-01-08 | intel/DRI2: add DRI2flushExtension support with invalidate hook | Kristian Høgsberg |
2010-01-05 | Merge branch 'remove-intel-dri1' | Kristian Høgsberg |
2010-01-04 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-04 | intel: Fix CopyTexImage from tiled mipmap levels > 0. | Eric Anholt |
2010-01-04 | intel: intelScreenContext() is no longer used | Kristian Høgsberg |
2010-01-04 | intel: Remove remaining dri2.enabled tests | Kristian Høgsberg |
2010-01-04 | intel: Drop more cliprect bookkeeping | Kristian Høgsberg |
2010-01-04 | intel: Remove struct intel_framebuffer | Kristian Høgsberg |
2010-01-04 | intel: Remove client-side vblank code | Kristian Høgsberg |
2010-01-04 | intel: Drop intelWindowMoved() | Kristian Høgsberg |
2010-01-04 | intel: Drop batchbuffer cliprect_mode tracking | Kristian Høgsberg |
2010-01-04 | intel: Drop DRI1 static regions | Kristian Høgsberg |
2010-01-04 | intel: Use depth buffer from ctx.DrawBuffer in copypix_src_region() | Kristian Høgsberg |
2010-01-04 | intel: Drop LOCK/UNLOCK_HARDWARE() | Kristian Høgsberg |
2010-01-04 | intel: Drop DRI1 SwapBuffer implementation | Kristian Høgsberg |
2010-01-04 | intel: Drop DRI1 CopySubBuffer implementation | Kristian Høgsberg |
2010-01-04 | intel: Drop DRI1 support | Kristian Høgsberg |
2010-01-04 | Push __driDriverExtensions out of dri_util.c and into the drivers | Kristian Høgsberg |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg |
2009-12-31 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-29 | mesa: implement per-buffer color masking | Brian Paul |
2009-12-28 | intel: Fix false positives in checking for non-packed depth/stencil RB. | Eric Anholt |
2009-12-28 | intel: Allow binding a stencil but not a depth buffer. | Eric Anholt |
2009-12-28 | intel: Improve INTEL_DEBUG=fbo output. | Eric Anholt |
2009-12-28 | intel: Remove dead fthrottle_mode option. We only do IRQ waits. | Eric Anholt |
2009-12-28 | intel: Silence compiler warnings. | Vinson Lee |
2009-12-27 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul |
2009-12-25 | intel: Silence implicit function declaration warning. | Vinson Lee |
2009-12-22 | intel: Replace some gen3 IS_* checks with context structure usage. | Eric Anholt |
2009-12-22 | intel: Replace IS_965 checks with context structure usage. | Eric Anholt |
2009-12-22 | intel: Replace IS_G4X() across the driver with context structure usage. | Eric Anholt |
2009-12-22 | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync. | Eric Anholt |
2009-12-22 | intel: Fix leakage of active texture state in glBitmap fp metaops. | Eric Anholt |