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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Use ralloc() to allocate instructions to avoid leaking those objs
Boris Brezillon
2019-08-28
8
-16
/
+17
*
util: Prevent strcasecmp macro redefinion.
Jose Fonseca
2019-08-28
1
-0
/
+3
*
util: Prevent implicit declaration of function getenv.
Jose Fonseca
2019-08-28
1
-0
/
+1
*
glx: Fix incompatible function pointer types.
Jose Fonseca
2019-08-28
1
-1
/
+1
*
lima: fix texture descriptor issues
Vasily Khoruzhick
2019-08-28
2
-17
/
+13
*
iris: Drop swizzling parameter from s8_offset.
Kenneth Graunke
2019-08-27
1
-19
/
+3
*
mesa: Fix _mesa_float_to_unorm() on 32-bit systems.
Kenneth Graunke
2019-08-27
1
-1
/
+1
*
util: Add a _mesa_i64roundevenf() helper.
Kenneth Graunke
2019-08-27
1
-0
/
+16
*
glx: Unset the direct_support bit for GLX_EXT_import_context
Adam Jackson
2019-08-27
1
-1
/
+1
*
util: add auxv based PowerPC AltiVec/VSX detection
Daniel Kolesa
2019-08-27
1
-4
/
+25
*
intel/compiler: Use new Gen11 headerless RT writes for MRT cases
Kenneth Graunke
2019-08-27
1
-2
/
+13
*
intel/compiler: Use generic SEND for Gen7+ FB writes
Kenneth Graunke
2019-08-27
2
-6
/
+28
*
intel/compiler: Refactor FB write message control setup into a helper.
Kenneth Graunke
2019-08-27
3
-26
/
+37
*
intel/compiler: Handle bits 15:12 in brw_send_indirect_split_message()
Kenneth Graunke
2019-08-27
1
-2
/
+12
*
intel/compiler: Fix src0/desc setter ordering
Kenneth Graunke
2019-08-27
1
-2
/
+2
*
radeonsi: fix scratch buffer WAVESIZE setting leading to corruption
Marek Olšák
2019-08-27
3
-31
/
+39
*
radeonsi: unbind blend/DSA/rasterizer state correctly in delete functions
Marek Olšák
2019-08-27
1
-1
/
+9
*
radeonsi: align scratch and ring buffer allocations for faster memory access
Marek Olšák
2019-08-27
3
-7
/
+11
*
radeonsi: consolidate determining VGPR_COMP_CNT for API VS
Marek Olšák
2019-08-27
1
-44
/
+32
*
radeonsi/gfx10: set PA_CL_VS_OUT_CNTL with CONTEXT_REG_RMW to fix edge flags
Marek Olšák
2019-08-27
5
-18
/
+59
*
radeonsi/gfx10: remove incorrect ngg/pos_writes_edgeflag variables
Marek Olšák
2019-08-27
4
-21
/
+14
*
radeonsi: add PKT3_CONTEXT_REG_RMW
Marek Olšák
2019-08-27
2
-0
/
+31
*
winsys/amdgpu+radeon: process AMD_DEBUG in addition to R600_DEBUG
Marek Olšák
2019-08-27
2
-4
/
+8
*
radeonsi/gfx10: add AMD_DEBUG=nongg
Marek Olšák
2019-08-27
2
-1
/
+4
*
radeonsi/gfx10: finish up Navi14, add PCI ID
Marek Olšák
2019-08-27
1
-1
/
+2
*
radeonsi/gfx10: always use the legacy pipeline for streamout
Marek Olšák
2019-08-27
1
-1
/
+1
*
radeonsi/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0
Marek Olšák
2019-08-27
1
-1
/
+2
*
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
*
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
[next]