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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-31
ac/nir: add support for arrays-of-arrays to get_sampler_desc
Nicolai Hähnle
1
-5
/
+20
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: pass ac_nir_context to tex_fetch_ptrs and related functions
Nicolai Hähnle
1
-75
/
+83
2017-07-31
ac/nir: add and use ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2
-48
/
+84
2017-07-31
ac/nir: pass ac_nir_context to visit_tex and various related functions
Nicolai Hähnle
1
-117
/
+118
2017-07-31
ac/nir,radeonsi: add ac_shader_abi::chip_class
Nicolai Hähnle
3
-0
/
+5
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
3
-0
/
+19
2017-07-31
ac/nir: pass ac_nir_context to visit_load_ubo_buffer
Nicolai Hähnle
1
-8
/
+8
2017-07-31
ac/nir: pass ac_nir_context to visit_{load,store}_var and get_deref_offset he...
Nicolai Hähnle
1
-75
/
+75
2017-07-31
ac/nir: pass ac_llvm_context to some helper functions
Nicolai Hähnle
1
-20
/
+20
2017-07-31
ac/nir: pass ac_nir_context to visit_intrinsic
Nicolai Hähnle
1
-52
/
+52
2017-07-31
ac/nir: add ac_nir_context::main_function
Nicolai Hähnle
1
-0
/
+3
2017-07-31
ac/nir: split scanning outputs from setting up output allocas
Nicolai Hähnle
1
-8
/
+43
2017-07-31
ac/nir: pass ac_llvm_context to *build_alloca* helpers
Nicolai Hähnle
1
-9
/
+9
2017-07-31
ac/nir: use ac_shader_abi::emit_outputs
Nicolai Hähnle
1
-2
/
+14
2017-07-31
ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders
Nicolai Hähnle
3
-11
/
+37
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
4
-4
/
+22
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
ac/nir: add ac_shader_abi::inputs
Nicolai Hähnle
2
-0
/
+9
2017-07-31
ac/nir: begin splitting off ac_nir_context
Nicolai Hähnle
2
-234
/
+290
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/nir: start using ac_shader_abi
Nicolai Hähnle
1
-20
/
+18
2017-07-31
ac,radeonsi: move some VS input descriptions to ac_shader_abi
Nicolai Hähnle
3
-31
/
+77
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
3
-2
/
+10
2017-07-31
st/mesa: get rid of st_glsl_types
Nicolai Hähnle
10
-173
/
+42
2017-07-31
st/glsl_to_nir: use nir_lower_samplers_as_deref when requested by the driver
Nicolai Hähnle
1
-1
/
+6
2017-07-31
st/glsl_to_nir: fix the case where NIR clone testing is enabled
Nicolai Hähnle
1
-1
/
+2
2017-07-31
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
17
-0
/
+18
2017-07-31
nir: add nir_lower_uniforms_to_ubo pass
Nicolai Hähnle
3
-0
/
+99
2017-07-31
nir: add nir_lower_samplers_as_deref pass
Nicolai Hähnle
5
-0
/
+255
2017-07-31
nir: add load_frag_coord system value intrinsic
Nicolai Hähnle
3
-0
/
+6
2017-07-31
nir: fix nir_lower_wpos_ytransform when gl_FragCoord is a system value
Nicolai Hähnle
1
-2
/
+4
2017-07-31
nir: add nir_instr_rewrite_deref
Nicolai Hähnle
2
-0
/
+15
2017-07-31
mesa: add KHR_no_error support to glPointSize()
Samuel Pitoiset
3
-1
/
+12
2017-07-31
mesa: add point_size() helper
Samuel Pitoiset
1
-8
/
+15
2017-07-31
mesa: add KHR_no_error support to glVertexArrayElementBuffer()
Samuel Pitoiset
3
-1
/
+12
2017-07-31
mesa: add vertex_array_element_buffer() helper
Samuel Pitoiset
1
-21
/
+38
2017-07-31
mesa: add KHR_no_error support to glTextureSubImage*D()
Samuel Pitoiset
3
-3
/
+71
2017-07-31
mesa: add texturesubimage_error() helper
Samuel Pitoiset
1
-30
/
+45
[prev]
[next]