mesa.git
2019-01-10 Eric Engestromradv: remove a few more unnecessary KHR suffixes
2019-01-10 Rhys Perrynir: fix copy-paste error in nir_lower_constant_initial...
2019-01-10 Andres Gomezdocs: complete the calendar and release schedule docume...
2019-01-10 Andres Gomezglsl/linker: specify proper direction in location alias...
2019-01-10 Andres Gomezeditorconfig: Add max_line_length property
2019-01-10 Tapani Pälliintel/isl: move tiled_memcpy static libs from i965...
2019-01-10 Matt Turneri965: Enable 64-bit GLSL extensions
2019-01-10 Matt Turneri965: Compile fp64 software routines and lower double-ops
2019-01-10 Matt Turnerintel/compiler: Heap-allocate temporary storage
2019-01-10 Matt Turnerintel/compiler: Expand size of the 'nr' field
2019-01-10 Matt Turnerintel/compiler: Prevent warnings in the following patch
2019-01-10 Matt Turnerintel/compiler: Rearrange code to avoid future problems
2019-01-10 Matt Turnerintel/compiler: Avoid false positive assertions
2019-01-10 Matt Turnerintel/compiler: Split 64-bit MOV-indirects if needed
2019-01-10 Matt Turnerintel/compiler: Lower 64-bit MOV/SEL operations
2019-01-10 Matt Turnernir: Unset metadata debug bit if no progress made
2019-01-10 Matt Turnernir: Add lowering support for 64-bit operations to...
2019-01-10 Matt Turnernir: Create nir_builder in nir_lower_doubles_impl()
2019-01-10 Matt Turnernir: Add and set info::uses_64bit
2019-01-10 Matt Turnernir: Implement lowering of 64-bit shift operations
2019-01-10 Matt Turnernir: Wire up int64 lowering functions
2019-01-10 Jason Ekstrandnir: Add some more int64 lowering helpers
2019-01-10 Matt Turnernir: Tag entrypoint for easy recognition by nir_shader_...
2019-01-10 Matt Turnernir: Rework nir_lower_constant_initializers() to handle...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do fp32_to_int64...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do fp32_to_uint64...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do fp64_to_int64...
2019-01-10 Sagar Ghugeglsl: Add utility function to round and pack int64_t...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do fp64_to_uint64...
2019-01-10 Sagar Ghugeglsl: Add utility function to round and pack uint64_t...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do int64_to_fp32...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do uint64_to_fp32...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do int64_to_fp64...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do uint64_to_fp64...
2019-01-10 Matt Turnerglsl: Add "built-in" functions to convert bool to double
2019-01-10 Matt Turnerglsl: Add "built-in" functions to do ffract(fp64)
2019-01-10 Matt Turnerglsl: Add "built-in" function to do ffloor(fp64)
2019-01-10 Matt Turnerglsl: Add "built-in" functions to do fmin/fmax(fp64)
2019-01-10 Matt Turnerglsl: Add "built-in" functions to do ffma(fp64)
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do round(fp64)
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do trunc(fp64)
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do sqrt(fp64)
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do fp32_to_fp64(fp32)
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do fp64_to_fp32(fp64)
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do int_to_fp64(int)
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do fp64_to_int(fp64)
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do uint_to_fp64(uint)
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do fp64_to_uint(fp64)
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do mul(fp64, fp64)
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do add(fp64, fp64)
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do lt(fp64, fp64)
2019-01-10 Elie Tournierglsl: Add utility function to extract 64-bit sign
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do eq/ne(fp64, fp64)
2019-01-10 Elie Tournierglsl: Add "built-in" function to do sign(fp64)
2019-01-10 Elie Tournierglsl: Add "built-in" functions to do neg(fp64)
2019-01-10 Elie Tournierglsl: Add "built-in" function to do abs(fp64)
2019-01-10 Matt Turnerglsl: Create file to contain software fp64 functions
2019-01-10 Ian Romanickglsl: Add utility to convert text files to C strings
2019-01-10 Timothy Arceriglsl: Copy function out to temp if we don't directly...
2019-01-10 Matt Turnerglsl: Add function support to glsl_to_nir
2019-01-09 Francisco Jerezintel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.
2019-01-09 Francisco Jerezintel/fs: Remove nasty open-coded CHV/BXT 64-bit workar...
2019-01-09 Francisco Jerezintel/fs: Remove existing lower_conversions pass.
2019-01-09 Francisco Jerezintel/fs: Introduce regioning lowering pass.
2019-01-09 Francisco Jerezintel/fs: Constify fs_inst::can_do_source_mods().
2019-01-09 Francisco Jerezintel/fs: Respect CHV/BXT regioning restrictions in...
2019-01-09 Francisco Jerezintel/eu/gen7: Fix brw_MOV() with DF destination and...
2019-01-09 Francisco Jerezintel/fs: Fix bug in lower_simd_width while splitting...
2019-01-09 Francisco Jerezintel/fs: Implement quad swizzles on ICL+.
2019-01-09 Francisco Jerezintel/fs: Handle source modifiers in lower_integer_mult...
2019-01-09 Andrii Simiklitanv/pipeline: remove unnecessary null-pointer check
2019-01-09 Indrajit Dasst/va: Return correct status from vlVaQuerySurfaceStatus
2019-01-09 Roland ScheideggerRevert "llvmpipe: Always return some fence in flush...
2019-01-09 Marek Olšákst/mesa: don't leak pipe_surface if pipe_context is...
2019-01-09 Marek Olšákst/mesa: don't reference pipe_surface locally in PBO...
2019-01-09 Marek Olšákst/mesa: unify window-system renderbuffer initialization
2019-01-09 Mario Kleinerradeonsi: Fix use of 1- or 2- component GL_DOUBLE vbo's.
2019-01-09 Rhys Perryac/nir,radv,radeonsi/nir: use correct indices for inter...
2019-01-09 Samuel Pitoisetradv: skip draws with instance_count == 0
2019-01-09 Samuel Pitoisetradv: enable variable pointers
2019-01-09 Samuel Pitoisetradv: get rid of bunch of KHR suffixes
2019-01-09 Maya Rashishradeon: fix printf format specifier.
2019-01-09 Tomasz Figallvmpipe: Always return some fence in flush (v2)
2019-01-08 Eric Anholtglsl: Fix buffer overflow with an atomic buffer binding...
2019-01-08 Eric Anholtnir: Make nir_deref_instr_build/get_const_offset actual...
2019-01-08 Danylo Piliaievglsl/linker: Fix unmatched TCS outputs being reduced...
2019-01-08 Eric Anholtv3d: Enable GL_ARB_texture_gather on V3D 4.x.
2019-01-08 Eric Anholtnir: Add nir_lower_tex support for Broadcom's swizzled...
2019-01-08 Bas Nieuwenhuizenfreedreno: Move register constant files to src/freedreno.
2019-01-08 Caio Marcelo... nir: fix warning in nir_lower_io.c
2019-01-08 Chia-I Wufreedreno/drm: sync uapi again
2019-01-08 Chia-I Wumeson: fix EGL/X11 build without GLX
2019-01-08 Eric Engestromwsi: drop unneeded KHR suffix
2019-01-08 Eric Engestromanv: drop unneeded KHR suffix
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-08 Dylan Bakerautotools: Remove tegra vdpau driver
2019-01-08 Pierre Moreauclover/meson: Ignore 'svn' suffix when computing CLANG_...
2019-01-08 Lionel Landwerlinanv: flush fast clear colors into compressed surfaces
2019-01-08 Lionel Landwerlinanv: explictly specify format for blorp ccs/mcs op
2019-01-08 Tapani Pällidri3: initialize adaptive_sync as false before configQueryb
next