summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* VBO: Regenerate files based on recent changes to gl_API.xmlIan Romanick2008-07-021-16/+16
* dri: drop asserts to make build against stable libdrmDave Airlie2008-07-011-11/+0
* dri: Take the base image size into account when computingXiang, Haihao2008-07-011-0/+1
* Check in SwapBuffers for any new pending dri2 eventsAlan Hourihane2008-06-261-2/+5
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-212-3/+3
* Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith2008-06-212-0/+7
* remove obsoleted doxygen \param commentsBrian Paul2008-06-111-23/+18
* Check for NULL pointerAlan Hourihane2008-06-091-0/+2
* 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
* 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