Age | Commit message (Expand) | Author |
2010-03-17 | intel: Rely on allocated region pitch for the miptree pitch. | Eric Anholt |
2010-03-17 | intel: Remove extra tiling setting after allocating a tiled region. | Eric Anholt |
2010-03-16 | i965: Fix inversion for glCopyPixels to/from FBOs. | Eric Anholt |
2010-02-24 | intel: Implement DRI image extension | Kristian Høgsberg |
2010-02-12 | intel: Track named regions and make sure we only have one region per named bo | Kristian Høgsberg |
2010-02-11 | i915: Remove left-over drmUnmap() | Kristian Høgsberg |
2009-10-23 | intel: Keep track of x,y offsets in miptrees and use them for blitting. | Eric Anholt |
2009-06-23 | intel: Avoid trying to do blits to Y tiled regions. | Eric Anholt |
2009-06-23 | intel: Fix some potential writes to zero-copy PBOs when used as regions. | Eric Anholt |
2009-06-23 | intel: Remove long-unused intel_region_fill and intelEmitFillBlit. | Eric Anholt |
2009-06-04 | intel: Add support for tiled textures. | Eric Anholt |
2009-02-21 | intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions. | Eric Anholt |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-09-12 | intel: Add a width field to regions, and use it for making miptrees in TFP. | Eric Anholt |
2008-09-10 | intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change. | Eric Anholt |
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-11 | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes. | Eric Anholt |
2008-02-14 | Hook up i915 driver to new DRI2 infrastructure. | Kristian Høgsberg |
2008-02-01 | [intel] use _mesa_copy_rect for upload compressed texture, | Zou Nan hai |
2007-12-14 | [intel] Remove useless intel_region_idle. | Eric Anholt |
2007-12-12 | [intel] Move bufmgr back to context instead of screen, fixing glthreads. | Eric Anholt |
2007-11-16 | [intel] Add 965 support to shared intel_blit.c | Eric Anholt |
2007-11-16 | [i915] Pass static region names in so debugging says more than "static region". | Eric Anholt |
2007-11-09 | [intel] Move over files that will be shared with 965-fbo work. | Eric Anholt |