index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
/
radeon
/
drm
/
radeon_drm_bo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/radeon: use os_mmap() for memory mapping
Chia-I Wu
2011-08-24
1
-3
/
+3
*
winsys/radeon: take advantage of the new ioctl
Marek Olšák
2011-08-16
1
-12
/
+28
*
winsys/radeon: hook up the new DRM_RADEON_GEM_WAIT ioctl
Marek Olšák
2011-08-16
1
-18
/
+49
*
winsys/radeon: remove broken bo-is-busy-for-write guessing
Marek Olšák
2011-08-16
1
-19
/
+0
*
r600g: remove radeon_bo::handle
Marek Olšák
2011-08-16
1
-7
/
+0
*
r600g: allocate/destroy buffers using radeon_winsys
Marek Olšák
2011-08-16
1
-0
/
+7
*
winsys/radeon: disable use of the buffer busy-for-write flag
Marek Olšák
2011-08-06
1
-0
/
+12
*
winsys/radeon: remove dummy function pb_buffer
Marek Olšák
2011-08-03
1
-10
/
+7
*
winsys/radeon: manage constant buffers by the cache bufmgr too
Marek Olšák
2011-07-25
1
-1
/
+2
*
winsys/radeon: remove usage parameter from buffer_create
Marek Olšák
2011-07-25
1
-4
/
+2
*
r300g/winsys: rename r300->radeon and do a little cleanup
Marek Olšák
2011-04-18
1
-38
/
+38
*
r300g: add 'radeon: ' prefix to error messages in winsys
Marek Olšák
2011-04-08
1
-4
/
+4
*
r300g: do not wait for a busy BO if neither GPU nor CPU is changing it
Marek Olšák
2011-04-03
1
-8
/
+39
*
r300g: remove unused RADEON_PB_USAGE_CACHE
Marek Olšák
2011-04-03
1
-5
/
+0
*
r300g: avoid mapping the same buffer twice
Marek Olšák
2011-04-03
1
-0
/
+5
*
r300g: remove the redundant reference counter in radeon_bo
Marek Olšák
2011-04-03
1
-25
/
+16
*
r300g: decide whether a flush should be asynchronous when calling it
Marek Olšák
2011-03-08
1
-4
/
+7
*
r300g: fix a race between CS and SET_TILING ioctls
Marek Olšák
2011-02-16
1
-0
/
+13
*
r300g: offload the CS ioctl to another thread
Marek Olšák
2011-02-15
1
-0
/
+8
*
r300g: actually implement the is_buffer_busy hook the right way
Marek Olšák
2011-02-15
1
-3
/
+3
*
r300g: handle interaction between UNSYNCHRONIZED and DONTBLOCK flags in bo_map
Marek Olšák
2011-02-15
1
-20
/
+16
*
r300g: fix a possible race condition when mapping a buffer
Marek Olšák
2011-02-15
1
-23
/
+31
*
r300g: flush CS in bo_map even if we get USAGE_DONTBLOCK
Marek Olšák
2011-02-14
1
-0
/
+1
*
r300g: implement pb_manager::is_buffer_busy
Marek Olšák
2011-02-14
1
-22
/
+27
*
r300g: fixup the handle_compare function
Marek Olšák
2011-02-13
1
-2
/
+2
*
r300g: typecast void* to unsigned correctly
Marek Olšák
2011-02-12
1
-2
/
+4
*
r300g: improve function radeon_bo_is_referenced_by_cs
Marek Olšák
2011-02-12
1
-11
/
+13
*
r300g: remove unused function prototypes, update copyright
Marek Olšák
2011-02-11
1
-0
/
+26
*
r300g: plug a memory leak in winsys
Marek Olšák
2011-02-11
1
-0
/
+1
*
r300g: remove unneeded code in winsys
Marek Olšák
2011-02-11
1
-6
/
+0
*
r300g: import the last bits of libdrm and cleanup the whole thing
Marek Olšák
2011-02-11
1
-0
/
+543