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
2017-09-12
i965: do not fallback to linear tiling for stencil surfaces
Iago Toral Quiroga
1
-4
/
+7
2017-09-12
nir/spirv: handle if's with same label in both branches
Juan A. Suarez Romero
1
-2
/
+10
2017-09-11
mesa/st: Include builddir/src/compiler/glsl to fix make check
Aaron Watry
1
-0
/
+1
2017-09-11
radv: work out a base ia_multi_vgt_param.
Dave Airlie
3
-10
/
+13
2017-09-11
radv: calculate non-draw related ia_multi_vgt_param bits in pipeline
Dave Airlie
3
-60
/
+76
2017-09-11
radv: move calculating primgroup_size to pipeline.
Dave Airlie
3
-9
/
+11
2017-09-11
radv: only calculate num_prims when required.
Dave Airlie
1
-4
/
+10
2017-09-11
radv: use upload_data to upload push descriptors.
Dave Airlie
1
-6
/
+3
2017-09-11
radv: realign vgt flush on hawaii workaround with radeonsi.
Dave Airlie
1
-6
/
+12
2017-09-11
radv: return an error code when resetting a command buffer
Samuel Pitoiset
1
-8
/
+14
2017-09-11
radv: remove unnecessary goto in radv_create_cmd_buffer()
Samuel Pitoiset
1
-8
/
+2
2017-09-11
radv: do not pass a pipeline object to radv_emit_graphics_pipeline()
Samuel Pitoiset
1
-4
/
+4
2017-09-12
radv: add debug flags to zero vram allocations.
Dave Airlie
5
-0
/
+7
2017-09-11
radeonsi: optimize TCS epilog when invocation 0 writes tess factors
Marek Olšák
5
-30
/
+89
2017-09-11
tgsi/scan: add a new pass that analyzes tess factor writes (v2)
Marek Olšák
2
-0
/
+235
2017-09-11
Android: fix undeclared identifier 'gfx9d_reg_table'
Chih-Wei Huang
1
-1
/
+1
2017-09-11
winsys/amdgpu: use the new raw CS API
Marek Olšák
2
-77
/
+93
2017-09-11
radeonsi: implement pipe_context::fence_server_sync
Marek Olšák
3
-0
/
+68
2017-09-11
winsys/amdgpu: factor out some fence dependency code into separate functions
Marek Olšák
1
-21
/
+34
2017-09-11
winsys/amdgpu: rename fence_dependency functions
Marek Olšák
1
-12
/
+12
2017-09-11
gallium/radeon: add a proper fail path for calloc in r600_flush_from_st
Marek Olšák
1
-3
/
+6
2017-09-11
winsys/amdgpu: don't allow interprocess resource sharing for IBs
Marek Olšák
1
-1
/
+2
2017-09-11
radeonsi/gfx9: fix interprocess resource sharing on Raven
Marek Olšák
1
-1
/
+3
2017-09-11
st/glsl_to_tgsi: only the first (inner-most) array reference can be a 2D index
Nicolai Hähnle
1
-1
/
+1
2017-09-11
nir/spirv: fix chain access with different index bit sizes
Samuel Iglesias Gonsálvez
1
-3
/
+8
2017-09-11
r600: handle the non-TXF_LZ support path.
Dave Airlie
1
-1
/
+1
2017-09-11
gallium/u_blitter: use UTIL_BLITTER_ATTRIB_NONE (0) instead of 0 directly
Marek Olšák
1
-2
/
+2
2017-09-11
gallium/u_blitter: don't pass GENERIC in VS if it's not needed
Marek Olšák
1
-17
/
+45
2017-09-11
gallium/u_blitter: use draw_rectangle for all blits except cubemaps
Marek Olšák
4
-92
/
+107
2017-09-11
gallium/u_blitter: use draw_rectangle callback for layered clears
Marek Olšák
6
-36
/
+47
2017-09-11
gallium/u_blitter: add new union blitter_attrib to replace pipe_color_union
Marek Olšák
6
-71
/
+72
2017-09-11
gallium/radeon: use rectangles for 1D and 2D texture blits
Marek Olšák
1
-7
/
+13
2017-09-10
i965/tex: add missing include
Eric Engestrom
1
-0
/
+1
2017-09-09
radv: Actually check for vm faults.
Bas Nieuwenhuizen
3
-3
/
+9
2017-09-09
llvmpipe, draw: improve shader cache debugging
Roland Scheidegger
3
-31
/
+59
2017-09-09
llvmpipe: enable PIPE_CAP_QUERY_PIPELINE_STATISTICS
Roland Scheidegger
1
-1
/
+1
2017-09-09
gallivm: fix gather implementation a bit
Roland Scheidegger
1
-10
/
+48
2017-09-08
mesa: whitespace, formatting fixes in teximage.c
Brian Paul
1
-55
/
+55
2017-09-08
mesa: provide more info in some texture image error messages
Brian Paul
1
-9
/
+11
2017-09-08
svga: abort shader translation upon indirect indexing of temporaries
Charmaine Lee
1
-0
/
+6
2017-09-08
radv: keep track of the disasm string in debug mode only
Samuel Pitoiset
2
-1
/
+9
2017-09-08
radv: add shader_variant_create() helper function
Samuel Pitoiset
1
-58
/
+56
2017-09-08
radv: drop 'dump' parameters from some shader related functions
Samuel Pitoiset
3
-22
/
+19
2017-09-08
radv: move shaders related code to radv_shader.c
Samuel Pitoiset
11
-523
/
+642
2017-09-08
radv: fix error code when initializing the push descriptors
Samuel Pitoiset
1
-1
/
+1
2017-09-08
radv: do not update vertex descriptors if the allocation failed
Samuel Pitoiset
1
-4
/
+8
2017-09-08
radv: add radv_vertex_elements_info data structure
Samuel Pitoiset
3
-18
/
+26
2017-09-08
gallium/tests: use ARRAY_SIZE macro
Eric Engestrom
3
-3
/
+9
2017-09-08
r300: use ARRAY_SIZE macro
Eric Engestrom
1
-1
/
+3
2017-09-08
glx: use ARRAY_SIZE macro
Eric Engestrom
1
-1
/
+2
[prev]
[next]