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-05
radeonsi: translate NIR to LLVM
Nicolai Hähnle
4
-4
/
+22
2017-07-05
radeonsi: dump NIR instead of TGSI when appropriate
Nicolai Hähnle
1
-1
/
+5
2017-07-05
radeonsi: bypass the shader cache for NIR shaders
Nicolai Hähnle
1
-2
/
+3
2017-07-05
radeonsi: scan NIR shaders to obtain required info
Nicolai Hähnle
5
-6
/
+335
2017-07-05
ac/nir: add ac_shader_abi::inputs
Nicolai Hähnle
2
-0
/
+9
2017-07-05
ac/nir: begin splitting off ac_nir_context
Nicolai Hähnle
2
-201
/
+254
2017-07-05
radeonsi: add si_shader_selector::nir
Nicolai Hähnle
1
-0
/
+3
2017-07-05
radeonsi: implement pipe_screen::get_compiler_options for NIR
Nicolai Hähnle
1
-0
/
+33
2017-07-05
radeonsi: add nir include paths
Nicolai Hähnle
1
-0
/
+1
2017-07-05
ac/nir: start using ac_shader_abi
Nicolai Hähnle
1
-20
/
+18
2017-07-05
ac,radeonsi: move some VS input descriptions to ac_shader_abi
Nicolai Hähnle
3
-31
/
+77
2017-07-05
radeonsi: store shader function arguments in a structure
Nicolai Hähnle
1
-298
/
+320
2017-07-05
gallium/targets: link against NIR when building radeonsi
Nicolai Hähnle
6
-0
/
+8
2017-07-05
st/glsl_to_nir: move nir_lower_io to drivers
Nicolai Hähnle
3
-2
/
+10
2017-07-05
st/mesa: get rid of st_glsl_types
Nicolai Hähnle
10
-173
/
+42
2017-07-05
st/glsl_to_nir: use nir_lower_samplers_as_deref when requested by the driver
Nicolai Hähnle
1
-1
/
+6
2017-07-05
st/glsl_to_nir: fix the case where NIR clone testing is enabled
Nicolai Hähnle
1
-1
/
+2
2017-07-05
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
17
-0
/
+18
2017-07-05
nir: add nir_lower_uniforms_to_ubo pass
Nicolai Hähnle
3
-0
/
+99
2017-07-05
nir: add nir_lower_samplers_as_deref pass
Nicolai Hähnle
5
-0
/
+255
2017-07-05
nir: add load_frag_coord system value intrinsic
Nicolai Hähnle
3
-0
/
+6
2017-07-05
nir: fix nir_lower_wpos_ytransform when gl_FragCoord is a system value
Nicolai Hähnle
1
-2
/
+4
2017-07-05
nir: add nir_instr_rewrite_deref
Nicolai Hähnle
2
-0
/
+15
2017-07-05
st/glsl_to_nir: fix edgeflag passthrough
Nicolai Hähnle
2
-1
/
+6
2017-07-05
st/mesa: use pipe_shader_type_from_mesa
Nicolai Hähnle
1
-21
/
+2
2017-07-05
tgsi_from_mesa: add tgsi_get_gl_frag_result_semantic
Nicolai Hähnle
2
-0
/
+40
2017-07-05
tgsi_from_mesa: add pipe_shader_type_from_mesa
Nicolai Hähnle
1
-0
/
+23
2017-07-05
tgsi,st/mesa: move varying slot to semantic mapping into a helper for VS
Nicolai Hähnle
5
-99
/
+203
2017-07-05
ddebug: handle some cases of non-TGSI shaders
Nicolai Hähnle
3
-6
/
+28
2017-07-05
glsl_to_nir: zero-initialize var->data.descriptor_set
Nicolai Hähnle
1
-0
/
+1
2017-07-05
glsl: add glsl_base_type_is_integer
Nicolai Hähnle
1
-0
/
+11
2017-07-05
nir: add NIR_PRINT environment variable
Nicolai Hähnle
1
-0
/
+19
2017-07-05
glsl/blob: add valgrind checks that written data is defined
Nicolai Hähnle
2
-0
/
+13
2017-07-05
glsl: explicitly zero out padding to gl_shader_variable bitfield
Nicolai Hähnle
1
-1
/
+4
2017-07-05
glsl: simplify add_uniform_to_shader::visit_field
Nicolai Hähnle
1
-6
/
+5
2017-07-05
glsl: look for multiple variables simultaneously with find_assignment_visitor
Nicolai Hähnle
1
-41
/
+81
2017-07-05
gallium/radeon: fix VDPAU breakage, need VRAM with WC
Marek Olšák
1
-1
/
+2
2017-07-04
a5xx: enable polygon offset clamps
Ilia Mirkin
1
-1
/
+3
2017-07-04
a5xx: implement logicop support
Ilia Mirkin
3
-7
/
+13
2017-07-04
a5xx: enable polygon mode selection
Ilia Mirkin
4
-7
/
+24
2017-07-04
a5xx: disable ARB_depth_clamp for now
Ilia Mirkin
1
-1
/
+3
2017-07-04
a5xx: fix clip_halfz support
Ilia Mirkin
3
-4
/
+7
2017-07-04
a5xx: improve 3d texture sampling
Ilia Mirkin
1
-3
/
+0
2017-07-04
a5xx: remove one of the MIPFILTER_LINEAR bits
Ilia Mirkin
1
-1
/
+0
2017-07-04
a5xx: enable formats newly added to the headers
Ilia Mirkin
1
-69
/
+69
2017-07-04
a5xx: include color swap when decoding vertices
Ilia Mirkin
1
-0
/
+1
2017-07-04
a5xx: update headers
Ilia Mirkin
1
-10
/
+47
2017-07-04
gallium/radeon: attempt to fix a compiler failure in radeon_winsys.h
Marek Olšák
1
-1
/
+1
2017-07-04
winsys/amdgpu: use 128KB BOs for suballocations of up to 64KB BOs
Marek Olšák
2
-3
/
+5
2017-07-04
gallium/radeon: allow suballocating textures
Marek Olšák
2
-1
/
+15
[prev]
[next]