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
*
mesa/glspirv: Add struct gl_shader_spirv_data
Eduardo Lima Mitev
2017-12-12
2
-0
/
+42
*
mesa/glspirv: Add struct gl_spirv_module
Nicolai Hähnle
2017-12-12
2
-0
/
+33
*
mesa: add GL_ARB_gl_spirv boilerplate
Nicolai Hähnle
2017-12-12
13
-0
/
+138
*
spirv: Add support for all bit sizes in OpSwitch
Jason Ekstrand
2017-12-11
1
-8
/
+26
*
spirv: Restructure the case loop in OpSwitch handling
Jason Ekstrand
2017-12-11
1
-3
/
+11
*
spirv: Add better parameter validation for vector and matrix types
Jason Ekstrand
2017-12-11
1
-3
/
+13
*
spirv: Add type validation for OpSelect
Jason Ekstrand
2017-12-11
1
-0
/
+32
*
spirv: Add basic type validation for OpLoad, OpStore, and OpCopyMemory
Jason Ekstrand
2017-12-11
1
-4
/
+14
*
spirv: Add a prepass to set types on vtn_values
Jason Ekstrand
2017-12-11
6
-3
/
+149
*
spirv: Add a vtn_type field to all vtn_values
Jason Ekstrand
2017-12-11
2
-42
/
+31
*
anv: fix bug when using component qualifier in FS outputs
Samuel Iglesias Gonsálvez
2017-12-12
1
-19
/
+44
*
st/mesa: swizzle argument when there's a vector size mismatch
Ilia Mirkin
2017-12-11
1
-1
/
+24
*
gallivm: fix texture wrapping for texture gather for mirror modes
Roland Scheidegger
2017-12-12
1
-74
/
+171
*
spirv: Allow ignoring decorations for workgroup variables
Jason Ekstrand
2017-12-11
1
-1
/
+3
*
spirv: Set lengths on scalar and vector types
Jason Ekstrand
2017-12-11
1
-0
/
+4
*
ac/nir: Support vulkan_resource_reindex.
Bas Nieuwenhuizen
2017-12-12
1
-0
/
+14
*
ac/nir: Don't load the descriptor in vulkan_resource_index.
Bas Nieuwenhuizen
2017-12-12
1
-5
/
+13
*
winsys/amdgpu: disable local BOs again due to worse performance
Marek Olšák
2017-12-11
1
-2
/
+3
*
drirc: whitelist glthread for Mount and Blade Warband again
Marek Olšák
2017-12-11
1
-0
/
+3
*
radv: Don't use local BOs when allocating with export options.
Bas Nieuwenhuizen
2017-12-10
1
-1
/
+3
*
spirv: Fix loading an entire block at once.
Bas Nieuwenhuizen
2017-12-10
1
-30
/
+33
*
anv: Enable UBO pushing
Jason Ekstrand
2017-12-08
2
-0
/
+7
*
i965/fs: Handle !supports_pull_constants and push UBOs properly
Jason Ekstrand
2017-12-08
1
-1
/
+1
*
anv/device: Increase the UBO alignment requirement to 32
Jason Ekstrand
2017-12-08
1
-2
/
+10
*
anv/cmd_buffer: Add support for pushing UBO ranges
Jason Ekstrand
2017-12-08
2
-33
/
+112
*
anv/cmd_buffer: Add some stage asserts
Jason Ekstrand
2017-12-08
1
-0
/
+6
*
anv/cmd_buffer: Add some helpers for working with descriptor sets
Jason Ekstrand
2017-12-08
1
-11
/
+34
*
anv/pipeline: Translate vulkan_resource_index to a constant when possible
Jason Ekstrand
2017-12-08
1
-4
/
+13
*
i965/fs: Rewrite assign_constant_locations
Jason Ekstrand
2017-12-08
1
-133
/
+185
*
anv: Disable VK_KHR_16bit_storage
Jason Ekstrand
2017-12-08
2
-3
/
+3
*
radeon/vce: move destroy command before feedback command
Leo Liu
2017-12-08
1
-1
/
+1
*
docs/llvmpipe: document ppc64le as alternative architecture to x86.
Ben Crocker
2017-12-08
1
-3
/
+9
*
docs/release-calendar: drop 17.3.0 from the table
Emil Velikov
2017-12-08
1
-7
/
+1
*
docs: add news item and link release notes for 17.3.0
Emil Velikov
2017-12-08
2
-0
/
+8
*
docs: add sha256 checksums for 17.3.0
Emil Velikov
2017-12-08
1
-1
/
+2
*
docs: Update 17.3.0 release notes
Emil Velikov
2017-12-08
1
-5
/
+178
*
radv: do not print ASM to stderr when dumping shaders
Samuel Pitoiset
2017-12-08
1
-1
/
+1
*
radv/winsys: implement query_value()
Samuel Pitoiset
2017-12-08
2
-0
/
+72
*
radv: remove useless check radv_set_dcc_need_cmask_elim_pred()
Samuel Pitoiset
2017-12-08
1
-2
/
+1
*
radv: remove useless checks in radv_set_{color,depth}_clear_regs()
Samuel Pitoiset
2017-12-08
1
-4
/
+2
*
radv: only re-mit the index type when it changes
Samuel Pitoiset
2017-12-08
2
-10
/
+24
*
radv: only reset command buffers that are not in the initial state
Samuel Pitoiset
2017-12-08
1
-4
/
+9
*
radv: track different status of a command buffer
Samuel Pitoiset
2017-12-08
3
-0
/
+17
*
radv: fix TC-compat HTILE with VK_FORMAT_D32_SFLOAT_S8_UINT on Vega
Samuel Pitoiset
2017-12-08
1
-0
/
+6
*
docs: Update GL_ARB_get_program_binary docs to support 1 format
Jordan Justen
2017-12-08
2
-1
/
+2
*
i965: Add ARB_get_program_binary support using nir_serialization
Jordan Justen
2017-12-08
6
-6
/
+99
*
main: Clear shader program data whenever ProgramBinary is called
Jordan Justen
2017-12-08
1
-0
/
+3
*
main: add binary support to ProgramBinary
Jordan Justen
2017-12-08
1
-17
/
+19
*
main: add binary support to GetProgramBinary
Jordan Justen
2017-12-08
1
-6
/
+9
*
main: Support getting GL_PROGRAM_BINARY_LENGTH
Jordan Justen
2017-12-08
1
-1
/
+6
[next]