Age | Commit message (Expand) | Author |
2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul |
2008-06-21 | Solaris port of Mesa 7.1 with autoconf support | Alan Coopersmith |
2008-06-11 | remove obsoleted doxygen \param comments | Brian Paul |
2008-06-09 | Check for NULL pointer | Alan Hourihane |
2008-06-04 | mesa/drm/ttm: allow build against non-TTM aware libdrm | Dave Airlie |
2008-05-29 | Report correct damage rectangle in CopySubBuffer. | Dennis Kasprzyk |
2008-05-24 | dri: vblank_mode warning | Tormod Volden |
2008-05-23 | dri/swrast: cosmetic, mainly generic vs. xorg terminology | George Sapountzis |
2008-05-23 | dri: add support for generating 3_3_2 configs | George Sapountzis |
2008-05-20 | Make utils.h self-contained. | George Sapountzis |
2008-05-07 | Never fail `make clean' | Dan Nicholson |
2008-04-28 | build fix for xorg driver | Alan Hourihane |
2008-04-25 | silence warning | Alan Hourihane |
2008-04-18 | i965: initial attempt at fixing the aperture overflow | Dave Airlie |
2008-04-16 | bufmgr_fake: disable debugging again | Dave Airlie |
2008-04-16 | intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer... | Dave Airlie |
2008-04-02 | Initialize GLX_EXT_texture_from_pixmap attributes correctly. | Kristian Høgsberg |
2008-03-31 | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg |
2008-03-21 | intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf. | Michal Wajdeczko |
2008-03-09 | DRI2: Drop DriverAPI.UpdateBuffer. | Kristian Høgsberg |
2008-03-09 | DRI2: Pass the context instead of the screen to __dri2ParseEvents(). | Kristian Høgsberg |
2008-03-09 | DRI2: Add event buffer head as an argument to driCreateNewDrawable(). | Kristian Høgsberg |
2008-03-03 | [dri2] Add tail pointer to reemitDrawableInfo callback. | Kristian Høgsberg |
2008-03-03 | [dri2] Optimize event parsing to skip obsolete events. | Kristian Høgsberg |
2008-02-29 | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg |
2008-02-29 | Reduce the versioning madness required to create a DRI2 screen. | Kristian Høgsberg |
2008-02-25 | A few more fixes to the dlsym() fix. | Kristian Høgsberg |
2008-02-26 | dri2: dlsym requires some quotes.. | Dave Airlie |
2008-02-25 | Use dlsym() to avoid referencing __dri2DriverInitScreen. | Kristian Høgsberg |
2008-02-25 | Remove GetMSC DriverAPI function. | Kristian Høgsberg |
2008-02-25 | Remove now unused setTexOffset from __DriverAPIRec. | Kristian Høgsberg |
2008-02-15 | [intel] Bug #13636: Allow recursive buffer mapping in bufmgr_ttm. | Eric Anholt |
2008-02-14 | Add new DRI2 infrastructure. | Kristian Høgsberg |
2008-02-13 | When mapping, wait on the buffer's fence, not hardware idle, in bufmgr_fake | Eric Anholt |
2008-02-13 | Remove O(n^2) debugging code from non-debug path of dri_bufmgr_fake. | Eric Anholt |
2008-01-24 | Bufmgr cleanup from intel-batchbuffer branch of 2d driver. | Eric Anholt |
2008-01-18 | [intel] Fix memory leak with fake bufmgr. | Eric Anholt |
2008-01-09 | Fold DoBindContext() helper function into driBindContext(). | Kristian Høgsberg |
2008-01-03 | [intel] Convert relocations to not be cleared out on buffer submit. | Eric Anholt |
2007-12-21 | Silence compiler warnings from XML error macros. | Kristian Høgsberg |
2007-12-14 | [intel] Initialize debug flag for dri_bufmgrs | Eric Anholt |
2007-12-13 | [intel] Remove broken mutex protection from dri_bufmgrs. | Eric Anholt |
2007-12-13 | [intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic. | Eric Anholt |
2007-12-13 | [intel] assert that buffers are not mapped at last unreference. | Eric Anholt |
2007-12-12 | [intel] Assert against conflicting relocation emits in bufmgr_fake.c | Eric Anholt |
2007-12-07 | [965] Convert the driver to dri_bufmgr interface and enable TTM. | Eric Anholt |
2007-12-05 | Don't Swap buffer if a DRIDrawable is entirely obscured | Xiang, Haihao |
2007-11-30 | [intel] Move batch bo_unmap from TTM code to shared, and add more asserts. | Eric Anholt |
2007-11-30 | [intel] Fix the type and naming of the flags/mask args to TTM functions. | Eric Anholt |
2007-11-29 | [i915] Make INTEL_DEBUG=bufmgr actually do things for bufmgr_fake. | Eric Anholt |