index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-31
radeonsi: add enable_sisched driconf option
driconf
Nicolai Hähnle
2
-0
/
+7
2017-07-31
radeonsi: prepare for driver-specific driconf options
Nicolai Hähnle
9
-1
/
+58
2017-07-31
pipe-loader: move configuration_query into drm_helper
Nicolai Hähnle
3
-37
/
+43
2017-07-31
st/dri: implement v2 of DRI_ConfigOptions
Nicolai Hähnle
4
-2
/
+55
2017-07-31
pipe-loader: extract a standalone get_driver_descriptor helper function
Nicolai Hähnle
1
-19
/
+30
2017-07-31
pipe-loader: pass only the driver_name to pipe_loader_find_module
Nicolai Hähnle
2
-5
/
+5
2017-07-31
gallium: add driconf options to pipe_screen_config
Nicolai Hähnle
2
-0
/
+5
2017-07-31
gallium: move loading of drirc to pipe-loader
Nicolai Hähnle
10
-59
/
+77
2017-07-31
gallium: move driinfo XML to pipe_loader
Nicolai Hähnle
6
-40
/
+46
2017-07-31
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
37
-88
/
+118
2017-07-31
st/drm: add DRM_CONF_XML_OPTIONS
Nicolai Hähnle
1
-0
/
+2
2017-07-31
xmlconfig: move into src/util
Nicolai Hähnle
5
-6
/
+5
2017-07-31
radeonsi: ensure that temp array allocas are in the entry block
Nicolai Hähnle
1
-1
/
+1
2017-07-31
radeonsi: enable R600_DEBUG=nir for vertex and fragment shaders
Nicolai Hähnle
3
-1
/
+8
2017-07-31
radeonsi: VS as ES/LS are not yet supported with R600_DEBUG=nir
Nicolai Hähnle
1
-0
/
+2
2017-07-31
radeonsi/nir: lower uniforms to UBO loads
Nicolai Hähnle
1
-0
/
+10
2017-07-31
radeonsi/nir: lower txp instructions
Nicolai Hähnle
1
-0
/
+5
2017-07-31
ac/nir,radeonsi: add and use ac_shader_abi::frag_pos
Nicolai Hähnle
1
-4
/
+8
2017-07-31
ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}
Nicolai Hähnle
1
-2
/
+4
2017-07-31
radeonsi: tweak next-shader assumptions when streamout is used
Nicolai Hähnle
1
-5
/
+11
2017-07-31
radeonsi: use new function ac_build_umin for edgeflag clamping
Nicolai Hähnle
1
-1
/
+1
2017-07-31
ac/nir,radeonsi: add ac_shader_abi::front_face
Nicolai Hähnle
1
-4
/
+12
2017-07-31
radeonsi: implement and use ac_shader_abi::load_ssbo
Nicolai Hähnle
2
-11
/
+20
2017-07-31
radeonsi: make get_indirect_index globally visible
Nicolai Hähnle
2
-10
/
+13
2017-07-31
radeonsi/nir: perform radeonsi-specific lowering and optimization passes
Nicolai Hähnle
1
-0
/
+41
2017-07-31
radeonsi/nir: perform lowering of input/output driver locations
Nicolai Hähnle
3
-0
/
+29
2017-07-31
radeonsi/nir: add image descriptor loading
Nicolai Hähnle
3
-8
/
+32
2017-07-31
ac/nir: add image and write parameter to ac_shader_abi::load_sampler_desc
Nicolai Hähnle
1
-1
/
+2
2017-07-31
radeonsi/nir: set si_shader_context::num_{sampler,images}
Nicolai Hähnle
1
-0
/
+5
2017-07-31
radeonsi/nir: implement ac_shader_abi::load_sampler_desc
Nicolai Hähnle
3
-20
/
+49
2017-07-31
ac/nir,radeonsi: add ac_shader_abi::chip_class
Nicolai Hähnle
1
-0
/
+2
2017-07-31
radeonsi/nir: emit FS outputs
Nicolai Hähnle
1
-10
/
+14
2017-07-31
radeonsi/nir: load FS inputs
Nicolai Hähnle
3
-11
/
+52
2017-07-31
radeonsi/nir: load VS inputs
Nicolai Hähnle
3
-2
/
+40
2017-07-31
ac/nir,radeonsi: add ac_shader_abi::load_ubo
Nicolai Hähnle
1
-0
/
+14
2017-07-31
ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders
Nicolai Hähnle
2
-11
/
+33
2017-07-31
radeonsi: pass si_shader_context to get_primitive_id
Nicolai Hähnle
1
-6
/
+5
2017-07-31
radeonsi: translate NIR to LLVM
Nicolai Hähnle
3
-3
/
+21
2017-07-31
radeonsi: dump NIR instead of TGSI when appropriate
Nicolai Hähnle
1
-1
/
+5
2017-07-31
radeonsi: bypass the shader cache for NIR shaders
Nicolai Hähnle
1
-2
/
+3
2017-07-31
radeonsi: scan NIR shaders to obtain required info
Nicolai Hähnle
5
-6
/
+335
2017-07-31
radeonsi: add si_shader_selector::nir
Nicolai Hähnle
1
-0
/
+3
2017-07-31
radeonsi: implement pipe_screen::get_compiler_options for NIR
Nicolai Hähnle
1
-0
/
+33
2017-07-31
radeonsi: add nir include paths
Nicolai Hähnle
1
-0
/
+1
2017-07-31
ac,radeonsi: move some VS input descriptions to ac_shader_abi
Nicolai Hähnle
2
-31
/
+37
2017-07-31
radeonsi: store shader function arguments in a structure
Nicolai Hähnle
1
-300
/
+322
2017-07-31
gallium/targets: link against NIR when building radeonsi
Nicolai Hähnle
6
-0
/
+8
2017-07-31
st/glsl_to_nir: move nir_lower_io to drivers
Nicolai Hähnle
2
-0
/
+9
2017-07-31
st/mesa: get rid of st_glsl_types
Nicolai Hähnle
4
-10
/
+26
2017-07-31
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
17
-0
/
+18
[next]