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
*
winsys/amdgpu: set/get BO tiling flags for GFX9
Marek Olšák
2017-03-30
1
-2
/
+4
*
radeonsi/gfx9: add radeon_surf.gfx9.surf_offset
Marek Olšák
2017-03-30
1
-0
/
+1
*
radeonsi/gfx9: add a workaround for 1D depth textures
Marek Olšák
2017-03-30
1
-7
/
+5
*
gallium/radeon: move pre-GFX9 radeon_bo_metadata.* to u.legacy.*
Marek Olšák
2017-03-30
2
-56
/
+62
*
winsys/amdgpu: set num_tile_pipes, pipe_interleave_bytes for GFX9
Marek Olšák
2017-03-30
1
-2
/
+11
*
winsys/amdgpu: wire up new addrlib for GFX9
Marek Olšák
2017-03-30
1
-1
/
+399
*
winsys/amdgpu: update amdgpu_addr_create for GFX9
Marek Olšák
2017-03-30
1
-17
/
+29
*
winsys/amdgpu: rename GFX6 surface functions
Marek Olšák
2017-03-30
1
-25
/
+29
*
gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*
Marek Olšák
2017-03-30
2
-51
/
+52
*
radeonsi/gfx9: set the LLVM processor, require LLVM 5.0
Marek Olšák
2017-03-30
1
-0
/
+7
*
radeonsi/gfx9: add GFX9 and VEGA10 enums
Marek Olšák
2017-03-30
1
-1
/
+6
*
amdgpu/addrlib: Rewrite tile mode optmization code
Xavi Zhang
2017-03-30
1
-7
/
+5
*
radeon_drm_bo: explicitly check return value of drmCommandWriteRead
Julien Isorce
2017-03-20
1
-2
/
+7
*
radeon: initialize hole variable before calling container_of
Julien Isorce
2017-03-20
1
-1
/
+1
*
winsys/amdgpu: use drmGetDevice2 API
Emil Velikov
2017-03-15
1
-2
/
+2
*
winsys/radeon: check null return from radeon_cs_create_fence in cs_flush
Julien Isorce
2017-03-13
1
-11
/
+13
*
winsys/radeon: check null in radeon_cs_create_fence
Julien Isorce
2017-03-13
1
-0
/
+3
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
15
-97
/
+97
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
15
-65
/
+65
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
7
-13
/
+13
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
8
-16
/
+16
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
6
-6
/
+6
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
9
-15
/
+15
*
radeonsi: drop support for LLVM 3.6 & 3.7
Marek Olšák
2017-03-06
1
-8
/
+0
*
haiku/winsys: fix dt prototype args
Jerome Duval
2017-02-24
1
-1
/
+2
*
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
2017-02-22
2
-2
/
+2
*
winsys/amdgpu: reduce max_alloc_size based on GTT limits
Nicolai Hähnle
2017-02-21
1
-2
/
+4
*
radeonsi: use a clever alignment for constant buffer uploads
Marek Olšák
2017-02-18
2
-0
/
+2
*
winsys/radeon: remove fall-back defines
Emil Velikov
2017-02-16
3
-47
/
+0
*
gallium/radeon: add a HUD query for monitoring the CS thread activity
Marek Olšák
2017-02-15
2
-0
/
+4
*
winsys/intel: remove unused winsys - ilo was its only user
Emil Velikov
2017-02-13
5
-744
/
+0
*
winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()
Samuel Pitoiset
2017-02-03
1
-7
/
+10
*
ilo: EOL unplumb unmaintained gallium drv from winsys
Edward O'Callaghan
2017-02-03
1
-1
/
+0
*
winsys/radeon: Allow visible VRAM size > 256MB with kernel driver >= 2.49
Michel Dänzer
2017-02-01
1
-1
/
+6
*
winsys/radeon: clamp vram_vis_size to 256MB
Marek Olšák
2017-01-30
1
-1
/
+1
*
winsys/amdgpu: add a fast exit path into amdgpu_cs_add_buffer
Marek Olšák
2017-01-30
2
-0
/
+21
*
winsys/amdgpu: do not iterate twice when adding fence dependencies
Samuel Pitoiset
2017-01-30
1
-31
/
+32
*
winsys/amdgpu: add one likely() call in amdgpu_cs_flush()
Samuel Pitoiset
2017-01-30
1
-2
/
+2
*
winsys/amdgpu: fix ADDR_REGISTER_VALUE::backendDisables
Marek Olšák
2017-01-30
1
-1
/
+1
*
gallium/radeon: clean up r600_query_init_backend_mask
Marek Olšák
2017-01-30
1
-0
/
+3
*
gallium/radeon: add VRAM-vis-usage HUD query
Samuel Pitoiset
2017-01-26
2
-0
/
+5
*
gallium/radeon: query the CPU accessible size of VRAM
Samuel Pitoiset
2017-01-26
2
-1
/
+11
*
gallium/radeon: add a new HUD query for the number of mapped buffers
Samuel Pitoiset
2017-01-25
6
-0
/
+12
*
winsys/amdgpu: drop all IBs if at least one was rejected within the context
Marek Olšák
2017-01-23
1
-1
/
+7
*
winsys/amdgpu: report a rejected IB as a lost context
Marek Olšák
2017-01-23
3
-0
/
+14
*
winsys/etnaviv: automake: introduce Makefile.sources
Emil Velikov
2017-01-12
2
-1
/
+5
*
imx: gallium driver for imx-drm scanout driver
Christian Gmeiner
2017-01-12
4
-0
/
+120
*
etnaviv: gallium driver for Vivante GPUs
The etnaviv authors
2017-01-12
3
-0
/
+233
*
winsys/amdgpu: fix a race condition between fence updates and IB submissions
Marek Olšák
2017-01-06
2
-18
/
+22
*
gallium/radeon: add new HUD query num-SDMA-IBs
Marek Olšák
2017-01-06
6
-2
/
+15
[next]