v3d: Split walking the CLs to generate relocs from walking CLs to dump.
[mesa.git] / src /
2018-07-30 Eric Anholtv3d: Split walking the CLs to generate relocs from...
2018-07-30 Eric Anholtv3d: Include commands to run the BCL and RCL in CLIF...
2018-07-30 Eric Anholtv3d: Use a short, underscored name for packets in CLIF...
2018-07-30 Eric Anholtv3d: Rename "configuration" and "config" in the XML...
2018-07-30 Eric Anholtv3d: s/colour/color in the XML.
2018-07-30 Eric Anholtv3d: Rename primitives to prims in the XML to match...
2018-07-30 Eric Anholtv3d: Print CLIF fixed-point values as just their decima...
2018-07-30 Eric Anholtv3d: When not doing terminal pretty-printing, comment...
2018-07-30 Eric Anholtv3d: Add a separate flag for CLIF ABI output versus...
2018-07-30 Eric Anholtv3d: Add pack header support for f187 values.
2018-07-30 Eric Anholtv3d: Move depth offset packet setup to CSO creation...
2018-07-30 Dave Airlier600: reduce num compute threads to 1024.
2018-07-30 Rob Clarkfreedreno/a5xx: fix txf_ms
2018-07-30 Rhys Perrynvc0: serialize before updating some constant buffer...
2018-07-30 Eric Anholtv3d: Block bin on render when doing vertex texturing.
2018-07-30 Eric Anholtv3d: Fix meson build without vc4.
2018-07-30 Eric Anholtvc4: Fix meson build when enabled without v3d.
2018-07-29 Jason Ekstrandnir/instr_set: Fix nir_instrs_equal for derefs
2018-07-29 Jason Ekstrandnir: Take if uses into account in ssa_def_components_read
2018-07-29 Jason Ekstrandutil/list: Make some helpers take const lists
2018-07-29 Rob Clarkfreedreno/a5xx: small cleanup
2018-07-29 Rob Clarkfreedreno/a5xx: remove unused prototype
2018-07-29 Rob Clarkfreedreno: fix caps harder
2018-07-28 Karol Herbstnir/lower_int64: mark all metadata as dirty
2018-07-28 Mauro Rossiandroid: radv: enable build of vulkan.radv HAL module
2018-07-28 Mauro Rossiandroid: radv: add Android.mk for vulkan.radv HAL module
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...
next