aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dri2'Kristian Høgsberg2007-10-123-459/+185
|\
| * Add a version field to __DRIextension.Kristian Høgsberg2007-10-111-5/+6
| * Move new texOffset extension to the new extension mechanism.Kristian Høgsberg2007-10-111-3/+0
| * Convert a left-over private void * to __DRIcontext *.Kristian Høgsberg2007-10-111-3/+3
| * Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-112-0/+9
| * Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-112-40/+6
| * Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-112-7/+12
| * Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-103-9/+36
| * Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-102-7/+18
| * Implement new screen extension API.Kristian Høgsberg2007-10-101-0/+9
| * Stop passing in unused fbconfigs to createNewScreen.Kristian Høgsberg2007-10-102-16/+0
| * Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-102-36/+35
| * Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-102-30/+6
| * Convert all DRI entrypoints to take pointers to __DRI* types.Kristian Høgsberg2007-10-101-37/+37
| * Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg2007-10-102-16/+3
| * Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg2007-10-102-14/+5
| * Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-102-114/+49
| * Remove XIDs from DRI interface (see #5714).Kristian Høgsberg2007-10-052-187/+16
* | dri: remove ttm common code since superioctl is device specificDave Airlie2007-10-121-598/+0
* | i915: fixup up bufmgr to pass num buffers to kernelDave Airlie2007-10-093-52/+14
* | i915: add superioctl support to the ttm codepaths.Dave Airlie2007-10-043-5/+5
* | i915: add superioctl initial support inside bufmgr ttmDave Airlie2007-10-033-5/+5
* | i915/drmbuf: attempt to push relocations into buffer managerDave Airlie2007-10-034-2/+289
|/
* drm: update bufmgr code to reflect changes in drm interfaceDave Airlie2007-09-251-2/+2
* Fix buffer/fence reference counting due to Destroy vs Unreference difference.Eric Anholt2007-09-211-7/+39
* Add disabled-by-default tracing of TTM bufmgr operations.Eric Anholt2007-09-201-0/+34
* Fix flipped sign to strerror.Eric Anholt2007-09-201-2/+2
* Merge branch 'master' into i915-unificationEric Anholt2007-09-203-6/+18
|\
| * fix spantmp2 READ_RGBA inline asm (#11931)Dan Torop2007-08-121-1/+1
| * fix mem leak (bug 11793)Brian2007-08-011-0/+1
| * Clear pointers to freed cliprects.Michel Dänzer2007-07-101-0/+2
| * Add a few missing GL 2.0 entrypoints, regenerate related files.Brian2007-06-281-5/+15
* | Add some error reporting and a couple of assertions to TTM bufmgr.Eric Anholt2007-09-181-0/+8
* | Convert TTM code to require the server provide buffers for front/back/depth.Eric Anholt2007-08-162-28/+20
* | Fix bad printf on TTM fence_wait failure.Eric Anholt2007-08-161-1/+1
* | Don't forget to update buffer offset after validation.Eric Anholt2007-08-161-0/+2
* | Don't try to use kernel BO flags in dri_bufmgr_fake internals.Eric Anholt2007-08-021-9/+10
* | bufmgr_fake: eliminate the referenced list, which is now just on_hardware.Eric Anholt2007-07-311-41/+8
* | Add notes about bufmgr initialization failures.Eric Anholt2007-07-251-0/+1
* | bufmgr_ttm: hook up destroy function, track buffer names.Eric Anholt2007-07-061-1/+5
* | bufmgr_fake: Keep the bufmgr lock held while freeing a block.Eric Anholt2007-07-051-1/+1
* | Merge branch 'i915-unification' of git+ssh://people.freedesktop.org/~anholt/m...Eric Anholt2007-07-052-6/+48
|\ \
| * | Improve fake bufmgr debugging, and don't try to migrate static buffers.Eric Anholt2007-06-211-5/+34
| * | Fix TTM static allocation flags.Eric Anholt2007-06-181-1/+1
| * | Test for TTM presence initially rather than test for lack of classic aperture.Eric Anholt2007-06-181-0/+13
* | | Add buffer manager destroy function.Eric Anholt2007-05-314-2/+29
|/ /
* | Replace the flags/hint arguments to bo_alloc{,_static} with a location mask.Eric Anholt2007-05-244-30/+55
* | Merge branch 'master' into i915-unificationEric Anholt2007-05-242-0/+9
|\|
| * Add interfaces for overriding texture images with driver specific 'offsets'.Michel Dänzer2007-05-222-0/+9
* | Merge branch 'master' into i915-unificationEric Anholt2007-05-182-1/+14
|\|