aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
...
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+0
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-38/+9
* intel: Move the bufmgr back to the screen.Eric Anholt2008-09-101-0/+98
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-114/+2
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-100/+15
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-15/+100
* Merge branch 'drm-gem'Eric Anholt2008-08-081-100/+15
|\
| * drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-111-122/+11
| * intel-gem: Fix Y-tiling span setup.Eric Anholt2008-07-021-13/+26
| * intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.Eric Anholt2008-07-011-1/+8
| * Merge commit 'origin/master' into drm-gemEric Anholt2008-06-181-1/+10
| |\
| * | [gem] Enable bo_reuse by default.Eric Anholt2008-06-111-1/+1
| * | [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-1/+1
| * | [intel-GEM] Add tiling support to swrast.Keith Packard2008-05-061-6/+12
| * | Dump buffer tiled status from intelPrintSAREAKeith Packard2008-05-051-6/+6
| * | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt2008-05-021-1/+1
* | | intel: sync to vblank by defaultJesse Barnes2008-07-311-1/+1
* | | Revert "intel: disable zero-copy TFP."Dave Airlie2008-07-251-4/+0
* | | intel: disable zero-copy TFP.Dave Airlie2008-07-251-0/+4
| |/ |/|
* | commentsBrian Paul2008-06-111-1/+10
|/
* Change default of driconf "allow_large_textures" to announce hardware limits.Michel Dänzer2008-04-291-1/+1
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-65/+46
* DRI2: Drop DriverAPI.UpdateBuffer.Kristian Høgsberg2008-03-091-21/+11
* [intel] Add a driconf option to cache freed buffer objects for reuse.Eric Anholt2008-03-051-1/+10
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-6/+7
* Reduce the versioning madness required to create a DRI2 screen.Kristian Høgsberg2008-02-291-11/+0
* intel: Always use intelInitExtensions() for initializing extensions.Kristian Høgsberg2008-02-271-14/+3
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* Remove now unused setTexOffset from __DriverAPIRec.Kristian Høgsberg2008-02-251-3/+0
* Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.hAlan Hourihane2008-02-221-12/+12
* [915] Revert broken context creation change from IS_915 commit.Eric Anholt2008-02-151-2/+4
* Add IS_915(), simplify IS_9XX() a bit.Adam Jackson2008-02-151-4/+2
* Add TTM buffer object based texture from pixmap implementation.Kristian Høgsberg2008-02-141-0/+6
* Hook up i915 driver to new DRI2 infrastructure.Kristian Høgsberg2008-02-141-0/+187
* [965] Fix ARB_occlusion_query from intel_screen.c merge.Eric Anholt2008-02-131-3/+9
* [intel] Clean up references to screen buffer metrics.Kristian Høgsberg2008-01-221-22/+4
* [intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.Eric Anholt2008-01-171-8/+15
* [intel] Simplify intelCreateBuffer() a bit.Kristian Høgsberg2008-01-091-45/+6
* Factor out code to do the DRM_I830_GETPARAM ioctl.Kristian Høgsberg2008-01-091-28/+23
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-24/+24
* [i915] Move meta_draw_quad into the vtbl with other meta operations.Eric Anholt2007-12-201-1/+0
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-142/+0
* [intel] Add 965 support to shared intel_blit.cEric Anholt2007-11-161-2/+7
* [i915] Pass static region names in so debugging says more than "static region".Eric Anholt2007-11-161-6/+7
* [i915] Remove old frontbuffer rotation hack.Eric Anholt2007-11-091-48/+1
* [intel] Initialize a depth buffer if the visual has depth 24 but no stencil.Eric Anholt2007-11-091-15/+28
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+945