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
*
anv/cmd_buffer: Move dirty bits into anv_cmd_*_state
Jason Ekstrand
2018-01-26
7
-60
/
+62
*
anv: Separate compute and graphics descriptor sets
Jason Ekstrand
2018-01-26
4
-32
/
+70
*
anv/cmd_buffer: Use anv_descriptor_for_binding for samplers
Jason Ekstrand
2018-01-26
1
-4
/
+2
*
anv/cmd_buffer: Add a helper for binding descriptor sets
Jason Ekstrand
2018-01-26
1
-28
/
+42
*
anv/cmd_buffer: Refactor ensure_push_descriptor_set
Jason Ekstrand
2018-01-26
1
-11
/
+13
*
anv: Remove semicolons from vk_error[f] definitions
Jason Ekstrand
2018-01-26
1
-2
/
+2
*
anv/cmd_buffer: Add substructs to anv_cmd_state for graphics and compute
Jason Ekstrand
2018-01-26
5
-32
/
+74
*
anv/cmd_buffer: Use some pre-existing pipeline temporaries
Jason Ekstrand
2018-01-26
2
-7
/
+5
*
anv/cmd_buffer: Rework anv_cmd_state_reset
Jason Ekstrand
2018-01-26
1
-38
/
+22
*
anv/cmd_buffer: Get rid of the meta query workaround
Jason Ekstrand
2018-01-26
3
-16
/
+0
*
anv/cmd_state: Drop the scratch_size field
Jason Ekstrand
2018-01-26
1
-1
/
+0
*
anv/pipeline: Don't assert on more than 32 samplers
Jason Ekstrand
2018-01-26
1
-1
/
+7
*
meson: fix some defines misspelled errors in meson.build
Marc Dietrich
2018-01-26
1
-2
/
+2
*
Update version to 18.0.0-rc2
mesa-18.0.0-rc2
Emil Velikov
2018-01-23
1
-1
/
+1
*
Update version to 18.0.0-rc1
mesa-18.0.0-rc1
mesa-18.0-0-rc1
Emil Velikov
2018-01-23
1
-1
/
+1
*
automake: small cleanup after the meson.build inclusion
18.0-branchpoint
Emil Velikov
2018-01-23
4
-5
/
+4
*
automake: anv: ship anv_extensions_gen.py in the tarball
Emil Velikov
2018-01-23
1
-0
/
+1
*
automake: vc5: remove non-applicable v3dx_simulator.h
Emil Velikov
2018-01-23
1
-1
/
+0
*
ac/nir: Use instance_rate_inputs per attribute, not per variable.
Bas Nieuwenhuizen
2018-01-23
1
-14
/
+13
*
anv: Return trampoline entrypoints from GetInstanceProcAddr
Jason Ekstrand
2018-01-23
2
-1
/
+50
*
anv/entrypoints: Use an named tuple for params
Jason Ekstrand
2018-01-23
1
-11
/
+23
*
anv: Only advertise enabled entrypoints
Jason Ekstrand
2018-01-23
3
-6
/
+74
*
anv: Add a per-device dispatch table
Jason Ekstrand
2018-01-23
2
-1
/
+44
*
anv: Add a per-instance dispatch table
Jason Ekstrand
2018-01-23
2
-1
/
+7
*
anv: Properly NULL for GetInstanceProcAddr with a null instance
Jason Ekstrand
2018-01-23
1
-1
/
+23
*
anv/extensions: Fix VkVersion::c_vk_version for patch == None
Jason Ekstrand
2018-01-23
1
-1
/
+2
*
anv/entrypoints: Parse entrypoints before extensions/features
Jason Ekstrand
2018-01-23
1
-15
/
+17
*
anv/entrypoints: Expose the different dispatch tables
Jason Ekstrand
2018-01-23
1
-8
/
+12
*
anv/entrypoints: Split entrypoint index lookup into its own function
Jason Ekstrand
2018-01-23
2
-5
/
+16
*
anv/entrypoints: Add a LAYERS helper variable
Jason Ekstrand
2018-01-23
1
-7
/
+15
*
anv/entrypoints: Add an Entrypoint class
Jason Ekstrand
2018-01-23
1
-50
/
+63
*
anv: Add a per-device table of enabled extensions
Jason Ekstrand
2018-01-23
2
-0
/
+5
*
anv: Use tables for device extension wrangling
Jason Ekstrand
2018-01-23
3
-32
/
+49
*
anv: Add a per-instance table of enabled extensions
Jason Ekstrand
2018-01-23
2
-0
/
+6
*
anv: Use tables for instance extension wrangling
Jason Ekstrand
2018-01-23
3
-31
/
+34
*
anv/extensions: Generate a header file with extension tables
Jason Ekstrand
2018-01-23
5
-10
/
+92
*
anv/meson: Simplify some dependency and flag tracking
Jason Ekstrand
2018-01-23
1
-9
/
+16
*
anv: Split anv_extensions.py into two files
Jason Ekstrand
2018-01-23
4
-157
/
+189
*
anv/meson: Make anv_entrypoints_gen.py depend on anv_extensions.py
Jason Ekstrand
2018-01-23
1
-1
/
+2
*
ac: fix image load store for GLSL_SAMPLER_DIM_3D
Timothy Arceri
2018-01-23
1
-1
/
+3
*
ac: image size builtin for GLSL_SAMPLER_DIM_3D
Timothy Arceri
2018-01-23
1
-1
/
+2
*
swr: refactor swr_create_screen to allow for proper cleanup on error
Chuck Atkins
2018-01-22
4
-56
/
+79
*
intel: Add Geminilake brand strings
Anuj Phogat
2018-01-22
1
-2
/
+2
*
ac: fix ac_build_varying_gather_values() for packed layouts
Timothy Arceri
2018-01-23
1
-1
/
+1
*
ac: remove arrays when when querying sampler info
Timothy Arceri
2018-01-23
1
-3
/
+1
*
glsl: add image and sampler (un)packing support to glsl to nir
Timothy Arceri
2018-01-23
1
-0
/
+4
*
nir: add image and sampler type to glsl_get_bit_size()
Timothy Arceri
2018-01-23
1
-0
/
+2
*
ac: fix emit vertex stream parameter
Timothy Arceri
2018-01-23
1
-2
/
+3
*
ac: add support for gl_HelperInvocation
Timothy Arceri
2018-01-23
1
-0
/
+14
*
ac/radeonsi: add emit primitive to the abi
Timothy Arceri
2018-01-23
3
-2
/
+8
[next]