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: Force flush every compute job
Alyssa Rosenzweig
2019-08-12
1
-0
/
+2
*
panfrost: Add SSBO system value
Alyssa Rosenzweig
2019-08-12
3
-0
/
+38
*
gallium/util: Add u_stream_outputs_for_vertices helper
Alyssa Rosenzweig
2019-08-12
1
-0
/
+19
*
radeonsi: remove the always_nir option
Marek Olšák
2019-08-12
4
-6
/
+2
*
radeonsi/nir: implement default tess level system values
Marek Olšák
2019-08-12
3
-18
/
+45
*
compiler: add SYSTEM_VALUE_TESS_LEVEL_OUTER/INNER_DEFAULT
Marek Olšák
2019-08-12
4
-0
/
+20
*
gallium: add TGSI_SEMANTIC_DEFAULT_OUTER/INNER_LEVEL
Marek Olšák
2019-08-12
5
-12
/
+19
*
tgsi_to_nir: handle tess level inner/outer varyings
Marek Olšák
2019-08-12
1
-0
/
+7
*
tgsi_to_nir: add support for the stencil FS output
Marek Olšák
2019-08-12
1
-5
/
+12
*
tgsi_to_nir: add support for TEX_LZ
Marek Olšák
2019-08-12
1
-2
/
+9
*
compiler: add SYSTEM_VALUE_USER_DATA_AMD
Marek Olšák
2019-08-12
7
-0
/
+23
*
compiler: add shader_info.cs.user_data_components_amd
Marek Olšák
2019-08-12
3
-0
/
+5
*
tgsi_to_nir: add basic compute shader support
Marek Olšák
2019-08-12
1
-0
/
+23
*
tgsi_to_nir: add support for LOAD & STORE with SSBOs and images
Marek Olšák
2019-08-12
1
-2
/
+310
*
tgsi_to_nir: make setup_texture_info reusable
Marek Olšák
2019-08-12
1
-36
/
+48
*
tgsi_to_nir: add support for TXF_LZ
Marek Olšák
2019-08-12
1
-4
/
+13
*
compiler: add shader_info.vs.blit_sgprs_amd
Marek Olšák
2019-08-12
3
-0
/
+12
*
tgsi_to_nir: be careful about not losing any TGSI properties silently (v2)
Marek Olšák
2019-08-12
1
-1
/
+48
*
tgsi/scan: don't set GS_INVOCATIONS for all shader stages
Marek Olšák
2019-08-12
1
-1
/
+3
*
compiler: add ACCESS_STREAM_CACHE_POLICY
Marek Olšák
2019-08-12
2
-0
/
+6
*
gallium: add AMD-specific compute TGSI enums
Marek Olšák
2019-08-12
6
-11
/
+9
*
gallium: add TGSI_PROPERTY_VS_BLIT_SGPRS_AMD for tgsi_to_nir
Marek Olšák
2019-08-12
7
-15
/
+14
*
st/mesa: don't allocate mipmapped texture for NEAREST_MIPMAP_LINEAR
Marek Olšák
2019-08-12
1
-0
/
+12
*
glsl: Optimize the SoftFP64 shader when first creating it.
Kenneth Graunke
2019-08-12
1
-0
/
+13
*
etnaviv: fix compile warnings in release build
Christian Gmeiner
2019-08-12
2
-2
/
+2
*
radv: Do not setup attachments without a framebuffer.
Bas Nieuwenhuizen
2019-08-12
1
-3
/
+5
*
anv: Implement VK_EXT_subgroup_size_control version 2
Jason Ekstrand
2019-08-12
2
-1
/
+9
*
vulkan: Update the XML and headers to 1.1.119
Jason Ekstrand
2019-08-12
1
-13
/
+162
*
radv: Hash Wave32 settings in shader key.
Bas Nieuwenhuizen
2019-08-12
2
-0
/
+9
*
radv: Properly use Wave64 for non-NGG GS and copy shader.
Bas Nieuwenhuizen
2019-08-12
1
-1
/
+4
*
radv: Put wave size in shader options/info.
Bas Nieuwenhuizen
2019-08-12
4
-48
/
+38
*
iris: reorder arguments as expected by the function
Tapani Pälli
2019-08-12
1
-2
/
+2
*
iris/android: move iris_query.c to 'per gen' LIBIRIS_SRC_FILES
Tapani Pälli
2019-08-12
2
-1
/
+1
*
iris: Free query on error path
Kenneth Graunke
2019-08-11
1
-1
/
+3
*
iris: Add missing 'break'
Kenneth Graunke
2019-08-11
1
-0
/
+1
*
spirv: Drop lower_workgroup_access_to_offsets
Caio Marcelo de Oliveira Filho
2019-08-10
5
-138
/
+14
*
i965/spirv: Lower shared memory later
Caio Marcelo de Oliveira Filho
2019-08-10
2
-1
/
+20
*
i965: Use force_compat_profile driconf option
Danylo Piliaiev
2019-08-10
2
-2
/
+8
*
i965: fix mem leak in error path
Eric Engestrom
2019-08-10
1
-1
/
+3
*
iris: minor restyling
Kenneth Graunke
2019-08-10
2
-35
/
+42
*
iris/query: enable amd performance monitors
Mark Janes
2019-08-09
1
-1
/
+39
*
iris/perf: get monitor results
Mark Janes
2019-08-09
2
-0
/
+66
*
iris/perf: add begin/end hooks
Mark Janes
2019-08-09
2
-0
/
+28
*
iris/perf: add delete query
Mark Janes
2019-08-09
2
-0
/
+16
*
iris/perf: implement iris_create_monitor_object
Mark Janes
2019-08-09
4
-0
/
+110
*
iris/perf: implement routines to return counter info
Mark Janes
2019-08-09
7
-1
/
+360
*
anv: add missing `break`
Eric Engestrom
2019-08-09
1
-0
/
+1
*
util: drop final reference to p_compiler.h
Lionel Landwerlin
2019-08-09
3
-40
/
+38
*
util: os_misc: drop p_compiler.h include
Lionel Landwerlin
2019-08-09
1
-1
/
+2
*
util: u_math: drop p_compiler.h include
Lionel Landwerlin
2019-08-09
2
-25
/
+23
[next]