Remove GetMSC DriverAPI function.
[mesa.git] / src / mesa / drivers / dri / common /
2008-02-26 Kristian HøgsbergRemove GetMSC DriverAPI function.
2008-02-26 Kristian HøgsbergRemove now unused setTexOffset from __DriverAPIRec.
2008-02-15 Eric Anholt[intel] Bug #13636: Allow recursive buffer mapping...
2008-02-14 Kristian HøgsbergAdd new DRI2 infrastructure.
2008-02-13 Eric AnholtWhen mapping, wait on the buffer's fence, not hardware...
2008-02-13 Eric AnholtRemove O(n^2) debugging code from non-debug path of...
2008-01-24 Eric AnholtBufmgr cleanup from intel-batchbuffer branch of 2d...
2008-01-18 Eric Anholt[intel] Fix memory leak with fake bufmgr.
2008-01-10 Kristian HøgsbergFold DoBindContext() helper function into driBindContext().
2008-01-03 Eric Anholt[intel] Convert relocations to not be cleared out on...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-21 Kristian HøgsbergSilence compiler warnings from XML error macros.
2007-12-14 Eric Anholt[intel] Initialize debug flag for dri_bufmgrs
2007-12-14 Eric Anholt[intel] Remove broken mutex protection from dri_bufmgrs.
2007-12-14 Eric Anholt[intel] Enable INTEL_DEBUG=bufmgr output in TTM mode...
2007-12-14 Eric Anholt[intel] assert that buffers are not mapped at last...
2007-12-13 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-12 Eric Anholt[intel] Assert against conflicting relocation emits...
2007-12-08 Eric Anholt[965] Convert the driver to dri_bufmgr interface and...
2007-12-05 Xiang, HaihaoDon't Swap buffer if a DRIDrawable is entirely obscured
2007-12-01 Eric Anholt[intel] Move batch bo_unmap from TTM code to shared...
2007-12-01 Eric Anholt[intel] Fix the type and naming of the flags/mask args...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-29 Eric Anholt[i915] Make INTEL_DEBUG=bufmgr actually do things for...
2007-11-16 Eric Anholt[intel] Add some doxygen notes on what the bufmgr_fake...
2007-11-16 Eric Anholt[intel] Add a simple relocation cache to the fake buffe...
2007-11-16 Eric Anholt[intel] Assert against 0-sized buffers in dri_bufmgr_fa...
2007-11-16 Eric Anholt[intel] Add support for multiple levels of relocation...
2007-11-09 Roland Scheideggerrecreate from changed gl_API.xml
2007-10-31 Dave Airliei915: make i915 use the cached mappings for batch/buffe...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-30 BrianAlias glStencilOpSeparateATI with glStencilOpSeparate.
2007-10-30 BrianFinish up ATI_separate_stencil
2007-10-30 Michel DänzerMore vblank cleanups.
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-10-29 Jesse BarnesRefactor and fix core vblank support
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-12 Dave Airliedri: remove ttm common code since superioctl is device...
2007-10-11 Kristian HøgsbergAdd a version field to __DRIextension.
2007-10-11 Kristian HøgsbergMove new texOffset extension to the new extension mecha...
2007-10-11 Kristian HøgsbergConvert a left-over private void * to __DRIcontext *.
2007-10-11 Kristian HøgsbergAdd a DRI_ReadDrawable marker extension to signal read...
2007-10-11 Kristian HøgsbergMove media stream counter entry points to new extension.
2007-10-11 Kristian HøgsbergMove GLX_MESA_swap_frame_usage DRI entry points to...
2007-10-10 Kristian HøgsbergMove swap_interval to new extension mechanism.
2007-10-10 Kristian HøgsbergMove the copySubBuffer extension over to the new mechanism.
2007-10-10 Kristian HøgsbergImplement new screen extension API.
2007-10-10 Kristian HøgsbergStop passing in unused fbconfigs to createNewScreen.
2007-10-10 Kristian HøgsbergPull createNewScreen entry point into dri_util.c.
2007-10-10 Kristian HøgsbergReplace open-coded major, minor, and patch version...
2007-10-10 Kristian HøgsbergConvert all DRI entrypoints to take pointers to __DRI...
2007-10-10 Kristian HøgsbergDrop createContext and destroyContext from DRIinterface...
2007-10-10 Kristian HøgsbergDrop createDrawable and destroyDrawable fron DRIinterfa...
2007-10-10 Kristian HøgsbergDrop __DRInativeDisplay and pass in __DRIscreen pointer...
2007-10-09 Dave Airliei915: fixup up bufmgr to pass num buffers to kernel
2007-10-05 Kristian HøgsbergRemove XIDs from DRI interface (see #5714).
2007-10-04 Dave Airliei915: add superioctl support to the ttm codepaths.
2007-10-03 Dave Airliei915: add superioctl initial support inside bufmgr ttm
2007-10-03 Dave Airliei915/drmbuf: attempt to push relocations into buffer...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-25 Dave Airliedrm: update bufmgr code to reflect changes in drm interface
2007-09-22 Eric AnholtMerge branch 'i915-unification'
2007-09-21 Eric AnholtFix buffer/fence reference counting due to Destroy...
2007-09-20 Eric AnholtAdd disabled-by-default tracing of TTM bufmgr operations.
2007-09-20 Eric AnholtFix flipped sign to strerror.
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-18 Eric AnholtAdd some error reporting and a couple of assertions...
2007-08-16 Eric AnholtConvert TTM code to require the server provide buffers...
2007-08-16 Eric AnholtFix bad printf on TTM fence_wait failure.
2007-08-16 Eric AnholtDon't forget to update buffer offset after validation.
2007-08-12 Dan Toropfix spantmp2 READ_RGBA inline asm (#11931)
2007-08-02 Eric AnholtDon't try to use kernel BO flags in dri_bufmgr_fake...
2007-08-01 Brianfix mem leak (bug 11793)
2007-07-31 Eric Anholtbufmgr_fake: eliminate the referenced list, which is...
2007-07-25 Eric AnholtAdd notes about bufmgr initialization failures.
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-10 Michel DänzerClear pointers to freed cliprects.
2007-07-06 Eric Anholtbufmgr_ttm: hook up destroy function, track buffer...
2007-07-05 Eric Anholtbufmgr_fake: Keep the bufmgr lock held while freeing...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 BrianAdd a few missing GL 2.0 entrypoints, regenerate relate...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-21 Eric AnholtImprove fake bufmgr debugging, and don't try to migrate...
2007-06-18 Eric AnholtFix TTM static allocation flags.
2007-06-18 Eric AnholtTest for TTM presence initially rather than test for...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-31 Eric AnholtAdd buffer manager destroy function.
2007-05-24 Eric AnholtReplace the flags/hint arguments to bo_alloc{,_static...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-22 Michel DänzerAdd interfaces for overriding texture images with drive...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-18 Eric AnholtFix another mis-calling of _fence_wait_internal.
2007-05-18 Eric AnholtAllow unreference with a NULL argument.
2007-05-18 Eric AnholtFix double-counting of low_offset in block->virtual.
next