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
*
vulkan/util: generate instance/device dispatch tables
Lionel Landwerlin
2019-03-06
5
-24
/
+148
*
vulkan/util: make header available from c++
Lionel Landwerlin
2019-03-06
1
-1
/
+9
*
iris: setup EdgeFlag Vertex Element when needed.
Jose Maria Casanova Crespo
2019-03-06
3
-15
/
+86
*
v3d: Include a count of register pressure in the RA failure dumps.
Eric Anholt
2019-03-06
1
-1
/
+13
*
radv: enable lower_mul_2x32_64
Samuel Pitoiset
2019-03-06
1
-0
/
+1
*
st/nir: Move 64-bit lowering later
Jason Ekstrand
2019-03-06
1
-2
/
+5
*
intel/nir: Move 64-bit lowering later
Jason Ekstrand
2019-03-06
1
-21
/
+13
*
nir/lower_doubles: Inline functions directly in lower_doubles
Jason Ekstrand
2019-03-06
9
-63
/
+53
*
nir/deref: Expose nir_opt_deref_impl
Jason Ekstrand
2019-03-06
2
-1
/
+2
*
nir/inline_functions: Break inlining into a builder helper
Jason Ekstrand
2019-03-06
3
-40
/
+60
*
glsl/nir: Inline functions in float64_funcs_to_nir
Jason Ekstrand
2019-03-06
1
-0
/
+5
*
glsl/nir: Add a shared helper for building float64 shaders
Jason Ekstrand
2019-03-06
7
-99
/
+70
*
intel/nir: Drop an unneeded lower_constant_initializers call
Jason Ekstrand
2019-03-06
1
-2
/
+0
*
intel/debug: Add a debug flag to force software fp64
Jason Ekstrand
2019-03-06
3
-2
/
+4
*
i965: Compile the fp64 program based on nir options
Jason Ekstrand
2019-03-06
1
-1
/
+2
*
nir: Teach loop unrolling about 64-bit instruction lowering
Jason Ekstrand
2019-03-06
3
-13
/
+79
*
nir: Expose double and int64 op_to_options_mask helpers
Jason Ekstrand
2019-03-06
3
-51
/
+23
*
compiler/nir: add an is_conversion field to nir_op_info
Iago Toral Quiroga
2019-03-06
3
-33
/
+47
*
intel/fs: Fix extract_u8 of an odd byte from a 64-bit integer
Ian Romanick
2019-03-06
1
-0
/
+7
*
intel/fs: nir_op_extract_i8 extracts a byte, not a word
Ian Romanick
2019-03-06
1
-2
/
+4
*
intel/compiler: Silence unused parameter warning in brw_interpolation_map.c
Ian Romanick
2019-03-06
3
-7
/
+4
*
intel/compiler: Silence many unused parameter warnings in brw_eu.h
Ian Romanick
2019-03-06
1
-9
/
+9
*
meson: remove unused include_directories(vulkan)
Eric Engestrom
2019-03-06
2
-2
/
+1
*
meson: fix with_dri2 definition for GNU Hurd
Eric Engestrom
2019-03-06
1
-1
/
+2
*
radv: set num_components on vulkan_resource_index intrinsic
Lionel Landwerlin
2019-03-06
3
-10
/
+20
*
nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()
Timothy Arceri
2019-03-06
25
-45
/
+45
*
glsl: rename record_types -> struct_types
Timothy Arceri
2019-03-06
2
-10
/
+10
*
glsl: rename record_location_offset() -> struct_location_offset()
Timothy Arceri
2019-03-06
8
-11
/
+11
*
glsl: rename get_record_instance() -> get_struct_instance()
Timothy Arceri
2019-03-06
5
-7
/
+7
*
glsl: rename is_record() -> is_struct()
Timothy Arceri
2019-03-06
22
-90
/
+90
*
nir/spirv: initial handling of OpenCL.std extension opcodes
Karol Herbst
2019-03-05
12
-3
/
+602
*
nir/vtn: add support for SpvBuiltInGlobalLinearId
Karol Herbst
2019-03-05
5
-12
/
+45
*
nir: add support for address bit sized system values
Karol Herbst
2019-03-05
2
-18
/
+29
*
nir/spirv: improve parsing of the memory model
Karol Herbst
2019-03-05
3
-7
/
+45
*
nir: replace magic numbers with M_PI
Karol Herbst
2019-03-05
1
-2
/
+2
*
anv: Implement VK_EXT_external_memory_host
Caio Marcelo de Oliveira Filho
2019-03-05
4
-1
/
+133
*
v3d: Drop the V3D 3.x vpm read dead code elimination.
Eric Anholt
2019-03-05
1
-33
/
+2
*
v3d: Eliminate the TLB and TLBU files.
Eric Anholt
2019-03-05
4
-41
/
+20
*
v3d: Use ldunif instructions for uniforms.
Eric Anholt
2019-03-05
11
-270
/
+27
*
v3d: Add support for register-allocating a ldunif to a QFILE_TEMP.
Eric Anholt
2019-03-05
2
-14
/
+77
*
v3d: Drop the old class bits splitting up the accumulators.
Eric Anholt
2019-03-05
1
-7
/
+3
*
v3d: Add support for vir-to-qpu of ldunif instructions to a temp.
Eric Anholt
2019-03-05
1
-2
/
+15
*
v3d: Switch implicit uniforms over to being any qinst->uniform != ~0.
Eric Anholt
2019-03-05
10
-123
/
+77
*
v3d: Do uniform rematerialization spilling before dropping threadcount
Eric Anholt
2019-03-05
1
-8
/
+10
*
v3d: Fix temporary leaks of temp_registers and when spilling.
Eric Anholt
2019-03-05
1
-5
/
+4
*
gitlab-ci: drop job prefixes
Eric Engestrom
2019-03-05
1
-33
/
+33
*
tgsi_to_nir: Set correct location for uniforms.
Timur Kristóf
2019-03-05
1
-0
/
+1
*
tgsi_to_nir: Improve interpolation modes.
Timur Kristóf
2019-03-05
1
-15
/
+21
*
tgsi_to_nir: use sampler variables and derefs
Kenneth Graunke
2019-03-05
1
-10
/
+79
*
tgsi_to_nir: Support FACE and POSITION properly.
Timur Kristóf
2019-03-05
1
-12
/
+68
[next]