index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: use the new run-time linker for shaders
Nicolai Hähnle
2019-06-12
9
-237
/
+272
*
radeonsi: don't declare pointers to static strings
Nicolai Hähnle
2019-06-12
1
-2
/
+2
*
amd/common: add ac_compile_module_to_elf
Nicolai Hähnle
2019-06-12
2
-7
/
+83
*
radeonsi: dump shader binary buffer contents
Nicolai Hähnle
2019-06-12
2
-0
/
+19
*
radeonsi: return bool from si_shader_binary_upload
Nicolai Hähnle
2019-06-12
4
-19
/
+16
*
radeonsi: let si_shader_create return a boolean
Nicolai Hähnle
2019-06-12
4
-16
/
+14
*
radeonsi: use ac_shader_config
Nicolai Hähnle
2019-06-12
4
-126
/
+27
*
amd/common: add a more powerful runtime linker
Nicolai Hähnle
2019-06-12
5
-0
/
+655
*
i965: Fix INTEL_DEBUG=bat
Caio Marcelo de Oliveira Filho
2019-06-12
4
-25
/
+26
*
util/hash_table: Properly handle the NULL key in hash_table_u64
Caio Marcelo de Oliveira Filho
2019-06-12
2
-5
/
+37
*
amd/common: clarify ac_shader_binary::lds_size
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
amd/common: extract ac_parse_shader_binary_config
Nicolai Hähnle
2019-06-12
2
-34
/
+47
*
u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macros
Nicolai Hähnle
2019-06-12
10
-33
/
+49
*
u_dynarray: return 0 on realloc failure and ensure no-op
Nicolai Hähnle
2019-06-12
1
-8
/
+10
*
freedreno: use util_dynarray_clear instead of util_dynarray_resize(_, 0)
Nicolai Hähnle
2019-06-12
5
-12
/
+12
*
panfrost/midgard: Differentiate vertex/fragment texture tags
Alyssa Rosenzweig
2019-06-12
3
-4
/
+15
*
panfrost/midgard: Assert on unknown texture source
Alyssa Rosenzweig
2019-06-12
1
-5
/
+2
*
panfrost/midgard: Set minimal swizzle on texture input
Alyssa Rosenzweig
2019-06-12
1
-1
/
+2
*
panfrost/midgard: Lower texture projectors
Alyssa Rosenzweig
2019-06-12
1
-1
/
+2
*
panfrost/midgard: Implement txl
Alyssa Rosenzweig
2019-06-12
2
-8
/
+11
*
panfrost/midgard: Implement txb op
Alyssa Rosenzweig
2019-06-12
1
-10
/
+55
*
panfrost: Unify bind_vs/fs_state
Alyssa Rosenzweig
2019-06-12
1
-57
/
+49
*
panfrost: Add panfrost_job_type_for_pipe helper
Alyssa Rosenzweig
2019-06-12
1
-2
/
+29
*
panfrost/midgard: Extract emit_varying_read
Alyssa Rosenzweig
2019-06-12
1
-28
/
+37
*
panfrost: Remove "vertex/tiler render target" silliness
Alyssa Rosenzweig
2019-06-12
2
-90
/
+77
*
panfrost/decode: Print line number of bad memory access
Alyssa Rosenzweig
2019-06-12
1
-0
/
+6
*
panfrost: Replace pantrace with direct decoding
Alyssa Rosenzweig
2019-06-12
11
-259
/
+140
*
st/mesa: Add rgbx handling for fp formats
Kevin Strasser
2019-06-12
1
-0
/
+6
*
gallium/winsys/kms: Fix dumb buffer bpp
Kevin Strasser
2019-06-12
1
-1
/
+1
*
util/futex: fix dangling pointer use
Eric Engestrom
2019-06-12
1
-5
/
+5
*
radv: fix VK_EXT_memory_budget if one heap isn't available
Samuel Pitoiset
2019-06-12
1
-27
/
+33
*
radv: fix occlusion queries on VegaM
Samuel Pitoiset
2019-06-12
1
-21
/
+27
*
anv: do not parse genxml data without INTEL_DEBUG=bat
Lionel Landwerlin
2019-06-12
1
-10
/
+13
*
intel/dump: fix segfault when the app hasn't accessed the device
Lionel Landwerlin
2019-06-12
1
-3
/
+5
*
iris: Only upload surface state for grid info when needed
Caio Marcelo de Oliveira Filho
2019-06-11
1
-8
/
+14
*
iris: Create binding table slot for num_work_groups only when needed
Caio Marcelo de Oliveira Filho
2019-06-11
2
-2
/
+6
*
r300g: implement GLSL disk shader caching
Rui Salvaterra
2019-06-11
2
-1
/
+40
*
r300g: restore performance after RADEON_FLAG_NO_INTERPROCESS_SHARING was added
Richard Thier
2019-06-11
5
-6
/
+20
*
radeonsi: don't test SDMA perf if SDMA is disabled/unsupported
Marek Olšák
2019-06-11
1
-0
/
+3
*
radeonsi: always interpolate PrimID as flat
Marek Olšák
2019-06-11
1
-1
/
+2
*
radeonsi: move color clamping to si_llvm_export_vs to unify the code
Marek Olšák
2019-06-11
1
-80
/
+67
*
radeonsi: use the ac helper for index buffer stores in the culling shader
Marek Olšák
2019-06-11
5
-16
/
+15
*
radeonsi: use the ac helper for image stores
Marek Olšák
2019-06-11
1
-29
/
+6
*
radeonsi: use the ac helper for SSBO stores
Marek Olšák
2019-06-11
1
-22
/
+16
*
radeonsi: fixes for vec3 buffer stores in LLVM 9
Marek Olšák
2019-06-11
1
-3
/
+10
*
iris: Enable PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
Caio Marcelo de Oliveira Filho
2019-06-11
1
-0
/
+1
*
gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
Caio Marcelo de Oliveira Filho
2019-06-11
4
-1
/
+7
*
st/glsl: Perform some var optimizations
Caio Marcelo de Oliveira Filho
2019-06-11
1
-0
/
+3
*
anv/cmd_buffer: Reuse gen8 Cmd{Set, Reset}Event on gen7
Ville Syrjälä
2019-06-11
3
-140
/
+107
*
intel/fs: Mark source 0 of bcsel as needing Boolean resolve
Ian Romanick
2019-06-11
1
-0
/
+6
[next]