radv: generate entrypoints for VK_ANDROID_native_buffer
[mesa.git] / src /
2018-07-28 Mauro Rossiradv: generate entrypoints for VK_ANDROID_native_buffer
2018-07-28 Mauro Rossiradv: move vk_format_table.c to generated sources
2018-07-28 Brian Paulxlib: fix build break from _swrast_map_soft_renderbuffe...
2018-07-28 Brian Paulswrast: fix crash in AA line code when there's no texture
2018-07-28 Brian Paulmesa: add switch case for GL 2.1 in _mesa_compute_version()
2018-07-28 Brian Paultgsi: whitespace fixes in tgsi_ureg.c
2018-07-28 Brian Paulgallium/util: whitespace fixes in u_inlines.h
2018-07-28 Brian Paulsvga: whitespace fixes in svga_tgsi_decl_sm30.c
2018-07-28 Brian Paulmesa: replace tabs with spaces in mipmap.c
2018-07-28 Brian Paulgallium/util: whitespace fixes in u_debug_memory.c
2018-07-28 Brian Paulmesa: whitespace clean-up in texstore.c
2018-07-28 Brian Paulmesa: move var decls in texstore_rgba()
2018-07-28 Brian Paulmesa: remove unneeded free() call in texstore_rgba()
2018-07-28 Eric Anholtv3d: Skip printing sub-id or pad fields in CLIF dumping.
2018-07-28 Eric Anholtv3d: Emit commands to switch CLIF parser to CL/shader...
2018-07-28 Eric Anholtv3d: Dump fields in CLIF output in increasing offset...
2018-07-28 Eric Anholtv3d: Print addresses in CLIFs as references to buffers.
2018-07-28 Eric Anholtv3d: Stop doing pretty-printed colorful booleans in...
2018-07-28 Eric Anholtv3d: Move clif dumping to a separate step from noting...
2018-07-28 Eric Anholtv3d: Move clif dump BO lookup into the clif dumper.
2018-07-28 Eric Anholtv3d: Pass the whole clif_dump structure to v3d_print_gr...
2018-07-27 Timothy Arceriac: pass write param to get_sampler_desc() from get_ima...
2018-07-27 Marek Olšákgallium/u_vbuf: split u_vbuf_get_minmax_index function...
2018-07-27 Alexander von Gluck IVgallium/auxiliary: Extern "c" fixes.
2018-07-27 Marek Olšákgallium/noop: implement invalidate_resource
2018-07-27 Dave Airlieradv: fix cdw check vs tracing emit
2018-07-27 Dave Airlieradv: return binary code_size not variant code size...
2018-07-27 Eric Anholtv3d: Drop the use of the semaphores.
2018-07-27 Eric Anholtv3d: Drop the VG support from the XML.
2018-07-27 Eric Anholtv3d: Use /* */ instead of () for enum names in CLIF...
2018-07-27 Eric Anholtv3d: CLIF-dump the "Vec size" field as 0 == maximum...
2018-07-27 Eric Anholtv3d: Stop using spaces in the names of our buffers.
2018-07-27 Fritz Koenigi965: implement GL_MESA_framebuffer_flip_y [v3]
2018-07-27 Fritz Koenigmesa: GL_MESA_framebuffer_flip_y extension [v4]
2018-07-27 Chad Versacegallium/auxiliary: Fix Autotools on Android (v2)
2018-07-27 Topi Pohjolaineni965/icl: Disable binding table prefetching
2018-07-27 Caio Marcelo de... glsl: use only copy_propagation_elements
2018-07-27 Caio Marcelo de... glsl: teach copy_propagation_elements to deal with...
2018-07-27 vadym.shovkopliasi965: Disable guardband clipping on SandyBridge for...
2018-07-27 Iago Toral Quirogaintel/compiler: fix lower conversions to account for...
2018-07-27 Samuel Pitoisetradv: allocate enough space in radv_cmd_buffer_after_draw()
2018-07-27 Samuel Pitoisetradv: check CS space in radv_emit_write_data_packet()
2018-07-27 Samuel Pitoisetradv: do not emit pipeline stats flushes on compute...
2018-07-27 Samuel Pitoisetradv: reduce CB/DB meta flushes in radv_dst_access_flush()
2018-07-27 Kenneth Graunkeradv: Fix build
2018-07-27 Kenneth Graunkei965: Combine both gl_PatchVerticesIn lowering passes.
2018-07-27 Sagar Ghugei965: Expose EXT_base_instance extension in OpenGLES 3.0
2018-07-26 Bas Nieuwenhuizenradv: Add support for ETC2 textures.
2018-07-26 Jan Veselyclover: Reduce wait_count in abort path.
2018-07-26 Jan Veselyclover: Don't extend illegal integer types.
2018-07-26 Kenneth Graunkeintel/compiler: Delete dead VS intrinsic handling.
2018-07-26 Eric Anholtv3d: Avoid the GFXH-1461 workaround if we have only...
2018-07-26 Eric Anholtv3d: Rework the ordering of how we clear things.
2018-07-26 Eric Anholtv3d: Only store buffers that have been written to.
2018-07-26 Eric Anholtv3d: Track the buffers being loaded separately.
2018-07-26 Eric Anholtv3d: Rename cleared/resolve to clear/store.
2018-07-26 Eric Anholtnir: Add flipping of gl_PointCoord.y in nir_lower_wpos_...
2018-07-26 Eric Engestromanv: drop unused local vars
2018-07-26 Eric Engestromanv: remove incorrect `UNUSED` flag
2018-07-26 Erik Faye-Lundgallium: initialize ureg_dst::Invariant bit
2018-07-26 Samuel Pitoisetradv: fix adjusting vertex fetches since 16bit support
2018-07-26 Samuel Pitoisetnir: remove wrong assertion in print_var_decl()
2018-07-26 Marek Olšákac: fix typo DSL_SEL -> DST_SEL
2018-07-26 Marek Olšákradeonsi: update a comment about cache behavior
2018-07-25 Kenneth Graunkeintel: Make the decoder just store addresses for bases...
2018-07-25 Kenneth Graunkeintel: Make the decoder handle STATE_BASE_ADDRESS not...
2018-07-25 Eric Engestromanv: don't crash on vkDestroyDevice(NULL)
2018-07-25 Eric Engestromvulkan/wsi: fix incorrect assignment in assert()
2018-07-25 Eric Engestromanv: fix python whitespace warning
2018-07-25 Eric Engestromanv: cleanup python imports
2018-07-25 Eric Engestromanv: remove unnecessary semicolons in python
2018-07-25 Kenneth Graunkest/nir: Fix st_nir_opts() prototype.
2018-07-25 Lionel Landwerlinintel: tools: dump: only store device id on success
2018-07-25 Gert Wollnyr600: Scale integer valued texture border colors to...
2018-07-25 Jason Ekstrandnir: Add a couple of iand/ior optimizations
2018-07-24 Jordan Justeni965, anv: Use INTEL_DEBUG for disk_cache driver flags
2018-07-24 Jordan Justeni965, anv: Add extra unused character in disk_cache...
2018-07-24 Marek Olšákmesa: allow indirect draws with the default VAO and...
2018-07-24 Danylo Piliaievmesa: Fix copy-paste error in ConservativeRasterDilateR...
2018-07-24 Jason Ekstrandnir/serialize: Alloc constants off the variable
2018-07-24 Karol Herbstnir: rename f2f16_undef to f2f16
2018-07-24 Karol Herbstnir: add builtin builder
2018-07-24 Rob Clarknir/spirv: import OpenCL.std.h
2018-07-24 Marek Olšákradeonsi: handle SI_FORCE_FAMILY early
2018-07-24 Mathieu Bridonpython: Use range() instead of xrange()
2018-07-24 Mathieu Bridonpython: Better use iterators
2018-07-24 Mathieu Bridonpython: Better sort dictionary keys/values
2018-07-24 Mathieu Bridonpython: Better iterate over dictionaries
2018-07-24 Mathieu Bridonpython: Stop using the string module
2018-07-24 Mathieu Bridonpython: Better check for keys in dicts
2018-07-24 Kenneth Graunkeintel: Make the disassembler take a const pointer to...
2018-07-24 Bas Nieuwenhuizenradv: Still enable inmemory & API level caching if...
2018-07-24 Jose Fonsecagallium/tests: Don't ignore S3TC errors.
2018-07-24 Harish Krupoegl: Fix missing clamping in eglSetDamageRegionKHR
2018-07-24 Erik Faye-Lundforward precise-flag if supported
2018-07-24 Marek Olšákradeonsi: fix pk2h breakage
2018-07-24 Marek Olšákradeonsi: reduce LDS stalls by 40% for tessellation
2018-07-24 Tom Stellardradeonsi: Add debug option to enable LLVM GlobalISel...
2018-07-23 Jason Ekstrandintel/compiler: Account for built-in uniforms in analyz...
2018-07-23 Daniel Schürmannradv: enable VK_KHR_16bit_storage extension / 16bit...
next