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
/
gallium
/
drivers
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: add the kernel version into the renderer string
Marek Olšák
2016-05-26
1
-3
/
+9
*
gallium/radeon: small cleanups in r600_texture_transfer_map
Marek Olšák
2016-05-19
1
-13
/
+9
*
gallium/radeon: handle VRAM_GTT placements as having slow CPU reads
Marek Olšák
2016-05-19
2
-2
/
+2
*
gallium/radeon: ignore PIPE_TRANSFER_MAP_DIRECTLY
Marek Olšák
2016-05-19
1
-5
/
+1
*
radeon: Change AA sample locations for EG+
Axel Davy
2016-05-18
1
-34
/
+34
*
gallium/radeon: add radeon_emitted to check for non-trivial IBs
Nicolai Hähnle
2016-05-17
4
-8
/
+11
*
gallium/radeon: use radeon_emit
Nicolai Hähnle
2016-05-17
1
-3
/
+2
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
4
-7
/
+7
*
gallium/radeon: don't flush the GFX IB if DMA doesn't depend on it
Marek Olšák
2016-05-10
1
-2
/
+8
*
radeonsi: consolidate radeon_add_to_buffer_list calls for DMA
Marek Olšák
2016-05-10
1
-0
/
+14
*
gallium/radeon: add a heuristic for better (S)DMA performance
Marek Olšák
2016-05-10
2
-0
/
+16
*
gallium/radeon: flush if DMA IB memory usage is too high
Marek Olšák
2016-05-10
2
-5
/
+25
*
gallium/radeon: fix (S)DMA read-after-write hazards
Marek Olšák
2016-05-10
2
-0
/
+25
*
gallium/radeon: implement randomized SDMA texture copy testing (v2)
Marek Olšák
2016-05-10
4
-0
/
+413
*
gallium/radeon: discard CMASK or DCC if overwriting a whole texture by DMA
Marek Olšák
2016-05-10
1
-7
/
+39
*
gallium/radeon: use a common function for DMA blit preparation
Marek Olšák
2016-05-10
2
-0
/
+62
*
gallium/radeon: split out code for discarding DCC
Marek Olšák
2016-05-10
1
-6
/
+12
*
gallium/radeon: rename r600_texture_disable_cmask -> discard_cmask
Marek Olšák
2016-05-10
1
-2
/
+2
*
gallium/radeon: fix partial layered transfers of cube (array) textures
Marek Olšák
2016-05-10
1
-15
/
+6
*
gallium/radeon: use gart_page_size instead of hardcoded 4096
Marek Olšák
2016-05-10
2
-4
/
+9
*
winsys/amdgpu: move gart_page_size to struct radeon_winsys
Marek Olšák
2016-05-10
1
-0
/
+1
*
radeonsi: expose performance counters as 64 bit
Nicolai Hähnle
2016-05-09
1
-11
/
+11
*
gallium/radeon: clean left-shift undefined behavior
Nicolai Hähnle
2016-05-07
3
-61
/
+61
*
gallium/radeon: remove stencil_tile_split from metadata
Marek Olšák
2016-05-02
2
-3
/
+0
*
gallium/radeon: remove tile_mode_array_valid flags
Marek Olšák
2016-05-02
2
-4
/
+0
*
winsys/amdgpu: pass PIPE_CONFIG to addrlib on texture import
Marek Olšák
2016-05-02
1
-0
/
+1
*
winsys/amdgpu: read NUM_BANKS from buffer metadata
Marek Olšák
2016-05-02
1
-0
/
+1
*
gallium/radeon: add radeon_surf::macro_tile_index
Marek Olšák
2016-05-02
1
-0
/
+1
*
gallium/radeon: nuke the final pre LLVM 3.6 codepath
Emil Velikov
2016-05-01
1
-7
/
+1
*
gallium/radeon: fix crash in r600_set_streamout_targets
Nicolai Hähnle
2016-04-29
1
-6
/
+7
*
gallium/radeon: add the size only once in r600_context_add_resource_size
Marek Olšák
2016-04-28
1
-5
/
+3
*
gallium/radeon: drop support for LINEAR_GENERAL layout
Marek Olšák
2016-04-28
1
-1
/
+0
*
radeonsi: rework clear_buffer flags
Marek Olšák
2016-04-28
4
-10
/
+17
*
winsys/radeon: remove use_reusable_pool parameter from buffer_create
Nicolai Hähnle
2016-04-27
3
-3
/
+1
*
gallium/radeon: remove use_reusable_pool parameter from r600_init_resource
Nicolai Hähnle
2016-04-27
3
-7
/
+5
*
radeon/video: always use the reusable buffer pool
Nicolai Hähnle
2016-04-27
2
-3
/
+3
*
r600g: use do_endian_swap in color swapping functions
Oded Gabbay
2016-04-26
1
-7
/
+13
*
r600g/radeonsi: send endian info to format translation functions
Oded Gabbay
2016-04-26
2
-3
/
+3
*
radeon: handle query buffer allocation and mapping failures
Nicolai Hähnle
2016-04-21
2
-9
/
+33
*
radeon: wire end_query return value to sw/hw_end
Nicolai Hähnle
2016-04-21
2
-7
/
+10
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
1
-1
/
+2
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
2
-12
/
+12
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-7
/
+7
*
gallium/radeon: Silence possibly uninitialized variable warning.
Bas Nieuwenhuizen
2016-04-21
1
-1
/
+1
*
radeonsi: enable TGSI support cap for compute shaders
Bas Nieuwenhuizen
2016-04-19
1
-5
/
+16
*
radeonsi: add shared memory
Bas Nieuwenhuizen
2016-04-19
2
-0
/
+7
*
radeonsi: Create CE IB.
Bas Nieuwenhuizen
2016-04-19
2
-0
/
+2
*
winsys/amdgpu: Add support for const IB.
Marek Olšák
2016-04-19
1
-0
/
+30
*
gallium/radeon: move ring_type into winsyses
Marek Olšák
2016-04-19
1
-1
/
+0
*
gallium/radeon: use enums in r600_query.h
Marek Olšák
2016-04-18
1
-20
/
+23
[next]