index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: disable the auto-waitcnt-before-barrier LLVM option
Samuel Pitoiset
2018-08-15
2
-1
/
+3
*
ac: add radeon_info::name
Marek Olšák
2018-08-14
2
-1
/
+6
*
radeonsi: implement EXT_window_rectangles
Marek Olšák
2018-08-14
1
-0
/
+16
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
1
-1
/
+1
*
amd: remove support for LLVM 5.0
Marek Olšák
2018-08-03
2
-108
/
+25
*
ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2)
Marek Olšák
2018-08-01
2
-4
/
+25
*
python: Use the unicode_escape codec
Mathieu Bridon
2018-08-01
1
-1
/
+1
*
ac/surface: fix MSAA corruption on Vega due to FMASK tile swizzle
Marek Olšák
2018-07-31
1
-1
/
+1
*
radeonsi: use storage_samples instead of color_samples in most places
Marek Olšák
2018-07-31
2
-4
/
+4
*
ac: pass write param to get_sampler_desc() from get_image_descriptor()
Timothy Arceri
2018-07-28
1
-1
/
+1
*
ac: fix typo DSL_SEL -> DST_SEL
Marek Olšák
2018-07-26
1
-2
/
+2
*
nir: rename f2f16_undef to f2f16
Karol Herbst
2018-07-24
1
-1
/
+1
*
radeonsi: Add debug option to enable LLVM GlobalISel (v2)
Tom Stellard
2018-07-23
3
-2
/
+18
*
ac: add support for 16bit load_push_constant
Daniel Schürmann
2018-07-23
1
-0
/
+20
*
radv: add support for 16bit input/output
Daniel Schürmann
2018-07-23
1
-1
/
+7
*
ac: add support for 16bit buffer loads
Daniel Schürmann
2018-07-23
1
-40
/
+55
*
ac: add support for 16bit UBO loads
Daniel Schürmann
2018-07-23
3
-3
/
+51
*
ac: add support for 16bit ssbo stores
Daniel Schürmann
2018-07-23
1
-60
/
+84
*
ac: add 16bit conversion operations
Daniel Schürmann
2018-07-23
2
-9
/
+31
*
ac/nir: add a workaround for bitfield_extract when count is 0
Samuel Pitoiset
2018-07-19
1
-3
/
+17
*
ac: run LLVM optimization passes only on the final function after inlining
Marek Olšák
2018-07-19
3
-0
/
+14
*
radeonsi: add support for Vega20
Marek Olšák
2018-07-12
4
-1
/
+9
*
python: Use the print function
Mathieu Bridon
2018-07-06
1
-19
/
+20
*
python: Stabilize some script outputs
Mathieu Bridon
2018-07-05
1
-1
/
+1
*
ac: fold LLVMContext creation into ac_llvm_context_init
Marek Olšák
2018-07-04
2
-4
/
+4
*
ac: add reusable helpers for direct LLVM compilation
Marek Olšák
2018-07-04
3
-4
/
+76
*
ac: make some fns static
Dave Airlie
2018-07-04
2
-13
/
+6
*
ac/radv: move llvm compiler info to struct and init in one place
Dave Airlie
2018-07-04
2
-4
/
+8
*
ac/radeonsi: port compiler init/destroy out of radeonsi.
Dave Airlie
2018-07-04
2
-0
/
+49
*
radv/radeonsi: add a check ir tm options
Dave Airlie
2018-07-04
1
-0
/
+1
*
radeonsi: rename si_compiler -> ac_llvm_compiler
Dave Airlie
2018-07-04
1
-0
/
+7
*
ac: add target library info helpers
Dave Airlie
2018-07-04
2
-0
/
+15
*
radv: port to use common passmgr code.
Dave Airlie
2018-07-04
1
-2
/
+3
*
ac/radeonsi: refactor out pass manager init to common code.
Dave Airlie
2018-07-04
2
-0
/
+32
*
ac/radv: split the non-common init_once code from the common target code. (v2)
Dave Airlie
2018-07-04
2
-2
/
+7
*
ac: move all LLVM module initialization into ac_create_module
Marek Olšák
2018-07-02
2
-0
/
+11
*
ac: set +auto-waitcnt-before-barrier when needed
Marek Olšák
2018-06-28
1
-2
/
+4
*
radeonsi: move CMASK size computation into ac_surface
Marek Olšák
2018-06-25
2
-0
/
+66
*
ac/surface: move cmask_size/alignment into radeon_surf
Marek Olšák
2018-06-25
2
-11
/
+11
*
ac/nir: Remove deref chain support.
Bas Nieuwenhuizen
2018-06-22
1
-354
/
+50
*
ac/nir: Add deref interp support.
Bas Nieuwenhuizen
2018-06-22
1
-6
/
+27
*
ac/nir: Add shared atomic deref instr support.
Bas Nieuwenhuizen
2018-06-22
1
-1
/
+25
*
ac/nir: Add deref based var loads/stores.
Bas Nieuwenhuizen
2018-06-22
1
-47
/
+160
*
ac/nir: Add deref support to image intrinsics.
Bas Nieuwenhuizen
2018-06-22
1
-34
/
+98
*
ac/nir: Implement derefs for integer gather4 lowering.
Bas Nieuwenhuizen
2018-06-22
1
-3
/
+22
*
ac/nir: Support deref instructions in tex instructions.
Bas Nieuwenhuizen
2018-06-22
1
-8
/
+31
*
ac/nir: Support deref instructions in get_sampler_desc.
Bas Nieuwenhuizen
2018-06-22
1
-15
/
+43
*
ac/nir: Implement the deref instr for shared memory.
Bas Nieuwenhuizen
2018-06-22
1
-0
/
+31
*
ac/surface: disallow rotated micro tile mode
Marek Olšák
2018-06-21
1
-2
/
+19
*
ac/gpu_info: add radeon_info::num_tcc_blocks
Marek Olšák
2018-06-19
2
-0
/
+11
[next]