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
2016-10-05
anv: Use blorp for VkCmdFillBuffer
Jason Ekstrand
2
-130
/
+96
2016-10-05
egl: Implement EGL_KHR_debug (v2)
Kyle Brenneman
2
-0
/
+146
2016-10-05
egl: Track EGL_KHR_debug state when going through EGL API calls (v3)
Kyle Brenneman
4
-12
/
+257
2016-10-05
intel: aubinator: pack supported generations into an array
Lionel Landwerlin
1
-53
/
+35
2016-10-05
i965/l3: Add explicit way size calculation for bxt
Ben Widawsky
1
-1
/
+3
2016-10-05
virgl: Fix build regression of commit 8a943564
Nicolai Hähnle
1
-1
/
+1
2016-10-05
st/mesa: enable GL_KHR_robustness
Nicolai Hähnle
3
-1
/
+4
2016-10-05
gallium/radeon: implement set_device_reset_callback
Nicolai Hähnle
4
-0
/
+40
2016-10-05
st/mesa: set a device reset callback when available
Nicolai Hähnle
4
-2
/
+38
2016-10-05
st/mesa: extract conversion from pipe_reset_status to GLenum
Nicolai Hähnle
1
-11
/
+18
2016-10-05
ddebug: add pass-through of set_device_reset_callback
Nicolai Hähnle
1
-0
/
+10
2016-10-05
gallium: add pipe_context::set_device_reset_callback
Nicolai Hähnle
3
-0
/
+42
2016-10-05
virgl: use the new parent/child pools for transfers
Nicolai Hähnle
6
-8
/
+14
2016-10-05
vc4: use the new parent/child pools for transfers
Nicolai Hähnle
5
-6
/
+11
2016-10-05
freedreno: use the new parent/child pools for transfers
Nicolai Hähnle
5
-6
/
+12
2016-10-05
r300: use the new parent/child pools for transfers (v2)
Nicolai Hähnle
5
-7
/
+11
2016-10-05
gallium/radeon: use the new parent/child pools for transfers
Nicolai Hähnle
3
-6
/
+11
2016-10-05
util/slab: re-design to allow migration between pools (v3)
Nicolai Hähnle
2
-89
/
+258
2016-10-05
util: use GCC atomic intrinsics with explicit memory model
Nicolai Hähnle
2
-0
/
+32
2016-10-05
i965: use L3 data cache for SSBOs
Lionel Landwerlin
1
-1
/
+2
2016-10-04
mesa: Raise INVALID_ENUM in FramebufferTexture*D for unknown textargets.
Kenneth Graunke
1
-2
/
+3
2016-10-04
mesa: Reorganize check_textarget().
Kenneth Graunke
1
-43
/
+37
2016-10-04
aubinator: use the correct format specifier for printing ptrdiff_t.
Kenneth Graunke
1
-1
/
+1
2016-10-04
aubinator: Use less -RS instead of -r for the implicit pager.
Kenneth Graunke
1
-4
/
+3
2016-10-04
i965: Drop _NEW_TRANSFORM from 3DSTATE_VS atom on Gen7.
Kenneth Graunke
1
-1
/
+1
2016-10-04
i965: Fix brw_clear_cache to clean up TCS/TES shaders.
Kenneth Graunke
1
-0
/
+2
2016-10-04
i965: Add missing BRW_CS_PROG_DATA to CS work group surface atom.
Kenneth Graunke
1
-2
/
+5
2016-10-04
i965: Add missing BRW_NEW_CS_PROG_DATA to compute constant atom.
Kenneth Graunke
1
-1
/
+2
2016-10-04
i965: Add missing BRW_NEW_FS_PROG_DATA to render target reads.
Kenneth Graunke
1
-1
/
+3
2016-10-04
i965: Move BRW_NEW_FRAGMENT_PROGRAM from 3DSTATE_PS to PS_EXTRA.
Kenneth Graunke
1
-1
/
+1
2016-10-04
i965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP.
Kenneth Graunke
1
-0
/
+2
2016-10-04
i965: Fix missing _NEW_TRANSFORM in Gen8+ 3DSTATE_DS atom.
Kenneth Graunke
1
-1
/
+2
2016-10-04
i965: Enable ARB_shader_atomic_counter_ops
Ian Romanick
4
-6
/
+50
2016-10-04
i965: Refactor emission of atomic counter operations
Ian Romanick
4
-30
/
+27
2016-10-04
nir/intrinsics: Add more atomic_counter ops
Ian Romanick
3
-5
/
+110
2016-10-04
nir/intrinsics: Include atomic_counter_ in the names used in macro invocations
Ian Romanick
1
-5
/
+5
2016-10-04
glsl: Kill __intrinsic_atomic_sub
Ian Romanick
3
-19
/
+46
2016-10-04
glsl: Remove ir_function_signature::_is_intrinsic field
Ian Romanick
6
-17
/
+5
2016-10-04
glsl: Add ir_function_signature::is_intrinsic() method
Ian Romanick
7
-16
/
+22
2016-10-04
glsl: Use the ir_intrinsic_* enums instead of the __intrinsic_* name strings
Ian Romanick
4
-219
/
+276
2016-10-04
glsl: Track a unique intrinsic ID with each intrinsic function
Ian Romanick
7
-73
/
+280
2016-10-04
glsl: Don't emit ir_binop_carry during ir_binop_imul_high lowering
Ian Romanick
1
-5
/
+17
2016-10-05
i965: fix unused variable warning in brw_emit_gpgpu_walker()
Timothy Arceri
1
-2
/
+1
2016-10-05
i965: add MAYBE_UNUSED to assert param
Timothy Arceri
1
-1
/
+1
2016-10-05
i965: wrap unused function in #ifndef NDEBUG
Timothy Arceri
1
-0
/
+2
2016-10-05
i965: fix unused variable warning in gen7_block_read_scratch()
Timothy Arceri
1
-2
/
+1
2016-10-05
i965: add MAYBE_UNUSED to assert param
Timothy Arceri
1
-1
/
+1
2016-10-04
gallivm: Use AVX2 gather instrinsics.
Jose Fonseca
1
-0
/
+95
2016-10-04
gallivm: Use 8 wide AoS sampling on AVX2.
Roland Scheidegger
1
-5
/
+6
2016-10-04
gallivm: Basic AVX2 support.
José Fonseca
4
-28
/
+98
[prev]
[next]