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-11-03
glsl: fix interpolateAtXxx(some_vec[idx], ...) with dynamic idx
Nicolai Hähnle
1
-1
/
+30
2017-11-03
glsl: allow any l-value of an input variable as interpolant in interpolateAt*
Nicolai Hähnle
2
-5
/
+32
2017-11-03
nir/serialize: fix build with gcc 4.4.7
Dave Airlie
1
-19
/
+19
2017-11-03
i915g: remove some unknown cap warnings.
Dave Airlie
1
-0
/
+8
2017-11-03
i915g: make gears run again.
Dave Airlie
4
-4
/
+24
2017-11-03
ac: remove the remaining duplicate llvm types
Timothy Arceri
1
-12
/
+1
2017-11-03
ac: remove usused v4f32
Timothy Arceri
1
-4
/
+0
2017-11-03
ac: add v2f32 to the common code and make use of it
Timothy Arceri
3
-10
/
+7
2017-11-03
ac: use the ac f16 llvm type
Timothy Arceri
1
-3
/
+1
2017-11-03
ac: use the ac f32 llvm type
Timothy Arceri
1
-35
/
+33
2017-11-03
ac: use the ac f64 llvm type
Timothy Arceri
1
-3
/
+1
2017-11-03
ac: use the common v8i32 llvm type
Timothy Arceri
1
-4
/
+2
2017-11-03
ac: use the common v4i32 llvm type
Timothy Arceri
1
-9
/
+7
2017-11-03
ac: add v3i32 to the common code and make use of it
Timothy Arceri
3
-5
/
+5
2017-11-03
ac: add v2i32 to the common code and use it
Timothy Arceri
3
-11
/
+11
2017-11-03
ac: use the ac i64 llvm type
Timothy Arceri
1
-3
/
+1
2017-11-03
ac: remove unused i16 llvm type
Timothy Arceri
1
-2
/
+0
2017-11-03
ac: use the ac ivoidt llvm type
Timothy Arceri
1
-4
/
+2
2017-11-03
ac: use the ac i8 llvm type
Timothy Arceri
1
-6
/
+4
2017-11-03
ac: use the ac i1 llvm type
Timothy Arceri
1
-3
/
+1
2017-11-03
ac: use the ac i32 llvm type
Timothy Arceri
1
-181
/
+179
2017-11-03
ac/radeonsi: add support for tex instr without a derefence
Timothy Arceri
2
-34
/
+51
2017-11-03
nir: skip lowering sampler if there is no dereference
Timothy Arceri
1
-1
/
+3
2017-11-03
r600: add support for early depth/stencil.
Dave Airlie
1
-0
/
+3
2017-11-03
r600: add support for emitting RAT instructions to the assembler.
Dave Airlie
3
-0
/
+35
2017-11-03
r600: add support for mark bit to the assembler.
Dave Airlie
3
-0
/
+7
2017-11-03
r600: add support for valid pixel mode on CF clauses
Dave Airlie
2
-0
/
+2
2017-11-03
r600: add support for some ALU sources.
Dave Airlie
1
-0
/
+9
2017-11-02
radv: use the optimal packets order for dispatch calls
Samuel Pitoiset
1
-8
/
+53
2017-11-03
nir: add tess patch support to nir_remove_unused_varyings()
Timothy Arceri
1
-19
/
+42
2017-11-02
es2api/ABI-check: Add es3.x symbols
Dylan Baker
1
-8
/
+125
2017-11-02
meson: Set c visibility args for wayland-drm
Dylan Baker
1
-0
/
+1
2017-11-03
st/glsl_to_nir: pass gl_shader_program to st_finalize_nir()
Timothy Arceri
3
-27
/
+11
2017-11-02
radv: Don't expose heaps with 0 memory.
Bas Nieuwenhuizen
3
-53
/
+101
2017-11-02
gbm: Don't traverse backwards for includes
Dylan Baker
4
-5
/
+12
2017-11-02
automake: Remove unused include path
Dylan Baker
1
-2
/
+1
2017-11-02
radeonsi: remove 'Authors:' comments
Marek Olšák
51
-208
/
+3
2017-11-02
intel/fs: Don't allocate a param array for zero push constants
Jason Ekstrand
1
-1
/
+8
2017-11-02
intel/fs: Alloc pull constants off mem_ctx
Jason Ekstrand
1
-1
/
+1
2017-11-02
Revert "meson: bump libdrm version required by amdgpu"
Dylan Baker
1
-1
/
+1
2017-11-02
gallivm: allow arch rounding with avx512
Tim Rowley
1
-1
/
+2
2017-11-02
etnaviv: Allow clearing constant buffer using buffer==NULL user_buffer==NULL
Wladimir J. van der Laan
1
-1
/
+1
2017-11-02
etnaviv: Don't flush on transfer when UNSYNCHRONIZED
Wladimir J. van der Laan
1
-12
/
+12
2017-11-02
etnaviv: don't do resolve-in-place without valid TS
Wladimir J. van der Laan
4
-0
/
+11
2017-11-02
radv: make radv_bind_descriptor_set() static
Samuel Pitoiset
2
-6
/
+3
2017-11-02
radv: make sure we set buffers as shareable properly.
Dave Airlie
2
-2
/
+7
2017-11-01
svga: Use __asm__ instead of asm
Dylan Baker
3
-11
/
+5
2017-11-01
Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx."
Marek Olšák
7
-16
/
+1
2017-11-01
intel: decoder: enable decoding a single field
Lionel Landwerlin
2
-0
/
+52
2017-11-01
intel: decoder: expose missing find_enum()
Lionel Landwerlin
1
-0
/
+2
[prev]
[next]