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
*
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
*
tgsi_to_nir: Extract ttn_emulate_tgsi_front_face into its own function.
Timur Kristóf
2019-03-05
1
-14
/
+20
*
tgsi_to_nir: Restructure system value loads.
Timur Kristóf
2019-03-05
1
-10
/
+6
*
tgsi_to_nir: Produce optimized NIR for a given pipe_screen.
Timur Kristóf
2019-03-05
8
-13
/
+153
*
freedreno: Plumb pipe_screen through to irX_tgsi_to_nir.
Timur Kristóf
2019-03-05
12
-19
/
+37
*
nir: Add multiplier argument to nir_lower_uniforms_to_ubo.
Timur Kristóf
2019-03-05
4
-11
/
+18
*
nir: Move nir_lower_uniforms_to_ubo to compiler/nir.
Timur Kristóf
2019-03-05
9
-11
/
+10
*
tgsi_to_nir: Split to smaller functions.
Timur Kristóf
2019-03-05
1
-26
/
+56
*
tgsi_to_nir: Make the TGSI IF translation code more readable.
Timur Kristóf
2019-03-05
1
-4
/
+5
*
tgsi_to_nir: Fix TGSI LIT translation by using flt.
Timur Kristóf
2019-03-05
1
-3
/
+3
*
tgsi_to_nir: Fix the TGSI ARR translation by converting the result to int.
Timur Kristóf
2019-03-05
1
-1
/
+1
*
nir: Add ability for shaders to use window space coordinates.
Timur Kristóf
2019-03-05
3
-0
/
+8
*
v3d: Move the stores for fixed function VS output reads into NIR.
Eric Anholt
2019-03-05
5
-195
/
+343
*
v3d: Translate f2i(fround_even) as FTOIN.
Eric Anholt
2019-03-05
1
-2
/
+9
[next]