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-11-02
radeonsi: generate GS prolog to (partially) fix triangle strip adjacency rota...
wip
Nicolai Hähnle
6
-4
/
+146
2016-11-02
radeonsi: remove si_shader_context::is_gs_copy_shader
Nicolai Hähnle
2
-8
/
+4
2016-11-02
radeonsi: make the GS copy shader owned by the GS selector
Nicolai Hähnle
4
-20
/
+31
2016-11-02
radeonsi: si_shader_vs only depends on the GS selector
Nicolai Hähnle
1
-2
/
+2
2016-11-02
radeonsi: si_vgt_gs_mode only depends on the selector
Nicolai Hähnle
1
-3
/
+3
2016-11-02
radeonsi: make si_generate_gs_copy_shader usable as a standalone function
Nicolai Hähnle
1
-36
/
+43
2016-11-02
radeonsi: unify the si_compile_* functions for prologs and epilogs
Nicolai Hähnle
1
-178
/
+61
2016-11-02
radeonsi: get rid of no_{prolog,epilog}
Nicolai Hähnle
2
-153
/
+80
2016-11-02
radeonsi: get rid of si_llvm_emit_fs_epilogue
Nicolai Hähnle
1
-96
/
+1
2016-11-02
radeonsi: get rid of get_interp_param
Nicolai Hähnle
1
-52
/
+2
2016-11-02
radeonsi: get rid of select_interp_param
Nicolai Hähnle
1
-41
/
+0
2016-11-02
radeonsi: use TCS epilog for monolithic shaders
Nicolai Hähnle
1
-1
/
+21
2016-11-02
radeonsi: extract si_build_tcs_epilog_function
Nicolai Hähnle
1
-33
/
+46
2016-11-02
radeonsi: use VS epilog for monolithic TES
Nicolai Hähnle
1
-0
/
+13
2016-11-02
radeonsi: use VS prolog and epilog for monolithic shaders
Nicolai Hähnle
1
-2
/
+33
2016-11-02
radeonsi: extract si_build_vs_{prolog,epilog}_function
Nicolai Hähnle
1
-67
/
+115
2016-11-02
radeonsi: use PS prolog for monolithic shaders
Nicolai Hähnle
1
-10
/
+32
2016-11-02
radeonsi: set num_input_vgprs for fragment shaders in create_function
Nicolai Hähnle
1
-6
/
+11
2016-11-02
radeonsi: extract si_build_ps_prolog_function
Nicolai Hähnle
1
-139
/
+171
2016-11-02
radeonsi: use PS epilog for monolithic shaders
Nicolai Hähnle
1
-0
/
+207
2016-11-02
radeonsi: extract si_build_ps_epilog_function
Nicolai Hähnle
1
-35
/
+60
2016-11-02
radeonsi: pass the function name to si_llvm_create_func
Nicolai Hähnle
3
-8
/
+11
2016-11-02
radeonsi: split is_monolithic into no_prolog and no_epilog
Nicolai Hähnle
2
-17
/
+33
2016-11-02
radeonsi: free data structures when shader compiles fail
Nicolai Hähnle
1
-11
/
+11
2016-11-02
radeonsi: move main TGSI translation into its own function
Nicolai Hähnle
1
-45
/
+58
2016-11-02
radeonsi: add always-inline pass to si_llvm_finalize_module
Nicolai Hähnle
1
-5
/
+5
2016-11-02
radeonsi: fix signature of export intrinsic in VS epilog
Nicolai Hähnle
1
-3
/
+3
2016-11-02
radeonsi: link against amd_common
Nicolai Hähnle
1
-0
/
+1
2016-11-02
amd/common: add ac_is_sgpr_param helper
Nicolai Hähnle
2
-0
/
+12
2016-11-02
amd/common: build also for gallium drivers
Nicolai Hähnle
3
-2
/
+13
2016-11-02
amd/common: move llvm helper prototype to ac_llvm_util.h
Nicolai Hähnle
4
-7
/
+13
2016-11-02
glsl: compute lvalues of [in]out parameters before inlined function body
Nicolai Hähnle
1
-10
/
+81
2016-11-02
radeonsi: fix BFE/BFI lowering for GLSL semantics
Nicolai Hähnle
1
-3
/
+34
2016-11-02
tgsi: align the definition of BFI & [UI]BFE with GLSL
Nicolai Hähnle
1
-20
/
+15
2016-11-02
radv: expose xlib platform extension
Dave Airlie
1
-0
/
+6
2016-11-01
intel: aubinator: print field values if available
Lionel Landwerlin
3
-5
/
+34
2016-11-01
intel: aubinator: load fields values from xml data
Lionel Landwerlin
2
-0
/
+40
2016-11-01
intel: aubinator: print boolean fields to true with colors
Lionel Landwerlin
3
-6
/
+17
2016-11-01
amd: fix a typo in PIXEL_PIPE_STAT_RESET definition
Marek Olšák
1
-1
/
+1
2016-11-01
gallium/radeon: add enum radeon_micro_mode
Marek Olšák
3
-7
/
+14
2016-11-01
gallium/radeon: make it clear that DRM 2.x.x fast clear constraint is CIK-only
Marek Olšák
1
-2
/
+2
2016-11-01
gallium/radeon: remove r600_surface::level_info
Marek Olšák
3
-7
/
+6
2016-11-01
gallium/radeon: add radeon_surf::is_linear
Marek Olšák
8
-13
/
+15
2016-11-01
gallium/radeon: remove radeon_surf_level::pitch_bytes
Marek Olšák
13
-44
/
+48
2016-11-01
gallium/radeon: don't call u_format helpers if we have that info already
Marek Olšák
2
-10
/
+8
2016-11-01
gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levels
Marek Olšák
6
-15
/
+19
2016-11-01
radeonsi: add a driver query for counting CP DMA calls
Marek Olšák
4
-0
/
+13
2016-11-01
radeonsi: add a driver query for shader cache hits
Marek Olšák
4
-1
/
+16
2016-11-01
gbm: set up the interop extension for egl/drm
Marek Olšák
3
-0
/
+3
2016-11-01
nvc0: do not duplicate similar performance metrics
Samuel Pitoiset
1
-43
/
+7
[next]