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/fs: Add an UNDEF instruction to avoid excess live ranges
Jason Ekstrand
2019-06-04
6
-5
/
+35
*
spirv: Update the OpenCL.std.h header
Caio Marcelo de Oliveira Filho
2019-06-04
2
-144
/
+339
*
radv: Use bo metadata for imported image tiling on Android.
Bas Nieuwenhuizen
2019-06-04
3
-14
/
+61
*
vl: Enable DRM by default.
Bas Nieuwenhuizen
2019-06-04
3
-4
/
+4
*
anv: Advertise support for VK_EXT_fragment_shader_interlock
Jason Ekstrand
2019-06-04
3
-0
/
+12
*
spirv: Implement SPV_EXT_fragment_shader_interlock
Jason Ekstrand
2019-06-04
2
-0
/
+38
*
spirv: Update the headers from latest Khronos master
Jason Ekstrand
2019-06-04
2
-3
/
+330
*
vulkan: Update the XML and headers to 1.1.110
Jason Ekstrand
2019-06-04
2
-23
/
+456
*
ac/nir: mark some texture intrinsics as convergent
Rhys Perry
2019-06-04
1
-0
/
+18
*
radv: fix some compiler warnings
Rhys Perry
2019-06-04
1
-4
/
+4
*
intel/fs: Skip registers faster when setting spill costs
Jason Ekstrand
2019-06-04
1
-2
/
+10
*
radeonsi/nir: Fix type in bindless address computation
Connor Abbott
2019-06-04
1
-2
/
+2
*
etnaviv: implement set_active_query_state(..) for hw queries
Christian Gmeiner
2019-06-04
1
-1
/
+10
*
radv: do not use gfx fast depth clears for layered depth/stencil images
Samuel Pitoiset
2019-06-04
1
-0
/
+1
*
ac,radv: do not emit vec3 for raw load/store on SI
Samuel Pitoiset
2019-06-04
4
-8
/
+20
*
intel/compiler: Fix assertions in brw_alu3
Sagar Ghuge
2019-06-03
1
-3
/
+3
*
iris: Fix SO stride units for DrawTransformFeedback
Kenneth Graunke
2019-06-03
2
-2
/
+2
*
st/glsl: make sure to propagate initialisers to driver storage
Timothy Arceri
2019-06-04
5
-27
/
+23
*
spirv: Like Uniform, do nothing for UniformId
Caio Marcelo de Oliveira Filho
2019-06-03
2
-0
/
+3
*
spirv: Implement SpvOpCopyLogical
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+2
*
spirv: Generalize OpSelect
Caio Marcelo de Oliveira Filho
2019-06-03
1
-38
/
+48
*
spirv: Move OpSelect handling to a function
Caio Marcelo de Oliveira Filho
2019-06-03
1
-60
/
+66
*
nir/vars_to_ssa: Handle UNDEF_NODE in more places
Caio Marcelo de Oliveira Filho
2019-06-03
1
-4
/
+8
*
ac/registers: don't use the si, cik, vi names, use gfxN
Marek Olšák
2019-06-03
6
-1405
/
+1405
*
amd/common: use generated register header
Nicolai Hähnle
2019-06-03
26
-16362
/
+26
*
amd/common: use SH{0,1}_CU_EN definitions only of COMPUTE_STATIC_THREAD_MGMT_SE0
Nicolai Hähnle
2019-06-03
2
-10
/
+10
*
amd/common: unify PITCH_GFX6 and PITCH_GFX9
Nicolai Hähnle
2019-06-03
5
-20
/
+20
*
amd/common: rename R_3F2_CONTROL to IB_CONTROL for disambiguation
Nicolai Hähnle
2019-06-03
2
-2
/
+2
*
amd/common: cleanup DATA_FORMAT/NUM_FORMAT field names
Nicolai Hähnle
2019-06-03
6
-25
/
+25
*
amd/common: derive ac_debug tables from register JSON
Nicolai Hähnle
2019-06-03
4
-177
/
+131
*
amd/registers: add JSON description of packet3 fields
Nicolai Hähnle
2019-06-03
1
-0
/
+338
*
amd/registers: add JSON descriptions of registers
Nicolai Hähnle
2019-06-03
1
-0
/
+15985
*
amd/registers: scripts for processing register descriptions in JSON
Nicolai Hähnle
2019-06-03
5
-0
/
+1631
*
freedreno: Fix GCC build error.
Vinson Lee
2019-06-03
1
-1
/
+1
*
mesa: Use string literals for format strings
Mark Janes
2019-06-03
1
-3
/
+3
*
iris: Always reserve binding table space for NIR constants
Caio Marcelo de Oliveira Filho
2019-06-03
2
-9
/
+14
*
iris: Print binding tables when INTEL_DEBUG=bt
Caio Marcelo de Oliveira Filho
2019-06-03
3
-0
/
+55
*
iris: Compact binding tables
Caio Marcelo de Oliveira Filho
2019-06-03
3
-76
/
+234
*
iris: Create an enum for the surface groups
Caio Marcelo de Oliveira Filho
2019-06-03
3
-35
/
+45
*
iris: Handle binding table in the driver
Caio Marcelo de Oliveira Filho
2019-06-03
6
-121
/
+232
*
iris: Pull brw_nir_analyze_ubo_ranges() call out setup_uniforms
Caio Marcelo de Oliveira Filho
2019-06-03
1
-3
/
+10
*
spirv: Implement OpPtrEqual, OpPtrNotEqual and OpPtrDiff
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+64
*
nir: Add functions to subtract and compare addresses
Caio Marcelo de Oliveira Filho
2019-06-03
2
-0
/
+54
*
nir: Add nir_ball_iequal() helper
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+13
*
mesa: ARB program parser should clean parameters
Sergii Romantsov
2019-06-03
2
-2
/
+13
*
freedreno/ir3: fix counting and printing for half registers.
Hyunjun Ko
2019-06-03
4
-9
/
+20
*
freedreno/ir3: Fix up the half reg source even when src instr==NULL
Neil Roberts
2019-06-03
1
-3
/
+2
*
freedreno/ir3: Add a 16-bit implementation of nir_op_imul
Neil Roberts
2019-06-03
1
-9
/
+15
*
freedreno/ir3: set dst type of alu instructions correctly.
Hyunjun Ko
2019-06-03
1
-5
/
+8
*
freedreno/ir3: adjust the bitsize of regs when an array loading.
Hyunjun Ko
2019-06-03
2
-7
/
+16
[next]