Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
53fbde4df38d9eec871081236ac9a2956260b104
53fbde4
radv: remove a few more unnecessary KHR suffixes
by Eric Engestrom
· 6 years ago
0210243
nir: fix copy-paste error in nir_lower_constant_initializers
by Rhys Perry
· 6 years ago
6c3164c
docs: complete the calendar and release schedule documentation
by Andres Gomez
· 6 years ago
428164d
glsl/linker: specify proper direction in location aliasing error
by Andres Gomez
· 6 years ago
e2e03f8
editorconfig: Add max_line_length property
by Andres Gomez
· 6 years ago
864cc41
intel/isl: move tiled_memcpy static libs from i965 to isl
by Tapani Pälli
· 6 years ago
406f603b
i965: Enable 64-bit GLSL extensions
by Matt Turner
· 6 years ago
613ac3a
i965: Compile fp64 software routines and lower double-ops
by Matt Turner
· 6 years ago
18b4e87
intel/compiler: Heap-allocate temporary storage
by Matt Turner
· 6 years ago
622d429
intel/compiler: Expand size of the 'nr' field
by Matt Turner
· 6 years ago
7e4e9da
intel/compiler: Prevent warnings in the following patch
by Matt Turner
· 6 years ago
2b801b6
intel/compiler: Rearrange code to avoid future problems
by Matt Turner
· 6 years ago
3b967e1
intel/compiler: Avoid false positive assertions
by Matt Turner
· 6 years ago
8534742
intel/compiler: Split 64-bit MOV-indirects if needed
by Matt Turner
· 6 years ago
e76772a
intel/compiler: Lower 64-bit MOV/SEL operations
by Matt Turner
· 6 years ago
2623653
nir: Unset metadata debug bit if no progress made
by Matt Turner
· 6 years ago
e633fae
nir: Add lowering support for 64-bit operations to software
by Matt Turner
· 6 years ago
fe2cbcf
nir: Create nir_builder in nir_lower_doubles_impl()
by Matt Turner
· 6 years ago
ecb115e
nir: Add and set info::uses_64bit
by Matt Turner
· 6 years ago
41f3e9e
nir: Implement lowering of 64-bit shift operations
by Matt Turner
· 7 years ago
62d55f1
nir: Wire up int64 lowering functions
by Matt Turner
· 6 years ago
adab27e
nir: Add some more int64 lowering helpers
by Jason Ekstrand
· 8 years ago
dde73e6
nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()
by Matt Turner
· 6 years ago
393b59e
nir: Rework nir_lower_constant_initializers() to handle functions
by Matt Turner
· 6 years ago
f998ce4
glsl: Add "built-in" functions to do fp32_to_int64(fp32)
by Sagar Ghuge
· 6 years ago
2632c12
glsl: Add "built-in" functions to do fp32_to_uint64(fp32)
by Sagar Ghuge
· 6 years ago
876a4b8
glsl: Add "built-in" functions to do fp64_to_int64(fp64)
by Sagar Ghuge
· 6 years ago
21e9bb2
glsl: Add utility function to round and pack int64_t value
by Sagar Ghuge
· 6 years ago
5a674fd
glsl: Add "built-in" functions to do fp64_to_uint64(fp64)
by Sagar Ghuge
· 6 years ago
5a87441
glsl: Add utility function to round and pack uint64_t value
by Sagar Ghuge
· 6 years ago
c9d333a
glsl: Add "built-in" functions to do int64_to_fp32(int64_t)
by Sagar Ghuge
· 6 years ago
d5cf6e9
glsl: Add "built-in" functions to do uint64_to_fp32(uint64_t)
by Sagar Ghuge
· 6 years ago
b830efb
glsl: Add "built-in" functions to do int64_to_fp64(int64_t)
by Sagar Ghuge
· 6 years ago
7c5b982
glsl: Add "built-in" functions to do uint64_to_fp64(uint64_t)
by Sagar Ghuge
· 6 years ago
15757bc
glsl: Add "built-in" functions to convert bool to double
by Matt Turner
· 6 years ago
e213f38
glsl: Add "built-in" functions to do ffract(fp64)
by Matt Turner
· 6 years ago
5c9a659
glsl: Add "built-in" function to do ffloor(fp64)
by Matt Turner
· 6 years ago
83762af
glsl: Add "built-in" functions to do fmin/fmax(fp64)
by Matt Turner
· 6 years ago
92ac216
glsl: Add "built-in" functions to do ffma(fp64)
by Matt Turner
· 6 years ago
3db81b5
glsl: Add "built-in" functions to do round(fp64)
by Elie Tournier
· 8 years ago
48891ab
glsl: Add "built-in" functions to do trunc(fp64)
by Elie Tournier
· 8 years ago
2119094
glsl: Add "built-in" functions to do sqrt(fp64)
by Elie Tournier
· 8 years ago
cad58fc
glsl: Add "built-in" functions to do fp32_to_fp64(fp32)
by Elie Tournier
· 8 years ago
407bd1b
glsl: Add "built-in" functions to do fp64_to_fp32(fp64)
by Elie Tournier
· 8 years ago
f499942
glsl: Add "built-in" functions to do int_to_fp64(int)
by Elie Tournier
· 8 years ago
773190f
glsl: Add "built-in" functions to do fp64_to_int(fp64)
by Elie Tournier
· 8 years ago
cbf090b
glsl: Add "built-in" functions to do uint_to_fp64(uint)
by Elie Tournier
· 8 years ago
a3551ee
glsl: Add "built-in" functions to do fp64_to_uint(fp64)
by Elie Tournier
· 8 years ago
4a93401
glsl: Add "built-in" functions to do mul(fp64, fp64)
by Elie Tournier
· 8 years ago
f111d72
glsl: Add "built-in" functions to do add(fp64, fp64)
by Elie Tournier
· 8 years ago
c036fc9
glsl: Add "built-in" functions to do lt(fp64, fp64)
by Elie Tournier
· 8 years ago
3e4d5ea
glsl: Add utility function to extract 64-bit sign
by Elie Tournier
· 8 years ago
ec6e823
glsl: Add "built-in" functions to do eq/ne(fp64, fp64)
by Elie Tournier
· 8 years ago
c802cdd
glsl: Add "built-in" function to do sign(fp64)
by Elie Tournier
· 8 years ago
eac66f0
glsl: Add "built-in" functions to do neg(fp64)
by Elie Tournier
· 8 years ago
0428951
glsl: Add "built-in" function to do abs(fp64)
by Elie Tournier
· 8 years ago
b63a1f8
glsl: Create file to contain software fp64 functions
by Matt Turner
· 6 years ago
412472d
glsl: Add utility to convert text files to C strings
by Ian Romanick
· 6 years ago
76c27e4
glsl: Copy function out to temp if we don't directly ref a variable
by Timothy Arceri
· 7 years ago
63f6d7a
glsl: Add function support to glsl_to_nir
by Matt Turner
· 6 years ago
230a8a5
intel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.
by Francisco Jerez
· 6 years ago
cbea91e
intel/fs: Remove nasty open-coded CHV/BXT 64-bit workarounds.
by Francisco Jerez
· 6 years ago
2c99c7a
intel/fs: Remove existing lower_conversions pass.
by Francisco Jerez
· 6 years ago
efa4e4b
intel/fs: Introduce regioning lowering pass.
by Francisco Jerez
· 6 years ago
b945199
intel/fs: Constify fs_inst::can_do_source_mods().
by Francisco Jerez
· 6 years ago
c301f44
intel/fs: Respect CHV/BXT regioning restrictions in copy propagation pass.
by Francisco Jerez
· 6 years ago
464e791
intel/eu/gen7: Fix brw_MOV() with DF destination and strided source.
by Francisco Jerez
· 6 years ago
bc781a0
intel/fs: Fix bug in lower_simd_width while splitting an instruction which was already split.
by Francisco Jerez
· 6 years ago
812ede0
intel/fs: Implement quad swizzles on ICL+.
by Francisco Jerez
· 6 years ago
c5f9c00
intel/fs: Handle source modifiers in lower_integer_multiplication().
by Francisco Jerez
· 6 years ago
0206ffc
anv/pipeline: remove unnecessary null-pointer check
by Andrii Simiklit
· 6 years ago
d2c170e
st/va: Return correct status from vlVaQuerySurfaceStatus
by Indrajit Das
· 6 years ago
0c226d4
Revert "llvmpipe: Always return some fence in flush (v2)"
by Roland Scheidegger
· 6 years ago
e986c1c
st/mesa: don't leak pipe_surface if pipe_context is not current
by Marek Olšák
· 6 years ago
fd82a1d
st/mesa: don't reference pipe_surface locally in PBO code
by Marek Olšák
· 6 years ago
5da4423
st/mesa: unify window-system renderbuffer initialization
by Marek Olšák
· 6 years ago
5e30e54
radeonsi: Fix use of 1- or 2- component GL_DOUBLE vbo's.
by Mario Kleiner
· 6 years ago
ee8488e
ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsics
by Rhys Perry
· 6 years ago
b8c4f52
radv: skip draws with instance_count == 0
by Samuel Pitoiset
· 6 years ago
a2b5cc3
radv: enable variable pointers
by Samuel Pitoiset
· 6 years ago
d58b11e
radv: get rid of bunch of KHR suffixes
by Samuel Pitoiset
· 6 years ago
a2ddb71
radeon: fix printf format specifier.
by Maya Rashish
· 6 years ago
f6a6da8
llvmpipe: Always return some fence in flush (v2)
by Tomasz Figa
· 6 years ago
700aeaf
glsl: Fix buffer overflow with an atomic buffer binding out of range.
by Eric Anholt
· 6 years ago
211b826
nir: Make nir_deref_instr_build/get_const_offset actually use size_align.
by Eric Anholt
· 6 years ago
9f29d90
glsl/linker: Fix unmatched TCS outputs being reduced to local variable
by Danylo Piliaiev
· 6 years ago
db3b6b6
v3d: Enable GL_ARB_texture_gather on V3D 4.x.
by Eric Anholt
· 6 years ago
6051c11
nir: Add nir_lower_tex support for Broadcom's swizzled TG4 results.
by Eric Anholt
· 6 years ago
3fcec4a
freedreno: Move register constant files to src/freedreno.
by Bas Nieuwenhuizen
· 6 years ago
baabfb1
nir: fix warning in nir_lower_io.c
by Caio Marcelo de Oliveira Filho
· 6 years ago
3cb65cf
freedreno/drm: sync uapi again
by Chia-I Wu
· 6 years ago
6eeb1fe
meson: fix EGL/X11 build without GLX
by Chia-I Wu
· 6 years ago
b38a48a
wsi: drop unneeded KHR suffix
by Eric Engestrom
· 6 years ago
4f5a526
anv: drop unneeded KHR suffix
by Eric Engestrom
· 6 years ago
d0c6ef2
nir: rename global/local to private/function memory
by Karol Herbst
· 6 years ago
401dca1
autotools: Remove tegra vdpau driver
by Dylan Baker
· 6 years ago
ba55cb2
clover/meson: Ignore 'svn' suffix when computing CLANG_RESOURCE_DIR
by Pierre Moreau
· 6 years ago
add5a2e
anv: flush fast clear colors into compressed surfaces
by Lionel Landwerlin
· 6 years ago
366eb65
anv: explictly specify format for blorp ccs/mcs op
by Lionel Landwerlin
· 6 years ago
c292414
dri3: initialize adaptive_sync as false before configQueryb
by Tapani Pälli
· 6 years ago
Next »