aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* Report correct damage rectangle in CopySubBuffer.Dennis Kasprzyk2008-05-291-2/+2
* dri: vblank_mode warningTormod Volden2008-05-241-2/+2
* dri/swrast: cosmetic, mainly generic vs. xorg terminologyGeorge Sapountzis2008-05-231-1/+2
* dri: add support for generating 3_3_2 configsGeorge Sapountzis2008-05-231-42/+61
* Make utils.h self-contained.George Sapountzis2008-05-204-146/+152
* Never fail `make clean'Dan Nicholson2008-05-071-2/+2
* build fix for xorg driverAlan Hourihane2008-04-281-3/+4
* silence warningAlan Hourihane2008-04-251-1/+1
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-35/+37
* bufmgr_fake: disable debugging againDave Airlie2008-04-161-1/+1
* intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...Dave Airlie2008-04-163-15/+125
* Initialize GLX_EXT_texture_from_pixmap attributes correctly.Kristian Høgsberg2008-04-022-10/+10
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-314-275/+435
* intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf.Michal Wajdeczko2008-03-211-3/+7
* DRI2: Drop DriverAPI.UpdateBuffer.Kristian Høgsberg2008-03-092-6/+12
* DRI2: Pass the context instead of the screen to __dri2ParseEvents().Kristian Høgsberg2008-03-092-8/+5
* DRI2: Add event buffer head as an argument to driCreateNewDrawable().Kristian Høgsberg2008-03-091-2/+3
* [dri2] Add tail pointer to reemitDrawableInfo callback.Kristian Høgsberg2008-03-031-1/+1
* [dri2] Optimize event parsing to skip obsolete events.Kristian Høgsberg2008-03-031-40/+84
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-292-87/+44
* Reduce the versioning madness required to create a DRI2 screen.Kristian Høgsberg2008-02-291-10/+12
* A few more fixes to the dlsym() fix.Kristian Høgsberg2008-02-251-1/+2
* dri2: dlsym requires some quotes..Dave Airlie2008-02-261-1/+1
* Use dlsym() to avoid referencing __dri2DriverInitScreen.Kristian Høgsberg2008-02-251-1/+6
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-253-47/+6
* Remove now unused setTexOffset from __DriverAPIRec.Kristian Høgsberg2008-02-251-6/+0
* [intel] Bug #13636: Allow recursive buffer mapping in bufmgr_ttm.Eric Anholt2008-02-151-1/+4
* Add new DRI2 infrastructure.Kristian Høgsberg2008-02-142-14/+227
* When mapping, wait on the buffer's fence, not hardware idle, in bufmgr_fakeEric Anholt2008-02-131-2/+19
* Remove O(n^2) debugging code from non-debug path of dri_bufmgr_fake.Eric Anholt2008-02-131-4/+7
* Bufmgr cleanup from intel-batchbuffer branch of 2d driver.Eric Anholt2008-01-242-5/+3
* [intel] Fix memory leak with fake bufmgr.Eric Anholt2008-01-181-1/+6
* Fold DoBindContext() helper function into driBindContext().Kristian Høgsberg2008-01-091-23/+11
* [intel] Convert relocations to not be cleared out on buffer submit.Eric Anholt2008-01-032-169/+130
* Silence compiler warnings from XML error macros.Kristian Høgsberg2007-12-211-12/+12
* [intel] Initialize debug flag for dri_bufmgrsEric Anholt2007-12-141-0/+2
* [intel] Remove broken mutex protection from dri_bufmgrs.Eric Anholt2007-12-131-101/+55
* [intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.Eric Anholt2007-12-133-10/+10
* [intel] assert that buffers are not mapped at last unreference.Eric Anholt2007-12-131-0/+1
* [intel] Assert against conflicting relocation emits in bufmgr_fake.cEric Anholt2007-12-121-0/+12
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-072-4/+42
* Don't Swap buffer if a DRIDrawable is entirely obscuredXiang, Haihao2007-12-051-0/+3
* [intel] Move batch bo_unmap from TTM code to shared, and add more asserts.Eric Anholt2007-11-301-0/+7
* [intel] Fix the type and naming of the flags/mask args to TTM functions.Eric Anholt2007-11-303-16/+18
* [i915] Make INTEL_DEBUG=bufmgr actually do things for bufmgr_fake.Eric Anholt2007-11-292-6/+15
* [intel] Add some doxygen notes on what the bufmgr_fake block members mean.Eric Anholt2007-11-161-2/+11
* [intel] Add a simple relocation cache to the fake buffer manager.Eric Anholt2007-11-161-35/+91
* [intel] Assert against 0-sized buffers in dri_bufmgr_fake.c.Eric Anholt2007-11-161-0/+4
* [intel] Add support for multiple levels of relocation in bufmgr_fake.Eric Anholt2007-11-162-73/+163
* recreate from changed gl_API.xmlRoland Scheidegger2007-11-091-36/+12