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
2017-07-26
anv: only expose up to 28 vertex attributes
Iago Toral Quiroga
1
-1
/
+1
2017-07-26
anv/cmd_buffer: fix off by one error in assertion
Iago Toral Quiroga
1
-1
/
+1
2017-07-25
intel/decoder: Reuse the gen_make_gen() helper.
Eric Anholt
1
-3
/
+1
2017-07-25
intel/decoder: Reuse the MAX2 macro instead of defining another one.
Eric Anholt
1
-3
/
+1
2017-07-24
intel/blorp: ship blorp_genX_exec.h within the tarball
Emil Velikov
1
-0
/
+1
2017-07-22
anv/image: zalloc image views
Jason Ekstrand
1
-7
/
+1
2017-07-22
anv/image: Use vk_zalloc instead of an explicit memset
Jason Ekstrand
1
-3
/
+2
2017-07-22
anv: Separate surface states by layout instead of aux_usage
Jason Ekstrand
4
-53
/
+58
2017-07-22
intel/isl: Add some sanity checks for compressed surfaces
Jason Ekstrand
1
-0
/
+18
2017-07-22
intel/isl: Add a helper to get a subimage surface
Jason Ekstrand
3
-30
/
+76
2017-07-22
anv: Get rid of some unused function declarations
Jason Ekstrand
1
-7
/
+0
2017-07-22
intel/isl: Add a helper for determining if a color is 0/1
Jason Ekstrand
2
-0
/
+30
2017-07-22
intel/blorp: Allow blorp_copy on sRGB formats
Jason Ekstrand
1
-2
/
+16
2017-07-22
intel/isl/format: Add an srgb_to_linear helper
Jason Ekstrand
2
-1
/
+53
2017-07-22
intel/isl/format: Dedent the template in gen_format_layout.py
Jason Ekstrand
1
-58
/
+57
2017-07-22
intel/isl: Add an aux state for "partial clear"
Jason Ekstrand
1
-35
/
+53
2017-07-22
intel/blorp: Add a partial resolve pass for MCS
Jason Ekstrand
4
-1
/
+213
2017-07-22
anv: Predicate fast-clear resolves
Nanley Chery
3
-16
/
+120
2017-07-22
intel/blorp: Allow BLORP calls to be predicated
Nanley Chery
2
-0
/
+6
2017-07-22
anv/cmd_buffer: Skip some input attachment transitions
Nanley Chery
1
-5
/
+26
2017-07-22
anv: Stop resolving CCS implicitly
Nanley Chery
3
-169
/
+5
2017-07-22
anv: Transition more color buffer layouts
Nanley Chery
2
-28
/
+169
2017-07-22
anv/cmd_buffer: Warn about not enabling CCS_E
Nanley Chery
1
-5
/
+7
2017-07-22
anv/cmd_buffer: Move aux_usage assignment up
Nanley Chery
1
-32
/
+30
2017-07-22
anv/cmd_buffer: Always enable CCS_D in render passes
Nanley Chery
2
-11
/
+20
2017-07-22
anv/cmd_buffer: Disable CCS on gen7 color attachments upfront
Nanley Chery
1
-11
/
+5
2017-07-22
anv/cmd_buffer: Ensure fast-clear values are current
Nanley Chery
1
-0
/
+114
2017-07-22
anv/gpu_memcpy: Add a lighter-weight GPU memcpy function
Nanley Chery
2
-0
/
+45
2017-07-22
anv/cmd_buffer: Restrict fast clears in the GENERAL layout
Nanley Chery
3
-0
/
+40
2017-07-22
anv/cmd_buffer: Don't partially fast clear image layers
Nanley Chery
1
-8
/
+23
2017-07-22
anv/cmd_buffer: Initialize the clear values buffer
Nanley Chery
1
-1
/
+78
2017-07-22
anv/image: Append CCS/MCS with a fast-clear state buffer
Nanley Chery
2
-0
/
+90
2017-07-22
anv/image: Disable CCS if the image doesn't support rendering
Nanley Chery
1
-0
/
+15
2017-07-22
intel/isl: Add surface state clear value information
Nanley Chery
2
-0
/
+13
2017-07-22
anv: Transition MCS buffers from the undefined layout
Nanley Chery
3
-18
/
+35
2017-07-22
intel/isl: Tighten up restrictions for CCS on gen7
Jason Ekstrand
1
-7
/
+23
2017-07-22
anv/blorp: Assert isl_surf_init success in do_buffer_copy
Jason Ekstrand
1
-13
/
+15
2017-07-22
anv/blorp: Explicitly set row_pitch in do_buffer_copy
Jason Ekstrand
1
-1
/
+1
2017-07-21
i965: Set lower_vote_trivial in vector_nir_options_gen6 too.
Kenneth Graunke
1
-0
/
+1
2017-07-22
intel/isl/gen7: Don't allow multisampled surfaces with valign2
Topi Pohjolainen
1
-19
/
+23
2017-07-22
intel/isl/gen7: Allow msaa with signed integer formats
Topi Pohjolainen
1
-2
/
+3
2017-07-22
intel/isl/gen7: Allow msaa with 128-bit formats
Topi Pohjolainen
1
-4
/
+7
2017-07-22
intel/isl: Allow 1D surfaces with compressed formats
Topi Pohjolainen
1
-1
/
+1
2017-07-22
intel/isl: Align non-tiled horizontally by cache line
Topi Pohjolainen
1
-1
/
+15
2017-07-20
i965/fs: Match destination type to size for ballot
Matt Turner
2
-2
/
+6
2017-07-20
nir: Reduce destination size of ballot intrinsic when possible
Matt Turner
1
-0
/
+1
2017-07-20
i965/fs: Implement ARB_shader_ballot operations
Matt Turner
3
-0
/
+48
2017-07-20
i965/fs: Do not move MOVs writing the flag outside of control flow
Matt Turner
1
-2
/
+4
2017-07-20
i965/fs: Handle explicit flag sources in flags_read()
Francisco Jerez
1
-4
/
+5
2017-07-20
nir: Add system values from ARB_shader_ballot
Matt Turner
2
-3
/
+3
[next]