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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
pipe-loader: check that the pointer to driconf_xml isn't NULL
Samuel Pitoiset
2019-11-21
1
-1
/
+1
*
panfrost: Add the lod_bias field
Alyssa Rosenzweig
2019-11-21
3
-1
/
+6
*
compiler: move build definition of pp_standalone_scaffolding.c
Timothy Arceri
2019-11-21
2
-2
/
+3
*
nir/validate: validate num_components on registers and intrinsics
Karol Herbst
2019-11-21
1
-8
/
+16
*
Revert "st/mesa: keep serialized NIR instead of nir_shader in st_program"
Mark Janes
2019-11-20
4
-69
/
+11
*
Revert "st/mesa: call nir_serialize only once per shader"
Mark Janes
2019-11-20
3
-25
/
+22
*
lima/ppir: add lod-bias support
Arno Messiaen
2019-11-20
5
-5
/
+33
*
Revert "i965/fs: Merge CMP and SEL into CSEL on Gen8+"
Jason Ekstrand
2019-11-20
2
-108
/
+0
*
radv: Enable Subgroup Arithmetic and Clustered for SI
Daniel Schürmann
2019-11-20
1
-6
/
+5
*
amd/llvm: Add Subgroup Scan functions for SI
Daniel Schürmann
2019-11-20
1
-6
/
+75
*
lima/streamparser: Add findings introduced with gl_PointSize
Andreas Baierl
2019-11-20
1
-2
/
+22
*
lima/streamparser: Fix typo in vs semaphore parser
Andreas Baierl
2019-11-20
1
-1
/
+1
*
meson: Fix linkage of libgallium_nine with libgalliumvl
Yevhenii Kolesnikov
2019-11-20
1
-5
/
+13
*
nir/large_constants: use nir_index_vars and nir_variable::index
Rhys Perry
2019-11-20
1
-12
/
+8
*
nir: add nir_variable::index and nir_index_vars
Rhys Perry
2019-11-20
2
-0
/
+41
*
nir: make nir_variable::{num_members,num_state_slots} a uint16_t
Rhys Perry
2019-11-20
1
-2
/
+2
*
freedreno/ir3: enable half precision for pre-fs texture fetch
Hyunjun Ko
2019-11-20
1
-1
/
+1
*
freedreno/ir3: fixup when changing to mad.f16
Hyunjun Ko
2019-11-20
1
-1
/
+5
*
freedreno/ir3: fix printing output registers of FS.
Hyunjun Ko
2019-11-20
1
-2
/
+3
*
freedreno/ir3: Enabling lowering 16-bit flrp
Neil Roberts
2019-11-20
1
-0
/
+2
*
freedreno: support 16b for the sampler opcode
Hyunjun Ko
2019-11-20
2
-18
/
+38
*
freedreno/ir3: Implement f2b16 and i2b16
Neil Roberts
2019-11-20
1
-0
/
+12
*
freedreno/ir3: Add implementation of nir_op_b16csel
Neil Roberts
2019-11-20
1
-5
/
+15
*
freedreno/ir3: Support 16-bit comparison instructions
Neil Roberts
2019-11-20
1
-0
/
+20
*
freedreno/ir3: cleanup by removing repeated code
Hyunjun Ko
2019-11-20
1
-12
/
+5
*
nir/lower_alu_to_scalar: Support lowering 8- and 16-bit reduce ops
Neil Roberts
2019-11-20
1
-0
/
+8
*
nir: Add a 8-bit bool type
Neil Roberts
2019-11-20
2
-2
/
+12
*
nir: Add a 16-bit bool type
Neil Roberts
2019-11-20
2
-1
/
+11
*
nir/opcodes: Add a helper function to generate reduce opcodes
Neil Roberts
2019-11-20
1
-17
/
+15
*
nir/opcodes: Add a helper function to generate the comparison binops
Neil Roberts
2019-11-20
1
-20
/
+14
*
radv: enable VK_KHR_shader_subgroup_extended_types on GFX6-GFX7
Samuel Pitoiset
2019-11-20
1
-1
/
+1
*
v3d: adds an extra MOV for any sig.ld*
Alejandro Piñeiro
2019-11-20
1
-4
/
+19
*
v3d: Fix predication with atomic image operations
Jose Maria Casanova Crespo
2019-11-20
1
-0
/
+12
*
panfrost: Don't print the midgard_blend_rt structs on SFBD
Tomeu Vizoso
2019-11-20
1
-1
/
+1
*
panfrost: Rework buffers in SFBD
Tomeu Vizoso
2019-11-20
1
-40
/
+39
*
panfrost: Just print tiler fields as-is for Tx20
Tomeu Vizoso
2019-11-20
1
-6
/
+48
*
pan/midgard: Introduce quirks checks
Alyssa Rosenzweig
2019-11-20
5
-10
/
+92
*
mesa: enable ARB_shading_language_include
Timothy Arceri
2019-11-20
1
-1
/
+1
*
mesa: implement glCompileShaderIncludeARB()
Timothy Arceri
2019-11-20
1
-3
/
+63
*
mesa: add shader include lookup support for relative paths
Timothy Arceri
2019-11-20
1
-10
/
+75
*
mesa: add support cursor support for relative path shader includes
Timothy Arceri
2019-11-20
5
-1
/
+55
*
glsl: delay compilation skip if shader contains an include
Timothy Arceri
2019-11-20
1
-6
/
+40
*
glsl: add can_skip_compile() helper
Timothy Arceri
2019-11-20
1
-10
/
+20
*
glsl: error if #include used while extension is disabled
Timothy Arceri
2019-11-20
2
-0
/
+15
*
glsl: add preprocessor #include support
Timothy Arceri
2019-11-20
7
-4
/
+194
*
glsl: pass gl_context to glcpp_parser_create()
Timothy Arceri
2019-11-20
3
-7
/
+7
*
glsl: add ARB_shading_language_include support to #line
Timothy Arceri
2019-11-20
7
-8
/
+80
*
mesa: implement glDeleteNamedStringARB()
Timothy Arceri
2019-11-20
1
-0
/
+25
*
mesa: split _mesa_lookup_shader_include() in two
Timothy Arceri
2019-11-20
1
-4
/
+14
*
mesa: implement glGetNamedStringivARB()
Timothy Arceri
2019-11-20
1
-0
/
+28
[next]