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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac/nir: remove last remnants of v16i8
Dave Airlie
2017-06-28
3
-9
/
+3
*
ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffers
Alex Smith
2017-06-28
1
-29
/
+34
*
ac/nir: assert printfs will fit
James Legg
2017-06-28
1
-5
/
+12
*
ac/nir: Make intrinsic_name buffer long enough
James Legg
2017-06-28
1
-1
/
+1
*
ac/nir: convert emit helpers to ac_llvm_context
Nicolai Hähnle
2017-06-27
1
-117
/
+118
*
ac/nir: remove unused nir_to_llvm_context::has_ddxy
Nicolai Hähnle
2017-06-27
1
-2
/
+0
*
ac/nir: implement nir_op_f2b
Nicolai Hähnle
2017-06-27
1
-0
/
+12
*
ac/nir: implement nir_op_{b2i,i2b}
Nicolai Hähnle
2017-06-27
1
-0
/
+20
*
ac/nir: convert type helpers to ac_llvm_context
Nicolai Hähnle
2017-06-27
1
-95
/
+95
*
ac/llvm: fix type of second llvm.cttz.* parameter
Nicolai Hähnle
2017-06-27
1
-1
/
+1
*
ac/shader_info: fix a comment
Nicolai Hähnle
2017-06-27
1
-2
/
+6
*
ac: add ac_llvm_context::v8i32
Nicolai Hähnle
2017-06-27
2
-0
/
+2
*
ac: add ac_llvm_context::{i,f}32_{0,1}
Nicolai Hähnle
2017-06-27
2
-0
/
+10
*
ac: add ac_llvm_context::{i16, i64, f16, f64}
Nicolai Hähnle
2017-06-27
2
-0
/
+8
*
radv: use Mesa's u_atomic.h header
Eric Engestrom
2017-06-26
2
-4
/
+6
*
radv/meta: don't need vertex info for resolve shader.
Dave Airlie
2017-06-26
1
-18
/
+2
*
radv: Remove unused args of radv_image_view_init.
Bas Nieuwenhuizen
2017-06-26
11
-55
/
+23
*
radv: Use correct image layout for blit based copies.
Bas Nieuwenhuizen
2017-06-26
1
-10
/
+10
*
radv: handle primitive id input into fragment shader with no geom shader
Dave Airlie
2017-06-26
6
-13
/
+65
*
radv: compile fragment shader first.
Dave Airlie
2017-06-26
1
-27
/
+27
*
radv: set prim_id for geometry shaders
Dave Airlie
2017-06-26
3
-2
/
+9
*
radv: set use_prim_id for tess shaders correctly.
Dave Airlie
2017-06-26
1
-3
/
+5
*
radeonsi/gfx9: fix TC-compatible stencil compression
Marek Olšák
2017-06-19
1
-2
/
+2
*
ac/sid.h: don't use parentheses in PKT3_RELEASE_MEM definition
Marek Olšák
2017-06-19
1
-1
/
+1
*
ac: parse EVENT_WRITE_EOP, RELEASE_MEM, WAIT_REG_MEM, NOWHERE
Marek Olšák
2017-06-19
2
-0
/
+47
*
amd/common: fix off-by-one in sid_tables.py
Nicolai Hähnle
2017-06-19
1
-1
/
+1
*
android: ac: add missing libdrm_amdgpu shared dependency
Mauro Rossi
2017-06-17
1
-0
/
+3
*
ac: resolve conflicts introduced with "ac: remove amdgpu.h dependency"
Emil Velikov
2017-06-17
1
-1
/
+3
*
Revert "amd/common: add missing libdrm include path"
Emil Velikov
2017-06-16
1
-1
/
+0
*
ac: remove amdgpu.h dependency
Emil Velikov
2017-06-16
2
-2
/
+6
*
ac/gpu: drop duplicated code line.
Dave Airlie
2017-06-13
1
-1
/
+0
*
radv: move assert down in radv_bind_descriptor_set
Dave Airlie
2017-06-13
1
-2
/
+2
*
radv: return correct error on invalid handle from vkAllocateMemory
Dave Airlie
2017-06-13
1
-2
/
+3
*
radv: fix trace dumping for !use_ib_bos
Grazvydas Ignotas
2017-06-11
1
-3
/
+11
*
radv: don't even attempt to prefetch on SI
Grazvydas Ignotas
2017-06-11
1
-7
/
+16
*
radv: assert on CP_DMA_USE_L2 for SI
Grazvydas Ignotas
2017-06-11
1
-0
/
+1
*
radv: set fmask state to all 0s when no fmask. (v2)
Dave Airlie
2017-06-09
1
-1
/
+2
*
radv: introduce perf test env var and allow to enable chaining
Dave Airlie
2017-06-09
7
-4
/
+20
*
ac/nir: remove another unused variable
Grazvydas Ignotas
2017-06-08
1
-1
/
+0
*
radv/meta: remove an unused variable
Grazvydas Ignotas
2017-06-08
1
-1
/
+0
*
ac/nir: convert several ifs to a switch
Grazvydas Ignotas
2017-06-08
1
-9
/
+11
*
ac/nir: mark some arguments const
Grazvydas Ignotas
2017-06-08
1
-30
/
+31
*
ac/nir: move gpr counting inside argument handling.
Dave Airlie
2017-06-07
1
-10
/
+12
*
ac/nir: assign argument param pointers in one place.
Dave Airlie
2017-06-07
1
-187
/
+152
*
ac/nir: consolidate setting userdata location
Dave Airlie
2017-06-07
1
-28
/
+17
*
radv: move chip_class extraction down further.
Dave Airlie
2017-06-07
1
-1
/
+2
*
radv: move lots of index related things into the bind.
Dave Airlie
2017-06-07
2
-19
/
+14
*
radv: move calculating the vertex sgpr to the pipeline.
Dave Airlie
2017-06-07
3
-41
/
+34
*
radv: rename and make global some functions.
Dave Airlie
2017-06-07
2
-12
/
+17
*
tree-wide: remove trailing backslash
Eric Engestrom
2017-06-07
1
-1
/
+1
[next]