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
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-04
tgsi/ureg: always emit constants (and their decls) as 2D
Nicolai Hähnle
1
-15
/
+7
2017-09-04
gallium: all drivers should accept two-dimensional constant buffer indexing
Nicolai Hähnle
2
-9
/
+4
2017-09-02
radeon/uvd: add Define Restart Interval to MJPEG bitstream reconstruction
Leo Liu
1
-0
/
+11
2017-09-02
radeon/uvd: fix MJPEG quantization table index
Leo Liu
1
-1
/
+1
2017-09-02
freedreno: skip batch-cache for compute shaders
Rob Clark
1
-7
/
+1
2017-09-01
swr: Report format max_samples=1 to maintain support for "fake" msaa.
Cherniak, Bruce
1
-11
/
+11
2017-09-01
radeonsi: move si_vm_fault_occured() to AMD common code
Samuel Pitoiset
1
-102
/
+4
2017-08-31
nvc0/ir: propagate immediates to CALL input MOVs
Tobias Klausmann
1
-2
/
+19
2017-08-31
nvc0: write 0 to pipeline_statistics.cs_invocations
Karol Herbst
1
-0
/
+1
2017-09-01
llvmpipe: lp_build_gather_elem_vec BE fix for 3x16 load
Ben Crocker
1
-2
/
+28
2017-09-01
gallivm: correct channel shift logic on big endian
Ray Strode
1
-1
/
+7
2017-08-31
winsys/amdgpu: set AMDGPU_GEM_CREATE_VM_ALWAYS_VALID if possible v2
Christian König
3
-5
/
+27
2017-08-31
radeonsi: set a per-buffer flag that disables inter-process sharing (v4)
Marek Olšák
4
-28
/
+56
2017-08-30
svga: include sample count in surface_size() computation
Brian Paul
1
-1
/
+1
2017-08-30
winsys/amdgpu: add BO to the global list only when RADEON_ALL_BOS is set
Samuel Pitoiset
4
-11
/
+17
2017-08-30
radeonsi: update dirty_level_mask before dispatching
Samuel Pitoiset
2
-0
/
+6
2017-08-29
llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSOR
Brian Paul
1
-0
/
+6
2017-08-29
ac/debug: Support multiple trace ids for nested IBs.
Bas Nieuwenhuizen
1
-9
/
+10
2017-08-29
radeonsi: stop leaking nir
Timothy Arceri
1
-0
/
+1
2017-08-28
radeonsi: rewrite late alloc VS limit computation
Marek Olšák
1
-12
/
+25
2017-08-28
gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation
Marek Olšák
1
-3
/
+9
2017-08-28
gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZED
Marek Olšák
3
-5
/
+5
2017-08-28
gallium/u_threaded: disallow discard_range if map_buffer is unsynchronized
Marek Olšák
1
-1
/
+3
2017-08-28
radeonsi: correct maximum wave count per SIMD
Marek Olšák
1
-1
/
+12
2017-08-28
gallium/docs: Fix an inequality sign of TGSI_SEMANTIC_SUBGROUP_LT_MASK
Gwan-gyeong Mun
1
-1
/
+1
2017-08-28
gallium/docs: fix a typo
Gwan-gyeong Mun
1
-1
/
+1
2017-08-28
i915g: Remove a few unused variables
Eduardo Lima Mitev
1
-16
/
+0
2017-08-27
Revert "radeonsi: get the raster config from AMDGPU on SI"
Marek Olšák
1
-17
/
+0
2017-08-26
etnaviv: use correct param for etna_compatible_rs_format(..)
Christian Gmeiner
1
-1
/
+1
2017-08-25
gallium/vbuf: fix buffer reference bugs
Brian Paul
1
-4
/
+3
2017-08-25
gallium/u_threaded: fix a typo
Marek Olšák
1
-1
/
+1
2017-08-25
a2xx: fix DST_ALPHA blending for non-alpha formats
Ilia Mirkin
3
-5
/
+21
2017-08-25
a2xx: set constant blend color
Ilia Mirkin
1
-0
/
+9
2017-08-25
radeonsi: set IF_THRESHOLD to 4
Timothy Arceri
1
-1
/
+1
2017-08-25
glsl: pass shader source keys to the disk cache
Timothy Arceri
1
-1
/
+1
2017-08-24
radeonsi: get the raster config from AMDGPU on SI
Marek Olšák
1
-0
/
+17
2017-08-24
radeonsi: clean up setting GRBM_GFX_INDEX
Marek Olšák
1
-19
/
+22
2017-08-24
radeonsi: move PA_SC_RASTER_CONFIG emission into a separate function
Marek Olšák
1
-70
/
+73
2017-08-24
gallivm: remove unused variable
Brian Paul
1
-2
/
+0
2017-08-24
pipe-loader: use MAYBE_UNUSED to silence warning
Brian Paul
1
-1
/
+2
2017-08-24
nv50/ir: properly set sType for TXF ops to U32
Ilia Mirkin
1
-0
/
+3
2017-08-23
st/va: exclude the buffer reallocation for encode case
Leo Liu
1
-1
/
+1
2017-08-23
swr: limit pipe_draw_info->restart_index usage
Tim Rowley
1
-1
/
+4
2017-08-23
radeonsi: fix wrong assertion in si_init_bindless_descriptors()
Samuel Pitoiset
1
-1
/
+1
2017-08-23
radeon/video: Return false explicitly for HEVC if not the case
Leo Liu
1
-0
/
+1
2017-08-23
gallium/docs: Fix the math formula of U2I64
Gwan-gyeong Mun
1
-2
/
+2
2017-08-23
gallium/docs: Add missing word "Not"
Gwan-gyeong Mun
1
-1
/
+1
2017-08-23
tgsi: store opcode mnemonics in a separate table
Nicolai Hähnle
2
-6
/
+16
2017-08-23
gallium: use tgsi_get_opcode_name instead of tgsi_opcode_info::mnemonic
Nicolai Hähnle
5
-7
/
+10
2017-08-23
tgsi: macro-ify the opcodes table
Nicolai Hähnle
3
-251
/
+263
[prev]
[next]