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
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
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/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
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
2016-10-04
intel/isl: Add an assert to check zero width/height surface
Anuj Phogat
1
-0
/
+3
2016-10-04
intel: use the correct format specifier for printing uint64_t
Timothy Arceri
2
-11
/
+13
2016-10-04
intel: fix compilation warning on gen_get_device_info
Tapani Pälli
2
-2
/
+2
2016-10-03
intel/isl: Allow non-2D HiZ surfaces
Jason Ekstrand
1
-2
/
+2
2016-10-03
intel/isl: Add a detailed comment about multisampling with HiZ
Jason Ekstrand
1
-2
/
+58
2016-10-03
intel/isl: Remove tiling checks from choose_msaa_layout
Jason Ekstrand
2
-14
/
+7
2016-10-03
intel/isl: Handle HiZ and CCS tiling more directly
Jason Ekstrand
2
-16
/
+16
2016-10-03
intel/isl: Allow multisampling with ISL_FORMAT_HiZ
Jason Ekstrand
2
-3
/
+12
2016-10-03
intel/isl: Allow creation of 1-D compressed textures
Jason Ekstrand
2
-3
/
+11
2016-10-03
intel/isl: Fix up asserts in calc_phys_level0_extent_sa
Jason Ekstrand
1
-2
/
+4
2016-10-03
intel/isl: Add a format_supports_multisampling helper
Jason Ekstrand
5
-36
/
+33
2016-10-03
anv/formats: Fix build on gcc-4 and earlier
Ville Syrjälä
1
-4
/
+19
2016-10-03
i965: rename max_ds_* variable to max_tes_*
Timothy Arceri
3
-27
/
+27
2016-10-03
i965: rename max_hs_* variables to max_tcs_*
Timothy Arceri
3
-27
/
+27
2016-09-26
aubinator: Fix the decoding of values that span two Dwords
Sirisha Gandikota
1
-13
/
+37
2016-09-25
aubinator: fix resource leak
Nayan Deshmukh
1
-1
/
+3
2016-09-23
anv: Check for VK_WHOLE_SIZE in anv_CmdFillBuffer
Nicolas Koch
1
-0
/
+6
2016-09-23
anv: get rid of duplicated values from gen_device_info
Lionel Landwerlin
6
-43
/
+28
2016-09-23
intel/i965: make gen_device_info mutable
Lionel Landwerlin
7
-53
/
+59
2016-09-21
anv: pipeline: use correct number of thread for compute
Lionel Landwerlin
1
-1
/
+4
2016-09-21
anv: allocator: correct scratch space for haswell
Lionel Landwerlin
1
-1
/
+21
2016-09-21
anv: device: calculate compute thread numbers using subslices numbers
Lionel Landwerlin
6
-18
/
+74
2016-09-20
aubinator: add a custom handler for immediate register load
Lionel Landwerlin
3
-3
/
+47
2016-09-15
isl: Finish tiling filtering for Gen6.
Kenneth Graunke
3
-5
/
+15
2016-09-15
nir: Add a flag to lower_io to force "sample" interpolation
Jason Ekstrand
1
-1
/
+1
2016-09-14
anv/cmd_buffer: Set the L3 atomic disable mask bit in CHICKEN3 on HSW
Jason Ekstrand
2
-0
/
+2
2016-09-14
intel/blorp: Stop setting 3DSTATE_DRAWING_RECTANGLE
Jason Ekstrand
2
-20
/
+0
2016-09-14
intel/blorp: Emit 3DSTATE_MULTISAMPLE directly
Jason Ekstrand
2
-40
/
+45
2016-09-14
intel: Move Vulkan sample positions to common code
Jason Ekstrand
4
-21
/
+21
2016-09-13
aubinator: Remove bogus "end" parameter in gen_disasm_disassemble()
Sirisha Gandikota
3
-10
/
+12
2016-09-13
aubinator: Make gen_disasm_disassemble handle split sends
Sirisha Gandikota
1
-7
/
+12
2016-09-13
aubinator: Simplify print_dword_val() method
Sirisha Gandikota
1
-8
/
+4
2016-09-13
anv/image: Set correct base_array_layer and array_len for storage images
Jason Ekstrand
1
-0
/
+4
2016-09-13
Revert "intel/isl: Ignore base_array_layer and array_len for 3D storage..."
Jason Ekstrand
1
-6
/
+2
2016-09-13
anv: Use blorp for doing MSAA resolves
Jason Ekstrand
5
-881
/
+121
2016-09-13
anv: Use blorp for ClearColorImage
Jason Ekstrand
2
-21
/
+56
2016-09-13
anv: Delete meta_blit2d
Jason Ekstrand
4
-1590
/
+0
2016-09-13
anv/blorp: Add a gcd_pow2_u64 helper and use it for buffer alignments
Jason Ekstrand
1
-24
/
+24
2016-09-13
anv: Use blorp for CopyBuffer and UpdateBuffer
Jason Ekstrand
3
-181
/
+187
2016-09-13
anv: Use blorp for CopyImage
Jason Ekstrand
2
-158
/
+67
2016-09-13
anv: Use blorp for CopyBufferToImage
Jason Ekstrand
2
-125
/
+16
[next]