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-09-12
docs: Document shader capturing environment variables.
Kenneth Graunke
2
-0
/
+17
2017-09-12
docs/egl: remove reference to EGL_DRIVERS_PATH
Eric Engestrom
1
-21
/
+0
2017-09-12
util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a boolean
Eric Engestrom
3
-4
/
+5
2017-09-12
glx: turn LIBGL_NO_DRAWARRAYS into a boolean
Eric Engestrom
2
-2
/
+6
2017-09-12
glx: turn LIBGL_PROFILE_CORE into a boolean
Eric Engestrom
1
-1
/
+1
2017-09-12
glx: turn LIBGL_DUMP_VISUALID into a boolean
Eric Engestrom
1
-1
/
+1
2017-09-12
egl+glx: turn LIBGL_DRI3_DISABLE into a boolean
Eric Engestrom
3
-3
/
+3
2017-09-12
glx: turn LIBGL_ALWAYS_INDIRECT into a boolean
Eric Engestrom
3
-3
/
+3
2017-09-12
glx: turn LIBGL_ALLOW_SOFTWARE into a boolean
Eric Engestrom
1
-2
/
+2
2017-09-12
egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean
Eric Engestrom
9
-9
/
+14
2017-09-12
glx: turn LIBGL_DIAGNOSTIC into a boolean
Eric Engestrom
6
-5
/
+16
2017-09-12
gbm: turn GBM_ALWAYS_SOFTWARE into a boolean
Eric Engestrom
3
-3
/
+9
2017-09-12
anv: fix build issues on release build
Tapani Pälli
1
-1
/
+1
2017-09-12
glsl: Disallow unsized array of atomic_uint
Iago Toral Quiroga
1
-0
/
+11
2017-09-12
anv: remove extra 'debug:' from anv_debug_ignored_stype
Tapani Pälli
1
-1
/
+1
2017-09-12
anv: move brw_process_intel_debug_variable to happen early
Tapani Pälli
1
-2
/
+2
2017-09-12
anv: wire up vk_errorf macro to do debug reporting
Tapani Pälli
9
-33
/
+74
2017-09-12
anv: wire up anv_perf_warn macro to do debug reporting
Tapani Pälli
5
-16
/
+141
2017-09-12
anv: implementation of VK_EXT_debug_report extension
Tapani Pälli
5
-0
/
+180
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
intel: Remove unused Kabylake pci id
Anuj Phogat
1
-1
/
+0
2017-09-11
Android: Add LLVM support for Android P
Rob Herring
1
-0
/
+2
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
[prev]
[next]