summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into drm-gemKeith Packard2008-06-036-195/+228
|\
| * mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie2008-06-043-1/+46
| * 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
* | [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-032-387/+0
* | Add back a mostly-correct glFinish for GEM and fake.Eric Anholt2008-05-222-0/+15
* | [intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.Keith Packard2008-05-112-10/+41
* | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-073-1192/+11
* | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt2008-05-023-132/+13
* | Add intel_bufmgr_gem for new graphics execution manager.Eric Anholt2008-05-023-11/+14
|/
* 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