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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nvc0: add support for TGSI FMA ops
Ilia Mirkin
2016-03-10
2
-1
/
+7
*
radeonsi: update compressed_colortex_masks when a cmask is created or disabled
Nicolai Hähnle
2016-03-10
3
-2
/
+51
*
radeonsi: move si_decompress_textures to si_blit.c
Nicolai Hähnle
2016-03-10
3
-23
/
+23
*
r600g: update compressed_colortex_masks when a cmask is created or disabled
Nicolai Hähnle
2016-03-10
1
-0
/
+30
*
gallium/radeon: notify all contexts when cmasks are enabled/disabled
Nicolai Hähnle
2016-03-10
2
-0
/
+10
*
gallium/swr: remove use of BYTE from swr driver
Tim Rowley
2016-03-10
4
-14
/
+14
*
nvc0: expose SM35 perf counters to AMD_performance_monitor
Samuel Pitoiset
2016-03-10
1
-2
/
+2
*
nvc0: add driver metrics for SM35 (GK110)
Samuel Pitoiset
2016-03-10
1
-1
/
+20
*
nvc0: add MP performance counters for SM35 (GK110)
Samuel Pitoiset
2016-03-10
3
-17
/
+204
*
nvc0: explode config of Kepler hardware SM events
Samuel Pitoiset
2016-03-10
1
-78
/
+477
*
nvc0: rework the driver metrics infrastructure
Samuel Pitoiset
2016-03-10
3
-157
/
+172
*
nvc0: rework the MP counters infrastructure
Samuel Pitoiset
2016-03-10
4
-268
/
+243
*
nouveau: Fix clang reserved-user-defined-literal error.
Vinson Lee
2016-03-09
1
-1
/
+1
*
gallium/radeon: use explicit drm_major, drm_minor check
Emil Velikov
2016-03-09
1
-1
/
+2
*
gallium: do not wrap header inclusion in
Emil Velikov
2016-03-09
9
-19
/
+28
*
winsys/amdgpu/addrlib: do not wrap header inclusion in extern "C"
Emil Velikov
2016-03-09
1
-2
/
+2
*
gallivm: special case TGSI_OPCODE_STORE
Nicolai Hähnle
2016-03-09
1
-1
/
+1
*
tgsi: set correct output mode for RESQ
Nicolai Hähnle
2016-03-09
1
-1
/
+1
*
gallium: add CAPs returning PCI device location
Marek Olšák
2016-03-09
16
-0
/
+76
*
winsys/amdgpu: get PCI info
Marek Olšák
2016-03-09
2
-2
/
+21
*
radeonsi: set amdgpu metadata before exporting a texture
Marek Olšák
2016-03-09
6
-2
/
+78
*
radeonsi: extract the texture descriptor computation into its own function
Nicolai Hähnle
2016-03-09
1
-164
/
+186
*
radeonsi: extract the buffer descriptor computation into its own function
Nicolai Hähnle
2016-03-09
1
-25
/
+48
*
radeonsi: remove resource field from si_sampler_view
Nicolai Hähnle
2016-03-09
3
-4
/
+2
*
radeonsi: accept pipe_resource in si_sampler_view_add_buffer
Marek Olšák
2016-03-09
1
-11
/
+12
*
radeonsi: disable DCC on handle export if expecting write access
Marek Olšák
2016-03-09
3
-0
/
+48
*
radeonsi: add DCC decompression (v2)
Bas Nieuwenhuizen
2016-03-09
4
-9
/
+23
*
radeonsi: allocate DCC in the same backing buffer as the texture
Marek Olšák
2016-03-09
8
-57
/
+38
*
gallium/radeon: disable CMASK on handle export if sharing doesn't allow it (v2)
Marek Olšák
2016-03-09
4
-2
/
+61
*
gallium/radeon: eliminate fast color clear before sharing
Marek Olšák
2016-03-09
2
-1
/
+17
*
gallium/radeon: don't use fast color clear if sharing doesn't allow it
Marek Olšák
2016-03-09
1
-0
/
+8
*
gallium/radeon: disallow handle export for MSAA & depth textures
Marek Olšák
2016-03-09
1
-0
/
+7
*
gallium/radeon: remember that texture_from_handle was called and its flags
Marek Olšák
2016-03-09
1
-2
/
+9
*
gallium/radeon: check that handle usage doesn't change for a resource
Marek Olšák
2016-03-09
2
-0
/
+4
*
gallium/radeon: disallow reallocation of shared buffers
Marek Olšák
2016-03-09
1
-0
/
+4
*
gallium/radeon: if we can't discard a whole resource, discard the range instead
Marek Olšák
2016-03-09
1
-5
/
+9
*
gallium/radeon: buffer valid range tracking only works with unshared buffers
Marek Olšák
2016-03-09
1
-0
/
+1
*
gallium/radeon: don't set texture metadata for buffers
Marek Olšák
2016-03-09
1
-2
/
+5
*
gallium/radeon: set texture metadata only once
Marek Olšák
2016-03-09
3
-2
/
+9
*
gallium/radeon: clean up r600_texture_get_handle
Marek Olšák
2016-03-09
1
-7
/
+7
*
gallium/radeon: move code initializing texture metadata to its own function
Marek Olšák
2016-03-09
1
-15
/
+23
*
winsys/amdgpu: allow drivers to set/get opaque metadata
Marek Olšák
2016-03-09
2
-0
/
+15
*
gallium/radeon: rename winsys buffer_get/set_tiling to buffer_get/set_metadata
Marek Olšák
2016-03-09
5
-20
/
+20
*
gallium/radeon: remove rcs parameter from radeon_winsys::buffer_set_tiling
Marek Olšák
2016-03-09
5
-13
/
+2
*
gallium/radeon: use a structure for passing tiling flags from/to winsys
Marek Olšák
2016-03-09
5
-142
/
+109
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
30
-54
/
+123
*
radeon/uvd: increase max height to 4096 for VI and newer
Tamil velan
2016-03-08
1
-1
/
+1
*
winsys/amdgpu: enlarge buffer_indices_hashlist
Bas Nieuwenhuizen
2016-03-09
1
-1
/
+1
*
nvc0: add a new validation path for compute
Samuel Pitoiset
2016-03-09
2
-48
/
+39
*
nvc0: rework the validation path for 3D
Samuel Pitoiset
2016-03-09
4
-16
/
+36
[prev]
[next]