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
2017-05-10
radeonsi: get rid of secondary input/output word
merged-shader-io-bitfields
Nicolai Hähnle
3
-47
/
+13
2017-05-10
radeonsi: reduce the number of generics for shader IO unique indices
Nicolai Hähnle
1
-1
/
+1
2017-05-10
radeonsi: at most 8 sets of texture coordinates are supported
Nicolai Hähnle
1
-0
/
+1
2017-05-10
radeonsi: skip generic out/in indices without a shader IO index
Nicolai Hähnle
2
-1
/
+9
2017-05-10
radeonsi: use SI_MAX_IO_GENERIC instead of magic values
Nicolai Hähnle
3
-3
/
+8
2017-05-10
docs: add news item and link release notes for 17.1.0
Emil Velikov
2
-0
/
+8
2017-05-10
docs: add sha256 checksums for 17.1.0
Emil Velikov
1
-1
/
+2
2017-05-10
docs: Update 17.1.0 release notes
Emil Velikov
1
-1
/
+142
2017-05-10
st/glsl_to_tgsi: make sure resource file for samplers is PROGRAM_SAMPLER
Samuel Pitoiset
1
-9
/
+9
2017-05-10
radeonsi: silent a compiler warning
Samuel Pitoiset
1
-1
/
+1
2017-05-10
mesa: use u_bit_scan() in update_program_texture_state()
Samuel Pitoiset
1
-9
/
+5
2017-05-10
mesa: remove never used gl_shader_compiler_options::EmitNoFunctions
Samuel Pitoiset
2
-2
/
+0
2017-05-10
radeonsi: dump compute descriptor lists
Nicolai Hähnle
1
-0
/
+10
2017-05-10
radeonsi: dump both enabled and required descriptor slots
Nicolai Hähnle
1
-6
/
+12
2017-05-10
radeonsi: dump compute shader as part of debug dump
Nicolai Hähnle
1
-0
/
+11
2017-05-10
radeonsi: move struct si_compute into a header
Nicolai Hähnle
3
-21
/
+52
2017-05-10
radeonsi: split descriptor list dumping
Nicolai Hähnle
1
-16
/
+21
2017-05-10
radeonsi: split shader dumping
Nicolai Hähnle
1
-12
/
+18
2017-05-10
radeonsi: more const qualifiers in shader dump functions
Nicolai Hähnle
2
-12
/
+12
2017-05-10
ddebug: implement dd_dump_launch_grid
Nicolai Hähnle
2
-1
/
+7
2017-05-10
ddebug: extract dd_dump_shader
Nicolai Hähnle
1
-74
/
+82
2017-05-10
gallium/util: dump tokens in util_dump_shader_state only if type is TGSI
Nicolai Hähnle
1
-5
/
+7
2017-05-10
gallium/util: add util_dump_grid_info
Nicolai Hähnle
2
-0
/
+30
2017-05-10
radv: always free nir shaders from modules on stack
Grazvydas Ignotas
2
-8
/
+4
2017-05-10
anv: don't leak DRM devices
Grazvydas Ignotas
1
-0
/
+1
2017-05-10
anv: fix possible stack corruption
Grazvydas Ignotas
1
-1
/
+1
2017-05-09
i965/vec4: Delete the system value infastructure
Jason Ekstrand
11
-137
/
+5
2017-05-09
i965/vec4: Use NIR to do GS input remapping
Jason Ekstrand
9
-101
/
+59
2017-05-09
i965/fs: Move remapping of gl_PointSize to the NIR level
Jason Ekstrand
2
-26
/
+21
2017-05-09
i965/nir: Inline remap_inputs_with_vue_map
Jason Ekstrand
1
-27
/
+22
2017-05-09
i965/vec4: Use NIR remapping for VS attributes
Jason Ekstrand
6
-121
/
+34
2017-05-09
intel/compiler/vs: Move inputs_read handling to generic code
Jason Ekstrand
3
-5
/
+3
2017-05-09
i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE map
Jason Ekstrand
2
-4
/
+11
2017-05-09
i965/fs: Lower gl_VertexID and friends to inputs at the NIR level
Jason Ekstrand
4
-70
/
+74
2017-05-09
i965/vs: Set uses_vertexid and friends from brw_compile_vs
Jason Ekstrand
3
-11
/
+17
2017-05-09
i965: Move multiply by 4 for VS ATTR setup into the scalar backend.
Jason Ekstrand
2
-2
/
+2
2017-05-09
i965/nir: Inline remap_vs_attrs
Jason Ekstrand
1
-30
/
+26
2017-05-09
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
56
-421
/
+410
2017-05-09
mesa: Make _mesa_primitive_restart_index a static inline in the header.
Kenneth Graunke
2
-20
/
+15
2017-05-09
freedreno: fix clang error in fd_get_compute_param
Rob Herring
1
-1
/
+1
2017-05-09
mesa/vbo: fix invalid min/max indexes
Rob Clark
1
-6
/
+16
2017-05-09
intel: compiler: prevent integer overflow
Lionel Landwerlin
1
-2
/
+2
2017-05-09
intel: compiler: remove duplicated code
Lionel Landwerlin
1
-12
/
+0
2017-05-09
intel: gen decoder: don't check for size_t negative values
Lionel Landwerlin
1
-1
/
+1
2017-05-09
bin/*py: honor editorconfig formatting
Andres Gomez
1
-2
/
+2
2017-05-09
bin: use tabs for coding style on *.sh files
Andres Gomez
1
-2
/
+1
2017-05-09
android: i965: add per-gen libmesa_i965_gen{4,45,5} static
Mauro Rossi
1
-0
/
+66
2017-05-08
swr: fix polygonmode for front==back
George Kyriazis
2
-1
/
+27
2017-05-08
swr/rast: support polygonmode point
George Kyriazis
1
-52
/
+116
2017-05-09
util: move ALWAYS_INLINE macro to util/macro.h
Timothy Arceri
2
-11
/
+11
[next]