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
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
2016-10-04
egl: Drop duplicate check on EGLSync type
Chad Versace
1
-6
/
+0
2016-10-04
egl: Cleanup control flow in _eglParseSyncAttribList
Chad Versace
1
-6
/
+8
2016-10-04
egl: Add _eglConvertIntsToAttribs()
Chad Versace
2
-0
/
+43
2016-10-04
egl: Fix an error path in eglCreateSync*
Chad Versace
1
-2
/
+12
2016-10-04
egl: Fix truncation error in _eglParseSyncAttribList64
Chad Versace
1
-3
/
+4
2016-10-04
egl: Fix missing unlock in eglGetSyncAttribKHR
Chad Versace
1
-1
/
+1
2016-10-04
anv/gen7_pipeline: Fix typo in semicolon
Anuj Phogat
1
-1
/
+1
2016-10-04
anv/gen7_pipeline: Set sample mask field in 3DSTATE_PS
Anuj Phogat
1
-0
/
+3
2016-10-04
anv/gen7_pipeline: Move ksp{1,2} state setting next to ksp0
Anuj Phogat
1
-3
/
+2
2016-10-04
anv/gen7: Make use of local variable prog_data
Anuj Phogat
1
-2
/
+2
2016-10-04
anv/gen8_pipeline: Add an assert to ensure use_alt_mode is not set in prog_data
Anuj Phogat
1
-0
/
+1
2016-10-04
anv/gen8_pipeline: Fix typo in semicolon
Anuj Phogat
1
-1
/
+1
2016-10-04
intel/genxml: Keep the value name 'Alternate' uniform across gen75.xml
Anuj Phogat
1
-3
/
+3
2016-10-04
intel/genxml: Fix typo in gen75.xml
Anuj Phogat
1
-1
/
+1
2016-10-04
i965/gen8+: Enable GL_OES_viewport_array
Anuj Phogat
2
-2
/
+4
2016-10-04
mesa: Add a check for OES_viewport_array
Anuj Phogat
1
-1
/
+3
2016-10-04
mesa: Enable enums for OES_viewport_array
Anuj Phogat
2
-4
/
+10
2016-10-04
anv/gen7_pipeline: Use MSDISPMODE_PERSAMPLE for non-multisampled fbo
Anuj Phogat
1
-1
/
+2
2016-10-04
anv/blorp: Handle zero width/height blits in blorp_copy()
Anuj Phogat
1
-1
/
+4
[next]