Age | Commit message (Expand) | Author |
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-08-08 | Merge branch 'drm-gem' | Eric Anholt |
2008-07-31 | intel: sync to vblank by default | Jesse Barnes |
2008-07-25 | Revert "intel: disable zero-copy TFP." | Dave Airlie |
2008-07-25 | intel: disable zero-copy TFP. | Dave Airlie |
2008-07-11 | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes. | Eric Anholt |
2008-07-02 | intel-gem: Fix Y-tiling span setup. | Eric Anholt |
2008-07-01 | intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode. | Eric Anholt |
2008-06-18 | Merge commit 'origin/master' into drm-gem | Eric Anholt |
2008-06-11 | comments | Brian Paul |
2008-06-11 | [gem] Enable bo_reuse by default. | Eric Anholt |
2008-06-03 | [intel] Convert drivers to using libdrm bufmgr code. | Eric Anholt |
2008-05-06 | [intel-GEM] Add tiling support to swrast. | Keith Packard |
2008-05-05 | Dump buffer tiled status from intelPrintSAREA | Keith Packard |
2008-05-02 | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone. | Eric Anholt |
2008-04-29 | Change default of driconf "allow_large_textures" to announce hardware limits. | Michel Dänzer |
2008-03-31 | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg |
2008-03-09 | DRI2: Drop DriverAPI.UpdateBuffer. | Kristian Høgsberg |
2008-03-05 | [intel] Add a driconf option to cache freed buffer objects for reuse. | Eric Anholt |
2008-02-29 | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg |
2008-02-29 | Reduce the versioning madness required to create a DRI2 screen. | Kristian Høgsberg |
2008-02-27 | intel: Always use intelInitExtensions() for initializing extensions. | Kristian Høgsberg |
2008-02-25 | Remove GetMSC DriverAPI function. | Kristian Høgsberg |
2008-02-25 | Remove now unused setTexOffset from __DriverAPIRec. | Kristian Høgsberg |
2008-02-22 | Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h | Alan Hourihane |
2008-02-15 | [915] Revert broken context creation change from IS_915 commit. | Eric Anholt |
2008-02-15 | Add IS_915(), simplify IS_9XX() a bit. | Adam Jackson |
2008-02-14 | Add TTM buffer object based texture from pixmap implementation. | Kristian Høgsberg |
2008-02-14 | Hook up i915 driver to new DRI2 infrastructure. | Kristian Høgsberg |
2008-02-13 | [965] Fix ARB_occlusion_query from intel_screen.c merge. | Eric Anholt |
2008-01-22 | [intel] Clean up references to screen buffer metrics. | Kristian Høgsberg |
2008-01-17 | [intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST. | Eric Anholt |
2008-01-09 | [intel] Simplify intelCreateBuffer() a bit. | Kristian Høgsberg |
2008-01-09 | Factor out code to do the DRM_I830_GETPARAM ioctl. | Kristian Høgsberg |
2007-12-20 | [965] Enable EXT_framebuffer_object. | Eric Anholt |
2007-12-20 | [i915] Move meta_draw_quad into the vtbl with other meta operations. | 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 | [i915] Remove old frontbuffer rotation hack. | Eric Anholt |
2007-11-09 | [intel] Initialize a depth buffer if the visual has depth 24 but no stencil. | Eric Anholt |
2007-11-09 | [intel] Move over files that will be shared with 965-fbo work. | Eric Anholt |