aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Expose more FBconfigs in the 3D driver.Eric Anholt2009-01-301-2/+52
* intel: #include clean-upsBrian Paul2009-01-261-11/+9
* intel: make intelUpdateScreenFromSAREA() staticBrian Paul2009-01-261-1/+1
* intel: remove unused varBrian Paul2009-01-261-2/+0
* intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul2009-01-261-0/+1
* intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...Brian Paul2009-01-261-0/+1
* [intel] Go back to using the typedef for the sarea structmesa_7_3_rc3Timo Aaltonen2009-01-201-4/+4
* Remove third buffer support from Mesa.Dave Airlie2008-12-231-15/+0
* intel: restore old vertex submit paths for i8xx hardware.Dave Airlie2008-12-021-0/+1
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-2/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-6/+6
* intel: Destroy bufmgr in screen destroy, not context.Eric Anholt2008-09-161-0/+1
* intel: Remove dead allow_batchbuffer param.Eric Anholt2008-09-121-5/+0
* 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