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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-04
mesa: Enable enums for OES_viewport_array
Anuj Phogat
2
-4
/
+10
2016-10-04
anv/gen7_pipeline: Use MSDISPMODE_PERSAMPLE for non-multisampled fbo
Anuj Phogat
1
-1
/
+2
2016-10-04
anv/blorp: Handle zero width/height blits in blorp_copy()
Anuj Phogat
1
-1
/
+4
2016-10-04
intel/isl: Add an assert to check zero width/height surface
Anuj Phogat
1
-0
/
+3
2016-10-04
st/omx/dec/h265: add scaling list data
Leo Liu
1
-5
/
+97
2016-10-04
st/omx/dec/h265: fix the skip for before and after list
Leo Liu
1
-3
/
+4
2016-10-04
st/omx/dec/h265: set the default reference picture set for reference
Leo Liu
1
-2
/
+4
2016-10-04
st/omx/dec/h265: decoder size should follow from sps
Leo Liu
2
-7
/
+8
2016-10-04
st/omx/dec/h265: increase dpb max size to 32
Leo Liu
1
-1
/
+1
2016-10-04
nir/spirv: Remove a duplicate spirv2nir from .gitignore
Eric Engestrom
1
-1
/
+0
2016-10-04
radeonsi: optionally run the LLVM IR verifier pass
Nicolai Hähnle
5
-9
/
+38
2016-10-04
gallium/radeon: fix argument type of llvm.{cttz,ctlz}.i32 intrinsics
Nicolai Hähnle
1
-2
/
+2
2016-10-04
gallium/radeon: unify the creation of basic blocks
Nicolai Hähnle
1
-10
/
+24
2016-10-04
gallium/radeon: merge branch and loop flow control stacks
Nicolai Hähnle
2
-82
/
+78
2016-10-04
gallium/radeon: simplify if/else/endif blocks
Nicolai Hähnle
2
-25
/
+18
2016-10-04
gallium/radeon: label basic blocks by the corresponding TGSI pc
Nicolai Hähnle
1
-0
/
+17
2016-10-04
gallium/radeon: cleanup and fix branch emits
Nicolai Hähnle
1
-37
/
+14
2016-10-04
winsys/radeon: add buffer_get_reloc_offset
Nicolai Hähnle
4
-2
/
+25
2016-10-04
radeonsi: don't declare LDS in PS when ds_bpermute is used
Marek Olšák
3
-4
/
+7
2016-10-04
radeonsi: use DDX/DDY directly in si_llvm_emit_ddxy_interp
Marek Olšák
1
-49
/
+7
2016-10-04
radeonsi: simplify si_llvm_emit_ddxy
Marek Olšák
1
-51
/
+29
2016-10-04
radeonsi: don't call build_gep0 in si_llvm_emit_ddxy on VI
Marek Olšák
1
-5
/
+9
2016-10-04
radeonsi: use a helper function for BuildGEP(0, x)
Marek Olšák
1
-47
/
+35
2016-10-04
radeonsi: remove obsolete shader definitions
Marek Olšák
1
-12
/
+4
2016-10-04
radeonsi: remove unnecessary #includes
Marek Olšák
11
-23
/
+0
2016-10-04
radeonsi: clean up lucky #include dependencies
Marek Olšák
2
-36
/
+35
2016-10-04
radeonsi: don't re-create shader PM4 states after scratch buffer update
Marek Olšák
3
-15
/
+25
2016-10-04
gallium/radeon: move r600_common_context::texture_buffers to r600g
Marek Olšák
6
-9
/
+8
2016-10-04
radeonsi: don't set sampler buffer offsets in create_sampler_view
Marek Olšák
3
-24
/
+22
2016-10-04
radeonsi: optimize si_invalidate_buffer based on bind_history
Marek Olšák
1
-87
/
+100
2016-10-04
radeonsi: track buffer bind history
Marek Olšák
4
-5
/
+23
2016-10-04
radeonsi: drop support for NULL sampler views
Marek Olšák
2
-12
/
+4
2016-10-04
radeonsi: separate IA_MULTI_VGT_PARAM and VGT_PRIMITIVE_TYPE emission
Marek Olšák
1
-7
/
+10
2016-10-04
radeonsi: move VGT_LS_HS_CONFIG to derived tess_state
Marek Olšák
3
-28
/
+14
2016-10-04
radeonsi: don't check PIPE_BARRIER_MAPPED_BUFFER
Marek Olšák
1
-4
/
+3
2016-10-04
radeonsi: parse SURFACE_SYNC correctly on CIK-VI
Marek Olšák
1
-9
/
+16
2016-10-04
gallium/radeon: inline r600_context_add_resource_size
Marek Olšák
2
-21
/
+13
2016-10-04
radeonsi: Fix primitive restart when index changes
James Legg
1
-7
/
+7
2016-10-04
spirv: replace assert() with unreachable()
Timothy Arceri
1
-1
/
+1
2016-10-04
intel: use the correct format specifier for printing uint64_t
Timothy Arceri
2
-11
/
+13
2016-10-04
gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
5
-5
/
+9
2016-10-04
st/xa: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
1
-1
/
+2
2016-10-04
st/dri: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
1
-2
/
+3
2016-10-04
gallium/auxiliary: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
1
-1
/
+2
2016-10-04
egl/android: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
1
-1
/
+2
2016-10-04
intel: fix compilation warning on gen_get_device_info
Tapani Pälli
2
-2
/
+2
2016-10-03
i965: Only emit 1 viewport when possible.
Kenneth Graunke
10
-30
/
+75
2016-10-04
spirv: translate cull distance semantic.
Dave Airlie
1
-1
/
+1
2016-10-04
compiler: add printable values for cull distance varyings.
Dave Airlie
1
-0
/
+2
2016-10-03
nir/spirv/cfg: Use a nop intrinsic for tagging the ends of blocks
Jason Ekstrand
2
-4
/
+6
[prev]
[next]