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-09-16
radeonsi: enable ARB_query_buffer_object
query-buffer-object
Nicolai Hähnle
3
-2
/
+3
2016-09-16
gallium/radeon: implement get_query_result_resource
Nicolai Hähnle
4
-1
/
+402
2016-09-16
gallium/radeon: zero all query buffers
Nicolai Hähnle
2
-17
/
+11
2016-09-16
gallium/radeon: cleanup getting PIPE_QUERY_TIMESTAMP result
Nicolai Hähnle
1
-5
/
+1
2016-09-16
gallium/radeon: add query fences and r600_get_hw_query_params
Nicolai Hähnle
1
-16
/
+91
2016-09-16
radeonsi: add save_qbo_state
Nicolai Hähnle
3
-0
/
+22
2016-09-16
radeonsi: add si_get_shader_buffers/get_pipe_constant_buffers
Nicolai Hähnle
2
-0
/
+51
2016-09-16
gallium/radeon: add r600_gfx_{write,wait}_fence
Nicolai Hähnle
3
-38
/
+60
2016-09-16
gallium/radeon: add barrier_flags to r600_common_screen
Nicolai Hähnle
3
-0
/
+23
2016-09-16
gallivm: support negation on 64-bit integers
Nicolai Hähnle
1
-0
/
+4
2016-09-16
squash! [rfc] radeonsi: enable 64-bit integer support.
Nicolai Hähnle
2
-1
/
+5
2016-09-16
[rfc] radeonsi: enable 64-bit integer support.
Dave Airlie
2
-7
/
+58
2016-09-16
squash! gallivm/llvmpipe: add support for ARB_gpu_shader_int64.
Nicolai Hähnle
2
-10
/
+8
2016-09-16
gallivm/llvmpipe: add support for ARB_gpu_shader_int64.
Dave Airlie
6
-5
/
+518
2016-09-16
squash! tgsi/softpipe: enable ARB_gpu_shader_int64 support. (v2)
Nicolai Hähnle
1
-2
/
+0
2016-09-16
tgsi/softpipe: enable ARB_gpu_shader_int64 support. (v2)
Dave Airlie
2
-132
/
+543
2016-09-16
gallium/tgsi: add support for 64-bit integer immediates.
Dave Airlie
7
-2
/
+117
2016-09-16
gallium: add opcode and types for 64-bit integers. (v2)
Dave Airlie
4
-20
/
+368
2016-09-16
spirv: use subpass image type (v1.1)
Dave Airlie
1
-1
/
+2
2016-09-16
glsl: add subpass image type (v2)
Dave Airlie
5
-2
/
+20
2016-09-15
isl: Finish tiling filtering for Gen6.
Kenneth Graunke
3
-5
/
+15
2016-09-15
i965: enable ARB_ES3_2_compatibility on gen8+
Ilia Mirkin
3
-1
/
+3
2016-09-15
i965/nir: Roll set_default_interpolation into lower_fs_inputs
Jason Ekstrand
3
-39
/
+26
2016-09-15
i965/fs: Use NIR for handling forced per-sample interpolation
Jason Ekstrand
3
-40
/
+12
2016-09-15
nir: Add a flag to lower_io to force "sample" interpolation
Jason Ekstrand
7
-21
/
+38
2016-09-15
i965/fs: Use sample interpolation for interpolateAtCentroid in persample mode
Jason Ekstrand
1
-0
/
+26
2016-09-15
mesa: check for no matrix change in _mesa_LoadMatrixf()
Brian Paul
1
-3
/
+5
2016-09-15
direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")
Jon Turney
20
-4
/
+2066
2016-09-15
docs: add news item and link release notes for 12.0.3
Emil Velikov
2
-0
/
+7
2016-09-15
docs: add sha256 checksums for 12.0.3
Emil Velikov
1
-1
/
+2
2016-09-15
docs: add release notes for 12.0.3
Emil Velikov
1
-0
/
+70
2016-09-15
mesa: Expose RESET_NOTIFICATION_STRATEGY with KHR_robustness.
Kenneth Graunke
2
-3
/
+10
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
3
-20
/
+5
2016-09-14
intel/blorp: Emit 3DSTATE_MULTISAMPLE directly
Jason Ekstrand
3
-53
/
+45
2016-09-14
intel: Move Vulkan sample positions to common code
Jason Ekstrand
4
-21
/
+21
2016-09-15
Revert "tgsi/scan: don't set interp flags for inputs only used by INTERP inst...
Marek Olšák
1
-57
/
+48
2016-09-14
i965/vec4: Assert that pull constant load offsets are 16B-aligned.
Francisco Jerez
1
-0
/
+1
2016-09-14
i965/vec4: Assert that ATTR regions are register-aligned.
Francisco Jerez
1
-0
/
+1
2016-09-14
i965/vec4: Don't spill non-GRF-aligned register regions.
Francisco Jerez
2
-2
/
+5
2016-09-14
i965/vec4: Fix copy propagation for non-register-aligned regions.
Francisco Jerez
1
-3
/
+6
2016-09-14
i965/vec4: Compare full register offsets in cmod propagation.
Francisco Jerez
1
-1
/
+1
2016-09-14
i965/vec4: Assign correct destination offset to rewritten instruction in regi...
Francisco Jerez
1
-2
/
+1
2016-09-14
i965/vec4: Don't coalesce registers with overlapping writes not matching the ...
Francisco Jerez
1
-4
/
+6
2016-09-14
i965/vec4: Compare full register offsets in opt_register_coalesce nop move ch...
Francisco Jerez
1
-1
/
+1
2016-09-14
i965/vec4: Check that the write offsets match when setting dependency controls.
Francisco Jerez
1
-0
/
+2
2016-09-14
i965/vec4: Change opt_vector_float to keep track of the last offset seen in b...
Francisco Jerez
1
-3
/
+3
2016-09-14
i965/vec4: Simplify src/dst_reg to brw_reg conversion by using byte_offset().
Francisco Jerez
1
-7
/
+8
2016-09-14
i965/ir: Update several stale comments.
Francisco Jerez
5
-26
/
+22
2016-09-14
i965/ir: Don't print ARF subnr values twice.
Francisco Jerez
2
-8
/
+0
[next]