aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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