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: pass ac_nir_context to emit_ddxy
Nicolai Hähnle
2017-07-31
1
-15
/
+14
*
ac/nir: pass ac_nir_context to SSBO intrinsic handlers
Nicolai Hähnle
2017-07-31
1
-55
/
+59
*
ac/nir: load buffer descriptors via ac_shader_abi::load_ssbo
Nicolai Hähnle
2017-07-31
2
-8
/
+30
*
ac/nir: pass ac_nir_context to emit_discard_if
Nicolai Hähnle
2017-07-31
1
-8
/
+8
*
ac/nir: extract shader_info->fs.can_discard from NIR shader info
Nicolai Hähnle
2017-07-31
1
-2
/
+2
*
ac/nir: handle old-style shadow tex instructions correctly
Nicolai Hähnle
2017-07-31
1
-1
/
+3
*
ac/nir: whitespace fixes
Nicolai Hähnle
2017-07-31
1
-1
/
+1
*
ac/nir: use shader_info pass to determine whether instance_id is used
Nicolai Hähnle
2017-07-31
3
-2
/
+9
*
ac/nir: move setting shader_info->fs.writes_memory to radv-specific code
Nicolai Hähnle
2017-07-31
1
-6
/
+3
*
ac/nir: add image and write parameter to ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2017-07-31
2
-19
/
+28
*
ac/nir: add support for arrays-of-arrays to get_sampler_desc
Nicolai Hähnle
2017-07-31
1
-5
/
+20
*
ac/nir: pass ac_nir_context to tex_fetch_ptrs and related functions
Nicolai Hähnle
2017-07-31
1
-75
/
+83
*
ac/nir: add and use ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2017-07-31
2
-48
/
+84
*
ac/nir: pass ac_nir_context to visit_tex and various related functions
Nicolai Hähnle
2017-07-31
1
-117
/
+118
*
ac/nir,radeonsi: add ac_shader_abi::chip_class
Nicolai Hähnle
2017-07-31
2
-0
/
+3
*
ac/nir,radeonsi: add ac_shader_abi::load_ubo
Nicolai Hähnle
2017-07-31
2
-0
/
+5
*
ac/nir: pass ac_nir_context to visit_load_ubo_buffer
Nicolai Hähnle
2017-07-31
1
-8
/
+8
*
ac/nir: pass ac_nir_context to visit_{load,store}_var and get_deref_offset he...
Nicolai Hähnle
2017-07-31
1
-75
/
+75
*
ac/nir: pass ac_llvm_context to some helper functions
Nicolai Hähnle
2017-07-31
1
-20
/
+20
*
ac/nir: pass ac_nir_context to visit_intrinsic
Nicolai Hähnle
2017-07-31
1
-52
/
+52
*
ac/nir: add ac_nir_context::main_function
Nicolai Hähnle
2017-07-31
1
-0
/
+3
*
ac/nir: split scanning outputs from setting up output allocas
Nicolai Hähnle
2017-07-31
1
-8
/
+43
*
ac/nir: pass ac_llvm_context to *build_alloca* helpers
Nicolai Hähnle
2017-07-31
1
-9
/
+9
*
ac/nir: use ac_shader_abi::emit_outputs
Nicolai Hähnle
2017-07-31
1
-2
/
+14
*
ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders
Nicolai Hähnle
2017-07-31
1
-0
/
+4
*
radeonsi: translate NIR to LLVM
Nicolai Hähnle
2017-07-31
1
-1
/
+1
*
ac/nir: add ac_shader_abi::inputs
Nicolai Hähnle
2017-07-31
2
-0
/
+9
*
ac/nir: begin splitting off ac_nir_context
Nicolai Hähnle
2017-07-31
2
-234
/
+290
*
ac/nir: start using ac_shader_abi
Nicolai Hähnle
2017-07-31
1
-20
/
+18
*
ac,radeonsi: move some VS input descriptions to ac_shader_abi
Nicolai Hähnle
2017-07-31
1
-0
/
+40
*
radv: for stencil only set Z tile mode index to same value
Dave Airlie
2017-07-28
1
-0
/
+2
*
radv/ac: port SI TC L1 write corruption fix.
Dave Airlie
2017-07-26
1
-3
/
+5
*
radv/winsys: fix padding command stream for SI
Dave Airlie
2017-07-26
1
-4
/
+6
*
radv/ac: realign SI workaround with radeonsi.
Dave Airlie
2017-07-26
1
-2
/
+3
*
ac/surface: fix hybrid graphics where APU=GFX9, dGPU=older
Marek Olšák
2017-07-26
1
-0
/
+12
*
radv: rename physical_device->uuid[] to cache_uuid[]
Andres Rodriguez
2017-07-26
3
-5
/
+5
*
radv: only report external semaphore info for opaque fd.
Dave Airlie
2017-07-25
1
-5
/
+10
*
radv: fix buffer views on SI/CIK.
Dave Airlie
2017-07-24
1
-0
/
+5
*
radv: enable sample shading
Dave Airlie
2017-07-24
2
-2
/
+4
*
radv: don't set dedicated bit for buffer external memory.
Dave Airlie
2017-07-24
1
-2
/
+1
*
radv: fix non-0 based layer clears.
Dave Airlie
2017-07-24
1
-4
/
+9
*
radv: check enabled device features.
Dave Airlie
2017-07-24
1
-0
/
+13
*
radv: for external memory imports close the fd on import success
Dave Airlie
2017-07-24
1
-1
/
+3
*
radv: Don't segfault when exporting an image which hasn't been bound yet.
Bas Nieuwenhuizen
2017-07-24
1
-1
/
+1
*
radv: Handle VK_ATTACHMENT_UNUSED in color attachments.
Bas Nieuwenhuizen
2017-07-24
6
-20
/
+45
*
radv: reset non-syncobj semaphore context after wait.
Dave Airlie
2017-07-22
1
-0
/
+2
*
radv: rebase radv_entrypoints_gen.py on anv_entrypoints_gen.py
Dylan Baker
2017-07-21
2
-275
/
+287
*
radv: Generate storage image descriptors unconditionally
Alex Smith
2017-07-22
1
-4
/
+1
*
radv: initial support for shared semaphores (v2)
Dave Airlie
2017-07-21
6
-71
/
+359
*
radv/winsys: add syncobj hooks
Dave Airlie
2017-07-21
2
-0
/
+44
[prev]
[next]