index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi/gfx10: fix InstanceID for legacy VS+GS
Marek Olšák
2019-08-27
1
-4
/
+9
*
radeonsi/gfx10: add as_ngg variant for VS as ES to select Wave32/64
Marek Olšák
2019-08-27
3
-13
/
+12
*
radeonsi/gfx10: create the GS copy shader if using legacy streamout
Marek Olšák
2019-08-27
1
-1
/
+3
*
radeonsi/gfx10: fix the PRIMITIVES_GENERATED query if using legacy streamout
Marek Olšák
2019-08-27
3
-4
/
+9
*
radeonsi/gfx10: fix tessellation for the legacy pipeline
Marek Olšák
2019-08-27
1
-0
/
+10
*
radeonsi: move some global shader cache flags to per-binary flags
Marek Olšák
2019-08-27
4
-20
/
+23
*
radeonsi/gfx10: fix the legacy pipeline by storing as_ngg in the shader cache
Marek Olšák
2019-08-27
3
-8
/
+9
*
iris: Delete dead prototype
Kenneth Graunke
2019-08-27
1
-2
/
+0
*
Revert "panfrost: Free all block/instruction objects before leaving midgard_c...
Boris Brezillon
2019-08-27
2
-15
/
+0
*
panfrost: Make sure bundle.instructions[] contains valid instructions
Boris Brezillon
2019-08-27
1
-0
/
+1
*
panfrost: Free all block/instruction objects before leaving midgard_compile_s...
Boris Brezillon
2019-08-27
2
-0
/
+15
*
panfrost: Free the instruction object in mir_remove_instruction()
Boris Brezillon
2019-08-27
1
-0
/
+1
*
scons: add support for MAJOR_IN_{MKDEV,SYSMACROS}
Eric Engestrom
2019-08-27
1
-0
/
+8
*
radv: make use of has_ls_vgpr_init_bug
Samuel Pitoiset
2019-08-27
3
-2
/
+3
*
ac: add has_ls_vgpr_init_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
6
-5
/
+6
*
ac: add has_msaa_sample_loc_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
5
-7
/
+8
*
ac: add rbplus_allowed to ac_gpu_info
Samuel Pitoiset
2019-08-27
10
-32
/
+17
*
ac: add has_tc_compat_zrange_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
6
-6
/
+7
*
ac: add has_gfx9_scissor_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
10
-16
/
+13
*
ac: add cpdma_prefetch_writes_memory to ac_gpu_info
Samuel Pitoiset
2019-08-27
9
-8
/
+6
*
ac: add has_out_of_order_rast to ac_gpu_info
Samuel Pitoiset
2019-08-27
6
-8
/
+7
*
ac: add has_load_ctx_reg_pkt to ac_gpu_info
Samuel Pitoiset
2019-08-27
5
-10
/
+8
*
ac: add has_rbplus to ac_gpu_info
Samuel Pitoiset
2019-08-27
8
-9
/
+8
*
ac: add has_dcc_constant_encode to ac_gpu_info
Samuel Pitoiset
2019-08-27
9
-14
/
+8
*
ac: add has_distributed_tess to ac_gpu_info
Samuel Pitoiset
2019-08-27
9
-14
/
+9
*
ac: add has_clear_state to ac_gpu_info
Samuel Pitoiset
2019-08-27
9
-25
/
+20
*
ac: drop llvm8 from some load/store helpers
Samuel Pitoiset
2019-08-27
1
-115
/
+75
*
gallivm: fix appveyor build after images changes
Dave Airlie
2019-08-27
1
-1
/
+2
*
docs: add shader image extensions for llvmpipe
Dave Airlie
2019-08-27
1
-4
/
+4
*
llvmpipe: enable ARB_shader_image_load_store
Dave Airlie
2019-08-27
1
-1
/
+2
*
llvmpipe: flush on api memorybarrier.
Dave Airlie
2019-08-27
1
-0
/
+9
*
gallivm: add memory barrier support
Dave Airlie
2019-08-27
1
-0
/
+11
*
gallivm: add support for fences api on older llvm
Dave Airlie
2019-08-27
2
-0
/
+16
*
llvmpipe: bind vertex/geometry shader images
Dave Airlie
2019-08-27
3
-0
/
+126
*
llvmpipe: add fragment shader image support
Dave Airlie
2019-08-27
11
-8
/
+334
*
draw: add vs/gs images support
Dave Airlie
2019-08-27
8
-7
/
+316
*
gallivm: add image load/store/atomic support
Dave Airlie
2019-08-27
7
-10
/
+684
*
gallivm/tgsi: add image interface to tgsi builder
Dave Airlie
2019-08-27
2
-1
/
+20
*
llvmpipe: introduce image jit type to fragment shader jit.
Dave Airlie
2019-08-27
2
-2
/
+67
*
draw: add jit image type for vs/gs images.
Dave Airlie
2019-08-27
2
-19
/
+109
*
llvmpipe: move the fragment shader variant key to dynamic length.
Dave Airlie
2019-08-27
2
-22
/
+46
*
gallivm: add a basic image limit
Dave Airlie
2019-08-27
1
-0
/
+2
*
llvmpipe: handle early test property.
Dave Airlie
2019-08-27
1
-2
/
+6
*
gallivm: move first/last level jit texture members.
Dave Airlie
2019-08-27
4
-20
/
+20
*
gallivm: handle helper invocation (v2)
Dave Airlie
2019-08-27
1
-0
/
+5
*
gallivm: make lp_build_float_to_r11g11b10 take a const src
Dave Airlie
2019-08-27
2
-2
/
+2
*
llvmpipe: refactor jit type creation
Dave Airlie
2019-08-27
1
-76
/
+87
*
gallivm: fix atomic compare-and-swap
Dave Airlie
2019-08-27
1
-0
/
+2
*
intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs fails
Paulo Zanoni
2019-08-26
1
-1
/
+1
*
pan/midgard: Fix invert fusing with r26
Alyssa Rosenzweig
2019-08-26
2
-2
/
+19
[next]