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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-16
gallium: add user_stride parameter to pipe_context::transfer_map
Nicolai Hähnle
26
-5
/
+33
2018-01-16
gallium: use pipe_transfer_map_box inline helper
Nicolai Hähnle
2
-4
/
+4
2018-01-15
r600/shader: Initialize max_driver_temp_used correctly for the first time
Gert Wollny
1
-0
/
+1
2018-01-14
freedreno/ir3: "soft" depth scheduling for SFU instructions
Rob Clark
1
-9
/
+21
2018-01-14
freedreno/a5xx: work around SWAP vs TILE_MODE constraint
Rob Clark
1
-0
/
+20
2018-01-14
freedreno/a5xx: texture tiling
Rob Clark
16
-25
/
+339
2018-01-14
freedreno: update generated headers
Rob Clark
6
-26
/
+35
2018-01-14
freedreno: add screen->setup_slices() for tex layout
Rob Clark
3
-19
/
+43
2018-01-14
r300g: remove double assignment
Grazvydas Ignotas
1
-1
/
+0
2018-01-13
ac: fix build error in si_shader
Mauro Rossi
1
-1
/
+1
2018-01-13
radv/radeonsi/nir: lower 64bit flrp
Timothy Arceri
1
-0
/
+1
2018-01-12
broadcom/vc5: Fix up channel swizzling for textures on 4.x.
Eric Anholt
1
-2
/
+5
2018-01-12
broadcom/vc5: Port the draw-time state emission to V3D 4.1.
Eric Anholt
7
-27
/
+76
2018-01-12
broadcom/vc5: Rename V3D 3.x Flat Shade Action to match v4.x naming.
Eric Anholt
1
-5
/
+5
2018-01-12
broadcom/vc5: Update pixel center setup for V3D 4.x.
Eric Anholt
1
-2
/
+12
2018-01-12
broadcom/vc5: Print the buffer name in simulator overflow checks.
Eric Anholt
1
-2
/
+4
2018-01-12
broadcom/vc5: Update state setup for V3D 4.1.
Eric Anholt
7
-14
/
+206
2018-01-12
broadcom/vc5: Set up depth formats for V3D 4.x.
Eric Anholt
1
-1
/
+12
2018-01-12
broadcom/vc5: Always use the RGBA8 formats for RGBX8.
Eric Anholt
1
-3
/
+7
2018-01-12
broadcom/vc5: Move the formats table to per-V3D-version compile.
Eric Anholt
12
-337
/
+451
2018-01-12
broadcom/vc5: Use THRSW to enable multi-threaded shaders.
Eric Anholt
1
-3
/
+26
2018-01-12
broadcom/vc5: Port drawing commands to V3D 4.x.
Eric Anholt
9
-20
/
+93
2018-01-12
broadcom/vc5: Enable the driver on V3D 4.1
Eric Anholt
1
-1
/
+1
2018-01-12
broadcom/vc5: Port the simulator to support V3D 4.1
Eric Anholt
9
-125
/
+216
2018-01-12
broadcom/vc5: Port the RCL setup to V3D4.1.
Eric Anholt
7
-58
/
+360
2018-01-12
broadcom/vc5: Fix per-tile extra clear packet.
Eric Anholt
1
-1
/
+1
2018-01-12
broadcom/vc5: Move the TLB loads and stores to helper functions.
Eric Anholt
1
-35
/
+50
2018-01-12
broadcom/vc5: Convert vc5_cl.h to use the V3DX() macros.
Eric Anholt
7
-10
/
+24
2018-01-11
meson: move libsensors dependency to libgallium
Dylan Baker
4
-6
/
+3
2018-01-11
meson: Use dependencies for nir
Dylan Baker
4
-13
/
+15
2018-01-11
meson: Use consistent style for tests
Dylan Baker
2
-2
/
+6
2018-01-11
meson: Use consistent style
Dylan Baker
1
-2
/
+4
2018-01-11
svga: simplify failure code in emit_rss_vgpu9()
Brian Paul
1
-17
/
+12
2018-01-11
svga: remove unused fail parameter to EMIT_RS(), EMIT_RS_FLOAT()
Brian Paul
1
-57
/
+57
2018-01-11
svga: add assertion in svga_queue_rs()
Brian Paul
1
-0
/
+1
2018-01-11
svga: whitespace/formatting fixes in svga_state_rss.c
Brian Paul
1
-79
/
+75
2018-01-11
ac: add load_patch_vertices_in() to the abi
Timothy Arceri
1
-6
/
+14
2018-01-10
swr: Handle indirect indices in GS
George Kyriazis
1
-8
/
+39
2018-01-10
amd/common: import get_{load,store}_intr_attribs() from RadeonSI
Samuel Pitoiset
1
-21
/
+5
2018-01-10
swr/rast: switch win32 jit format to COFF
Tim Rowley
1
-2
/
+2
2018-01-10
swr/rast: don't use 32-bit gathers for elements < 32-bits in size
Tim Rowley
1
-1
/
+60
2018-01-10
swr/rast: autogenerate named structs instead of literal structs
Tim Rowley
1
-8
/
+15
2018-01-10
swr/rast: SIMD16 fetch shader jitter cleanup
Tim Rowley
1
-720
/
+368
2018-01-10
swr/rast: shuffle header files for msvc pre-compiled header usage
Tim Rowley
10
-88
/
+143
2018-01-10
swr/rast: SIMD16 builder - cleanup naming (simd2 -> simd16)
Tim Rowley
5
-233
/
+239
2018-01-10
r600: don't emit tes samplers/views when tes isn't active
Roland Scheidegger
2
-0
/
+19
2018-01-10
r600: increase number of UBOs to 15
Roland Scheidegger
3
-22
/
+37
2018-01-10
r600: use GET_BUFFER_RESINFO vtx fetch on eg instead of setting up consts
Roland Scheidegger
4
-58
/
+50
2018-01-10
r600: increase number of ubos by one to 14
Roland Scheidegger
4
-4
/
+9
2018-01-10
r600: set up constants needed for txq for buffers and cube maps with tes
Roland Scheidegger
1
-0
/
+16
[next]