index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2007-10-10
3
-9
/
+36
*
Move the copySubBuffer extension over to the new mechanism.
Kristian Høgsberg
2007-10-10
2
-7
/
+18
*
Implement new screen extension API.
Kristian Høgsberg
2007-10-10
1
-0
/
+9
*
Stop passing in unused fbconfigs to createNewScreen.
Kristian Høgsberg
2007-10-10
2
-16
/
+0
*
Pull createNewScreen entry point into dri_util.c.
Kristian Høgsberg
2007-10-10
2
-36
/
+35
*
Replace open-coded major, minor, and patch version fields with __DRIversionRec.
Kristian Høgsberg
2007-10-10
2
-30
/
+6
*
Convert all DRI entrypoints to take pointers to __DRI* types.
Kristian Høgsberg
2007-10-10
1
-37
/
+37
*
Drop createContext and destroyContext from DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
2
-16
/
+3
*
Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
2
-14
/
+5
*
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-10
2
-114
/
+49
*
Remove XIDs from DRI interface (see #5714).
Kristian Høgsberg
2007-10-05
2
-187
/
+16
*
drm: update bufmgr code to reflect changes in drm interface
Dave Airlie
2007-09-25
1
-2
/
+2
*
Fix buffer/fence reference counting due to Destroy vs Unreference difference.
Eric Anholt
2007-09-21
1
-7
/
+39
*
Add disabled-by-default tracing of TTM bufmgr operations.
Eric Anholt
2007-09-20
1
-0
/
+34
*
Fix flipped sign to strerror.
Eric Anholt
2007-09-20
1
-2
/
+2
*
Merge branch 'master' into i915-unification
Eric Anholt
2007-09-20
3
-6
/
+18
|
\
|
*
fix spantmp2 READ_RGBA inline asm (#11931)
Dan Torop
2007-08-12
1
-1
/
+1
|
*
fix mem leak (bug 11793)
Brian
2007-08-01
1
-0
/
+1
|
*
Clear pointers to freed cliprects.
Michel Dänzer
2007-07-10
1
-0
/
+2
|
*
Add a few missing GL 2.0 entrypoints, regenerate related files.
Brian
2007-06-28
1
-5
/
+15
*
|
Add some error reporting and a couple of assertions to TTM bufmgr.
Eric Anholt
2007-09-18
1
-0
/
+8
*
|
Convert TTM code to require the server provide buffers for front/back/depth.
Eric Anholt
2007-08-16
2
-28
/
+20
*
|
Fix bad printf on TTM fence_wait failure.
Eric Anholt
2007-08-16
1
-1
/
+1
*
|
Don't forget to update buffer offset after validation.
Eric Anholt
2007-08-16
1
-0
/
+2
*
|
Don't try to use kernel BO flags in dri_bufmgr_fake internals.
Eric Anholt
2007-08-02
1
-9
/
+10
*
|
bufmgr_fake: eliminate the referenced list, which is now just on_hardware.
Eric Anholt
2007-07-31
1
-41
/
+8
*
|
Add notes about bufmgr initialization failures.
Eric Anholt
2007-07-25
1
-0
/
+1
*
|
bufmgr_ttm: hook up destroy function, track buffer names.
Eric Anholt
2007-07-06
1
-1
/
+5
*
|
bufmgr_fake: Keep the bufmgr lock held while freeing a block.
Eric Anholt
2007-07-05
1
-1
/
+1
*
|
Merge branch 'i915-unification' of git+ssh://people.freedesktop.org/~anholt/m...
Eric Anholt
2007-07-05
2
-6
/
+48
|
\
\
|
*
|
Improve fake bufmgr debugging, and don't try to migrate static buffers.
Eric Anholt
2007-06-21
1
-5
/
+34
|
*
|
Fix TTM static allocation flags.
Eric Anholt
2007-06-18
1
-1
/
+1
|
*
|
Test for TTM presence initially rather than test for lack of classic aperture.
Eric Anholt
2007-06-18
1
-0
/
+13
*
|
|
Add buffer manager destroy function.
Eric Anholt
2007-05-31
4
-2
/
+29
|
/
/
*
|
Replace the flags/hint arguments to bo_alloc{,_static} with a location mask.
Eric Anholt
2007-05-24
4
-30
/
+55
*
|
Merge branch 'master' into i915-unification
Eric Anholt
2007-05-24
2
-0
/
+9
|
\
|
|
*
Add interfaces for overriding texture images with driver specific 'offsets'.
Michel Dänzer
2007-05-22
2
-0
/
+9
*
|
Merge branch 'master' into i915-unification
Eric Anholt
2007-05-18
2
-1
/
+14
|
\
|
|
*
Initial implementation of MESA_texture_array
Ian Romanick
2007-05-16
1
-0
/
+14
|
*
Make sure we are locked when creating drm buffer objects.
Thomas Hellstrom
2007-04-16
2
-4
/
+10
*
|
Fix another mis-calling of _fence_wait_internal.
Eric Anholt
2007-05-18
1
-1
/
+1
*
|
Allow unreference with a NULL argument.
Eric Anholt
2007-05-18
1
-0
/
+6
*
|
Fix double-counting of low_offset in block->virtual.
Eric Anholt
2007-05-18
1
-1
/
+2
*
|
Zero out bufmgr_fake on alloc.
Eric Anholt
2007-05-18
1
-1
/
+1
*
|
Dead code elimination and fix bufmgr_fake_wait_idle.
Eric Anholt
2007-05-18
1
-4
/
+1
*
|
Fix some use-before-initialize in bufmgr_fake.
Eric Anholt
2007-05-18
1
-0
/
+5
*
|
Convert i915tex to the new interface and make it compile.
Eric Anholt
2007-05-17
2
-11
/
+7
*
|
WIP: Replace TTM buffer pool manager with a simplified interface.
Eric Anholt
2007-05-16
6
-796
/
+1453
|
/
*
driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers.
Michel Dänzer
2007-04-08
1
-1
/
+1
*
Remove SI imports/exports remnants.
George Sapountzis
2007-04-05
1
-2
/
+0
[next]