DRI2: Drop sarea, implement swap buffers in the X server.
[mesa.git] / src / mesa / drivers / dri / intel / intel_screen.c
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-08-24 Dave AirlieRevert "Revert "Merge branch 'drm-gem'""
2008-08-24 Dave AirlieRevert "Merge branch 'drm-gem'"
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-07-31 Jesse Barnesintel: sync to vblank by default
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-25 Dave AirlieRevert "intel: disable zero-copy TFP."
2008-07-25 Dave Airlieintel: disable zero-copy TFP.
2008-07-12 Eric Anholtdrm-gem: Use new GEM ioctls for tiling state, and suppo...
2008-07-02 Eric Anholtintel-gem: Fix Y-tiling span setup.
2008-07-01 Eric Anholtintel-gem: Move bit 6 x tiling swizzle to a driconf...
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-12 Brian Paulcomments
2008-06-11 Eric Anholt[gem] Enable bo_reuse by default.
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-06-03 Eric Anholt[intel] Convert drivers to using libdrm bufmgr code.
2008-05-06 Keith Packard[intel-GEM] Add tiling support to swrast.
2008-05-06 Keith PackardDump buffer tiled status from intelPrintSAREA
2008-05-02 Eric Anholt[intel] Fix build for GEM. TTM is now disabled, and...
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-29 Michel DänzerChange default of driconf "allow_large_textures" to...
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-31 Kristian HøgsbergDRI interface changes and DRI2 direct rendering support.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-10 Kristian HøgsbergDRI2: Drop DriverAPI.UpdateBuffer.
2008-03-06 Eric Anholt[intel] Add a driconf option to cache freed buffer...
2008-02-29 Kristian HøgsbergUse __DRIextension mechanism providing loader functiona...
2008-02-29 Kristian HøgsbergReduce the versioning madness required to create a...
2008-02-27 Kristian Høgsbergintel: Always use intelInitExtensions() for initializin...
2008-02-26 Kristian HøgsbergRemove GetMSC DriverAPI function.
2008-02-26 Kristian HøgsbergRemove now unused setTexOffset from __DriverAPIRec.
2008-02-22 Alan HourihaneUse drm_i915_sarea instead of drmI830Sarea and remove...
2008-02-15 Eric Anholt[915] Revert broken context creation change from IS_915...
2008-02-15 Adam JacksonAdd IS_915(), simplify IS_9XX() a bit.
2008-02-15 Kristian HøgsbergAdd TTM buffer object based texture from pixmap impleme...
2008-02-14 Kristian HøgsbergHook up i915 driver to new DRI2 infrastructure.
2008-02-14 Eric Anholt[965] Fix ARB_occlusion_query from intel_screen.c merge.
2008-01-22 Kristian Høgsberg[intel] Clean up references to screen buffer metrics.
2008-01-17 Eric Anholt[intel] Make the no_rast option be standard driconf...
2008-01-10 Kristian Høgsberg[intel] Simplify intelCreateBuffer() a bit.
2008-01-10 Kristian HøgsbergFactor out code to do the DRM_I830_GETPARAM ioctl.
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-20 Eric Anholt[965] Enable EXT_framebuffer_object.
2007-12-20 Eric Anholt[i915] Move meta_draw_quad into the vtbl with other...
2007-12-13 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-12 Eric Anholt[intel] Move bufmgr back to context instead of screen...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-17 Eric Anholt[intel] Add 965 support to shared intel_blit.c
2007-11-17 Eric Anholt[i915] Pass static region names in so debugging says...
2007-11-09 Eric Anholt[i915] Remove old frontbuffer rotation hack.
2007-11-09 Eric Anholt[intel] Initialize a depth buffer if the visual has...
2007-11-09 Eric Anholt[intel] Move over files that will be shared with 965...