index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
/
r600
/
drm
/
r600_priv.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)
Benjamin Franzke
2010-11-08
1
-0
/
+3
*
r600g: propogate resource usage flags to winsys, use to choose bo domains
Keith Whitwell
2010-11-03
1
-0
/
+1
*
r600g: Made radeon_bo::map_count signed.
Tilman Sauerbeck
2010-11-02
1
-1
/
+1
*
r600g: Removed unused 'ptr' argument from radeon_bo().
Tilman Sauerbeck
2010-11-02
1
-1
/
+1
*
r600g: retrieve tiling info from kernel for shared buffers.
Dave Airlie
2010-10-18
1
-1
/
+6
*
r600g: get tiling info from kernel
Dave Airlie
2010-10-18
1
-0
/
+1
*
r600g: fix dirty state handling
Jerome Glisse
2010-10-06
1
-0
/
+1
*
r600g: userspace fence to avoid kernel call for testing bo busy status
Jerome Glisse
2010-10-05
1
-2
/
+3
*
r600g: simplify block relocation
Jerome Glisse
2010-10-05
1
-8
/
+6
*
r600g: use dirty list to track dirty blocks
Bas Nieuwenhuizen
2010-10-05
1
-0
/
+1
*
r600g: improve bo flushing
Jerome Glisse
2010-10-05
1
-0
/
+8
*
r600g: store reloc information in bo structure
Jerome Glisse
2010-10-05
1
-0
/
+2
*
r600g: drop use_mem_constant.
Dave Airlie
2010-10-05
1
-1
/
+0
*
r600g: drop mman allocator
Dave Airlie
2010-10-05
1
-1
/
+0
*
r600g: add bo busy backoff.
Dave Airlie
2010-10-05
1
-0
/
+2
*
r600g: add bo fenced list.
Dave Airlie
2010-10-05
1
-0
/
+5
*
r600g: use r600_bo for relocation argument, simplify code
Jerome Glisse
2010-10-04
1
-5
/
+12
*
r600g: rename radeon_ws_bo to r600_bo
Jerome Glisse
2010-10-04
1
-4
/
+4
*
r600g: fix wwarning in bo_map function
Dave Airlie
2010-10-04
1
-0
/
+1
*
r600g: keep a mapping around for each bo
John Doe
2010-09-30
1
-3
/
+11
*
r600g: don't double count dirty block
John Doe
2010-09-30
1
-2
/
+2
*
r600g: clean up some code from move to new paths.
Dave Airlie
2010-09-30
1
-0
/
+2
*
r600g: cleanup
Jerome Glisse
2010-09-29
1
-9
/
+39
*
r600g: use a hash table instead of group
Jerome Glisse
2010-09-29
1
-6
/
+41
*
r600g: move radeon.h members around to add back map flushing.
Dave Airlie
2010-09-29
1
-0
/
+3
*
r600g: fix occlusion query after change to block structure
Jerome Glisse
2010-09-27
1
-3
/
+3
*
r600g: disable early cull optimization when occlusion query running
Jerome Glisse
2010-09-26
1
-0
/
+21
*
r600g: evergreen fix for new design
Jerome Glisse
2010-09-24
1
-0
/
+1
*
r600g: occlusion query for new design
Jerome Glisse
2010-09-21
1
-4
/
+3
*
r600g: move chip class to radeon common structure
Jerome Glisse
2010-09-20
1
-0
/
+1
*
r600g: alternative command stream building from context
Jerome Glisse
2010-09-17
1
-0
/
+56