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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: Cleanup the fenced_bo list in r600_context_fini().
Henri Verbeet
2010-11-15
1
-0
/
+13
*
r600g: allow driver to work without submitting cmd to GPU
Jerome Glisse
2010-11-10
1
-0
/
+2
*
ws/r600: match bo_busy shared/fence logic in bo_wait
Keith Whitwell
2010-11-10
1
-8
/
+9
*
winsys/xlib: Add cygwin to SConscript.
Vinson Lee
2010-11-09
1
-1
/
+1
*
r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)
Benjamin Franzke
2010-11-08
3
-1
/
+46
*
scons: Detabify
Jakob Bornecrantz
2010-11-05
1
-21
/
+21
*
r600g: set hardware pixel centers according to gl_rasterization_rules
Keith Whitwell
2010-11-03
2
-0
/
+2
*
r600g: propogate resource usage flags to winsys, use to choose bo domains
Keith Whitwell
2010-11-03
3
-7
/
+31
*
r600g: Fixed two memory leaks in winsys.
Tilman Sauerbeck
2010-11-02
1
-0
/
+2
*
r600g: Made radeon_bo::map_count signed.
Tilman Sauerbeck
2010-11-02
1
-1
/
+1
*
r600g: Fixed unmap condition in radeon_bo_pb_destroy().
Tilman Sauerbeck
2010-11-02
1
-4
/
+6
*
r600g: Made radeon_bo_pb_map_internal() actually call radeon_bo_map().
Tilman Sauerbeck
2010-11-02
1
-13
/
+7
*
r600g: Removed unused 'ptr' argument from radeon_bo().
Tilman Sauerbeck
2010-11-02
3
-8
/
+4
*
scons: Revamp how to specify targets to build.
José Fonseca
2010-11-01
1
-37
/
+30
*
r600g: In radeon_bo(), call LIST_INITHEAD early.
Tilman Sauerbeck
2010-10-27
1
-1
/
+1
*
r600g: not fatal if we can't get tiling info from kernel
Dave Airlie
2010-10-23
1
-1
/
+1
*
winsys/xlib: rename xm->xlib
Brian Paul
2010-10-21
1
-147
/
+147
*
winsys/xlib: fix up allocation/dealloction of XImage
Brian Paul
2010-10-21
1
-1
/
+8
*
winsys/xlib: use Bool type for shm field
Brian Paul
2010-10-21
1
-5
/
+5
*
winsys/xlib: formatting fixes
Brian Paul
2010-10-21
1
-10
/
+9
*
r600g: retrieve tiling info from kernel for shared buffers.
Dave Airlie
2010-10-18
3
-2
/
+42
*
r600g: get tiling info from kernel
Dave Airlie
2010-10-18
3
-0
/
+68
*
wrapper: Add a way to dewrap a pipe screen without destroying it
Jakob Bornecrantz
2010-10-15
2
-0
/
+22
*
wrapper: Fix spelling
Jakob Bornecrantz
2010-10-15
2
-2
/
+2
*
r600/drm: fix segfaults in winsys create failure path
Keith Whitwell
2010-10-15
1
-3
/
+9
*
r600g: Silence uninitialized variable warning.
Vinson Lee
2010-10-08
1
-1
/
+2
*
r600g: Silence uninitialized variable warning.
Vinson Lee
2010-10-08
1
-1
/
+2
*
r600g: Silence uninitialized variable warning.
Vinson Lee
2010-10-08
1
-1
/
+2
*
r600g: Remove unnecessary header.
Vinson Lee
2010-10-08
1
-1
/
+0
*
r600g: fix dirty state handling
Jerome Glisse
2010-10-06
3
-7
/
+7
*
r600g: avoid segfault due to unintialized list pointer
Jerome Glisse
2010-10-06
2
-7
/
+9
*
r600g: userspace fence to avoid kernel call for testing bo busy status
Jerome Glisse
2010-10-05
5
-47
/
+99
*
r600g: simplify block relocation
Jerome Glisse
2010-10-05
2
-9
/
+7
*
r600g: use dirty list to track dirty blocks
Bas Nieuwenhuizen
2010-10-05
3
-8
/
+31
*
r600g: improve bo flushing
Jerome Glisse
2010-10-05
3
-822
/
+822
*
r600g: store reloc information in bo structure
Jerome Glisse
2010-10-05
2
-23
/
+16
*
r600g: avoid unneeded bo wait
Dave Airlie
2010-10-05
1
-1
/
+5
*
r600g: drop use_mem_constant.
Dave Airlie
2010-10-05
3
-3
/
+0
*
r600g: drop mman allocator
Dave Airlie
2010-10-05
3
-8
/
+1
*
r600g: add bo busy backoff.
Dave Airlie
2010-10-05
2
-0
/
+15
*
r600g: add bo fenced list.
Dave Airlie
2010-10-05
3
-0
/
+43
*
r600g: Fix SCons build.
Vinson Lee
2010-10-04
1
-1
/
+1
*
r600g: remove dead label & fix indentation
Jerome Glisse
2010-10-04
1
-11
/
+9
*
r600g: rename radeon_ws_bo to r600_bo
Jerome Glisse
2010-10-04
2
-1
/
+1
*
r600g: use r600_bo for relocation argument, simplify code
Jerome Glisse
2010-10-04
4
-19
/
+29
*
r600g: allow r600_bo to be a sub allocation of a big bo
Jerome Glisse
2010-10-04
2
-4
/
+4
*
r600g: rename radeon_ws_bo to r600_bo
Jerome Glisse
2010-10-04
4
-44
/
+44
*
r600g: TODO domain management
Dave Airlie
2010-10-04
1
-2
/
+2
*
r600g: fix wwarning in bo_map function
Dave Airlie
2010-10-04
1
-0
/
+1
*
r600g: break out of search for reloc bo after finding it.
Dave Airlie
2010-10-04
1
-0
/
+1
[next]