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
/
gallium
/
drivers
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: de-atomize L2 prefetch
Marek Olšák
2017-08-07
7
-9
/
+11
*
radeonsi: align all CE dumps to L2 cache line size
Marek Olšák
2017-08-07
1
-8
/
+17
*
radeonsi: remove a tautology sctx->framebuffer.nr_samples >= 1
Marek Olšák
2017-08-07
1
-2
/
+1
*
radeonsi: enable support for EXT_memory_object
Andres Rodriguez
2017-08-06
1
-1
/
+1
*
radeonsi: hook up device/driver UUID queries
Andres Rodriguez
2017-08-06
1
-0
/
+14
*
android: radeonsi: add nir include paths
Mauro Rossi
2017-08-04
1
-1
/
+2
*
radeonsi: set drirc compiler options before calling common screen init
Nicolai Hähnle
2017-08-04
1
-4
/
+10
*
radeonsi: Makefile.sources: include driinfo_radeonsi.h
Juan A. Suarez Romero
2017-08-04
1
-0
/
+1
*
radeonsi: program tile swizzle for color and FMASK surfaces for GFX & SDMA
Marek Olšák
2017-08-04
3
-3
/
+29
*
radeonsi: if FMASK is disabled, set CB_COLORi_FMASK = CB_COLORi_BASE properly
Marek Olšák
2017-08-04
1
-1
/
+5
*
android: radeonsi: prepare for driver-specific driconf options
Mauro Rossi
2017-08-03
1
-0
/
+17
*
gallium: introduce PIPE_CAP_MEMOBJ
Timothy Arceri
2017-08-03
1
-0
/
+1
*
radeonsi: add enable_sisched driconf option
Nicolai Hähnle
2017-08-02
2
-0
/
+7
*
radeonsi: prepare for driver-specific driconf options
Nicolai Hähnle
2017-08-02
3
-0
/
+18
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
2
-3
/
+3
*
radeonsi: enable ARB_transform_feedback_overflow_query
Nicolai Hähnle
2017-08-02
1
-1
/
+1
*
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
radeon/ac: use ds_swizzle for derivs on si/cik.
Dave Airlie
2017-08-02
1
-15
/
+1
*
radeonsi: print CE IBs into ddebug reports
Marek Olšák
2017-08-01
4
-6
/
+34
*
radeonsi: fix printing vertex buffer descriptors into ddebug reports
Marek Olšák
2017-08-01
2
-0
/
+8
*
radeonsi: don't flush sL1 conditionally in WAIT_ON_CE_COUNTER
Marek Olšák
2017-08-01
1
-3
/
+3
*
radeonsi: set up HTILE in descriptors only when level 0 is accessible
Marek Olšák
2017-08-01
1
-1
/
+1
*
radeonsi: fix various CLEAR_STATE issues
Marek Olšák
2017-08-01
1
-0
/
+22
*
radeonsi: ensure that temp array allocas are in the entry block
Nicolai Hähnle
2017-07-31
1
-1
/
+1
*
radeonsi: enable R600_DEBUG=nir for vertex and fragment shaders
Nicolai Hähnle
2017-07-31
1
-0
/
+6
*
radeonsi: VS as ES/LS are not yet supported with R600_DEBUG=nir
Nicolai Hähnle
2017-07-31
1
-0
/
+2
*
radeonsi/nir: lower uniforms to UBO loads
Nicolai Hähnle
2017-07-31
1
-0
/
+10
*
radeonsi/nir: lower txp instructions
Nicolai Hähnle
2017-07-31
1
-0
/
+5
*
ac/nir,radeonsi: add and use ac_shader_abi::frag_pos
Nicolai Hähnle
2017-07-31
1
-4
/
+8
*
ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}
Nicolai Hähnle
2017-07-31
1
-2
/
+4
*
radeonsi: tweak next-shader assumptions when streamout is used
Nicolai Hähnle
2017-07-31
1
-5
/
+11
*
radeonsi: use new function ac_build_umin for edgeflag clamping
Nicolai Hähnle
2017-07-31
1
-1
/
+1
*
ac/nir,radeonsi: add ac_shader_abi::front_face
Nicolai Hähnle
2017-07-31
1
-4
/
+12
*
radeonsi: implement and use ac_shader_abi::load_ssbo
Nicolai Hähnle
2017-07-31
2
-11
/
+20
*
radeonsi: make get_indirect_index globally visible
Nicolai Hähnle
2017-07-31
2
-10
/
+13
*
radeonsi/nir: perform radeonsi-specific lowering and optimization passes
Nicolai Hähnle
2017-07-31
1
-0
/
+41
*
radeonsi/nir: perform lowering of input/output driver locations
Nicolai Hähnle
2017-07-31
3
-0
/
+29
*
radeonsi/nir: add image descriptor loading
Nicolai Hähnle
2017-07-31
3
-8
/
+32
*
ac/nir: add image and write parameter to ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2017-07-31
1
-1
/
+2
*
radeonsi/nir: set si_shader_context::num_{sampler,images}
Nicolai Hähnle
2017-07-31
1
-0
/
+5
*
radeonsi/nir: implement ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2017-07-31
3
-20
/
+49
*
ac/nir,radeonsi: add ac_shader_abi::chip_class
Nicolai Hähnle
2017-07-31
1
-0
/
+2
*
radeonsi/nir: emit FS outputs
Nicolai Hähnle
2017-07-31
1
-10
/
+14
*
radeonsi/nir: load FS inputs
Nicolai Hähnle
2017-07-31
3
-11
/
+52
*
radeonsi/nir: load VS inputs
Nicolai Hähnle
2017-07-31
3
-2
/
+40
*
ac/nir,radeonsi: add ac_shader_abi::load_ubo
Nicolai Hähnle
2017-07-31
1
-0
/
+14
*
ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders
Nicolai Hähnle
2017-07-31
2
-11
/
+33
*
radeonsi: pass si_shader_context to get_primitive_id
Nicolai Hähnle
2017-07-31
1
-6
/
+5
*
radeonsi: translate NIR to LLVM
Nicolai Hähnle
2017-07-31
3
-3
/
+21
*
radeonsi: dump NIR instead of TGSI when appropriate
Nicolai Hähnle
2017-07-31
1
-1
/
+5
[next]