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
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
2017-07-04
gallium/radeon: generalize the function for in-place texture reallocation
Marek Olšák
1
-21
/
+43
2017-07-04
gallium/radeon: add radeon_winsys::buffer_is_suballocated
Marek Olšák
3
-0
/
+17
2017-07-04
gallium/radeon: clean up pb_cache bucket/usage determination
Marek Olšák
3
-32
/
+30
2017-07-04
gallium/radeon: enable suballocations for VRAM with no CPU access
Marek Olšák
4
-4
/
+21
2017-07-04
gallium/radeon: clean up (domain, flags) <-> (slab heap) translations
Marek Olšák
5
-74
/
+79
2017-07-04
gallium/radeon: remove RADEON_FLAG_CPU_ACCESS
Marek Olšák
5
-25
/
+6
2017-07-04
gallium/radeon: disallow exports of sparse and suballocated BOs
Marek Olšák
2
-8
/
+6
2017-07-04
gallium/radeon: clean up r600_texture_get_handle
Marek Olšák
1
-24
/
+23
2017-07-04
gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOC
Marek Olšák
6
-9
/
+9
2017-07-04
gallium/radeon: fix a possible crash for buffer exports
Marek Olšák
1
-9
/
+15
2017-07-04
gallium/radeon: ignore PIPE_BIND_SHARED for buffers
Marek Olšák
1
-2
/
+0
2017-07-04
radeonsi: add a HUD query for getting an average GFX BO list size
Marek Olšák
7
-0
/
+27
2017-07-04
st/mesa: release EGLImage on EGLImageTarget* error
Philipp Zabel
1
-0
/
+1
2017-07-04
vc4: automake: include vc4_cl_dump.h in
Juan A. Suarez Romero
2
-1
/
+2
2017-07-03
st/mesa: fix tessellation shaders with no support for shareable shaders
Marek Olšák
1
-2
/
+2
2017-07-03
radv: enable Int64 capability (v2)
Dave Airlie
2
-1
/
+2
2017-07-03
ac/nir: fix 64-bit shifts
Connor Abbott
1
-3
/
+12
2017-07-03
ac/nir: implement 64-bit packing and unpacking
Connor Abbott
2
-0
/
+32
[next]