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
*
radv: Fix descriptors for cube images with VK_IMAGE_USAGE_STORAGE_BIT
Alex Smith
2017-07-13
3
-29
/
+74
*
radv: Fix possible invalid free of dynamic descriptors
Alex Smith
2017-07-13
1
-1
/
+0
*
radv/ac: drop setting xnack
Dave Airlie
2017-07-09
1
-2
/
+1
*
radv: add support for using addrlib max alignment.
Dave Airlie
2017-07-09
5
-4
/
+14
*
radv: Add compute htile clear for combined depth+stencil surfaces.
Bas Nieuwenhuizen
2017-07-08
1
-9
/
+7
*
ac/nir: Fix ordering of parameters for image atomic cmpswap intrinsics
Alex Smith
2017-07-07
1
-1
/
+1
*
radv: don't overallocate depth/stencil formats
Dave Airlie
2017-07-06
1
-1
/
+1
*
radv: enable sisched toggle in perftest flags.
Dave Airlie
2017-07-06
5
-2
/
+10
*
ac/llvm: set xnack like radeonsi does.
Dave Airlie
2017-07-06
1
-1
/
+3
*
ac/llvm: create features list using snprintf.
Dave Airlie
2017-07-06
1
-2
/
+5
*
ac/radv: change api to create target machine
Dave Airlie
2017-07-06
3
-7
/
+14
*
radv: add support for cmd predication.
Dave Airlie
2017-07-06
5
-30
/
+64
*
ac/nir: Move VS position exports before param exports.
Bas Nieuwenhuizen
2017-07-05
1
-55
/
+54
*
radv: Always set depthbuffer using image format instead of iview format.
Bas Nieuwenhuizen
2017-07-05
1
-2
/
+2
*
radv: Disable depth & stencil tests when the depthbuffer doesn't support it.
Bas Nieuwenhuizen
2017-07-05
6
-11
/
+36
*
radv: enable Int64 capability (v2)
Dave Airlie
2017-07-03
2
-1
/
+2
*
ac/nir: fix 64-bit shifts
Connor Abbott
2017-07-03
1
-3
/
+12
*
ac/nir: implement 64-bit packing and unpacking
Connor Abbott
2017-07-03
2
-0
/
+32
*
radv: Use v4i32 variant of llvm.SI.load.const.
Bas Nieuwenhuizen
2017-06-30
1
-3
/
+1
*
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
[next]