v3d: Move uniform pretty-printing to its own helper function.
[mesa.git] / src /
2018-12-15 Eric Anholtv3d: Move uniform pretty-printing to its own helper...
2018-12-15 Eric Anholtv3d: Move uinfo->data[] dereference to the top of v3d_w...
2018-12-15 Eric Anholtv3d: Avoid assertion failures when removing end-of...
2018-12-15 Eric Anholtv3d: Add support for draw indirect for GLES3.1.
2018-12-15 Eric Anholtv3d: Add missing flagging of SYNCB as a TSY op.
2018-12-15 Eric Anholtv3d: Make sure that a thrsw doesn't split a multop...
2018-12-15 Eric Anholtv3d: Add safety checks for resource_create().
2018-12-15 Eric Anholtv3d: Add support for texturing from linear.
2018-12-15 Eric Anholtv3d: Add support for using the TFU to do some blits.
2018-12-15 Eric Anholtv3d: Don't forget to bump the number of writes when...
2018-12-15 Eric Anholtv3d: Set up the right stride for raster TFU.
2018-12-15 Eric Anholtv3d: Don't forget to wait for our TFU job before render...
2018-12-15 Ilia Mirkinnvc0: always keep TSC slot 0 bound to fix TXF
2018-12-15 Ilia Mirkinnvc0: replace use of explicit default_tsc with entry 0
2018-12-14 Rob Clarkfreedreno/a6xx: fix corrupted uniforms
2018-12-14 Rafael Antognollii965/gen9: Add workarounds for object preemption.
2018-12-14 Rafael Antognollii965/gen10+: Enable object level preemption.
2018-12-14 Rafael Antognolliintel/genxml: Add register for object preemption.
2018-12-14 Ian Romanickutil/slab: Rename slab_mempool typed parameters to...
2018-12-14 Ian Romanicknir/phi_builder: Internal users should use nir_phi_buil...
2018-12-14 Christian Gmeineretnaviv: drop redundant ctx function parameter
2018-12-14 Kenneth Graunkegenxml: Consistently use a numeric "MOCS" field
2018-12-14 Timothy Arcerinir: fix opt_if_loop_last_continue()
2018-12-13 Rob Clarkfreedreno/a6xx: fix resource_copy_region()
2018-12-13 Rob Clarkfreedreno: move fd_resource_copy_region()
2018-12-13 Rob Clarkfreedreno/a6xx: more blitter fixes
2018-12-13 Rob Clarkfreedreno: update generated headers
2018-12-13 Rob Clarkgallium/aux: add is_unorm() helper
2018-12-13 Rob Clarkfreedreno/a6xx: fix blitter crash
2018-12-13 Rob Clarkfreedreno/ir3: don't remove unused input components
2018-12-13 Rob Clarkfreedreno/ir3: fix crash
2018-12-13 Rob Clarkfreedreno: also set DUMP flag on shaders
2018-12-13 Rob Clarkfreedreno: debug GEM obj names
2018-12-13 Rob Clarkfreedreno/drm: sync uapi and enable softpin
2018-12-13 Eric Anholtnir: Move intel's half-float image store lowering to...
2018-12-13 Eric AnholtRevert "intel: Simplify the half-float packing in image...
2018-12-13 Eric Anholtnir: Print the format of image variables.
2018-12-13 Eric Anholtmesa/st: Expose compute shaders when NIR support is...
2018-12-13 Dave Airlieradv/xfb: fix counter buffer bounds checks.
2018-12-13 Jason Ekstrandi965: Enable nir_opt_idiv_const for 32 and 64-bit integers
2018-12-13 Jason Ekstrandi965/vec4: Implement nir_op_uadd_sat
2018-12-13 Ian Romanicki965/fs: Implement nir_op_uadd_sat
2018-12-13 Jason Ekstrandnir: Add a pass for lowering integer division by constants
2018-12-13 Ian Romanicknir: Add a saturated unsigned integer add opcode
2018-12-13 Jason Ekstrandnir/lower_int64: Add support for [iu]mul_high
2018-12-13 Jason Ekstrandnir: Allow [iu]mul_high on non-32-bit types
2018-12-13 Emil Velikovglx: mandate xf86vidmode only for "drm" dri platforms
2018-12-13 Alejandro Piñeironir: remove unused variable
2018-12-13 Erik Faye-Lundvirgl: work around bad assumptions in virglrenderer
2018-12-13 Erik Faye-Lundvirgl: wrap vertex element state in a struct
2018-12-13 Erik Faye-Lundvirgl: simplify virgl_hw_set_index_buffer
2018-12-13 Erik Faye-Lundvirgl: simplify virgl_hw_set_vertex_buffers
2018-12-13 Samuel Pitoisetradv: don't check if format is depth in radv_image_can_...
2018-12-13 Samuel Pitoisetradv: check if addrlib enabled HTILE in radv_image_can_...
2018-12-13 Samuel Pitoisetradv: switch on EOP when primitive restart is enabled...
2018-12-13 Samuel Pitoisetradv: allow to skip DCC decompressions with the new...
2018-12-13 Samuel Pitoisetradv: add a predicate for reflecting DCC decompression...
2018-12-13 Jordan Justeni965/compute: Emit GPGPU_WALKER in genX_state_upload
2018-12-13 Jordan Justeni965/genX_state: Add register access functions
2018-12-13 Eric Anholtintel: Simplify the half-float packing in image load...
2018-12-13 Eric Anholtnir: Pull some of intel's image load/store format conve...
2018-12-13 Eric Anholtnir: Add some more consts to the nir_format_convert...
2018-12-12 Timothy Arcerinir: detect more induction variables
2018-12-12 Timothy Arcerinir: reword code comment
2018-12-12 Timothy Arcerinir: in loop analysis track actual control flow type
2018-12-12 Danylo Piliaievnir: add if opt opt_if_loop_last_continue()
2018-12-12 Timothy Arcerinir: rework force_unroll_array_access()
2018-12-12 Timothy Arcerinir: factor out some of the complex loop unroll code...
2018-12-12 Rhys Kiddmeson: libfreedreno depends upon libdrm (for fence...
2018-12-12 Jason Ekstrandnir: Document the function inlining process
2018-12-12 Jason Ekstrandintel/blorp: Assert that we don't re-layout a compresse...
2018-12-12 Jason Ekstrandanv/pipeline: Set the correct binding count for compute...
2018-12-12 Samuel Pitoisetradv: bump reported version to 1.1.90
2018-12-12 Erik Faye-Lundvirgl: force linear texturing support
2018-12-12 Iago Toral Quirogaintel/compiler: do not copy-propagate strided regions...
2018-12-12 Jason Ekstrandanv: Advertise support for MinLod on Skylake+
2018-12-12 Jason Ekstrandintel/fs: Support min_lod parameters on texture instruc...
2018-12-12 Jason Ekstrandnir/lower_tex: Add lowering for some min_lod cases
2018-12-12 Jason Ekstrandnir/lower_tex: Modify txd instructions instead of repla...
2018-12-12 Jason Ekstrandnir/lower_tex: Simplify lower_gradient logic
2018-12-12 Jason Ekstrandspirv: Add support for MinLod
2018-12-12 Jason Ekstrandintel/ir: Don't allow allocating zero registers
2018-12-12 Roland Scheideggergallivm: remove unused float coord wrapping for aos...
2018-12-11 Neil Robertsfreedreno: Add .dir-locals to the common directory
2018-12-11 Rob Clarkmesa/st/nir: fix missing nir_compact_varyings
2018-12-11 Rob Clarknir: fix spelling typo
2018-12-11 Jason Ekstrandanv,radv: Disable VK_EXT_pci_bus_info
2018-12-10 Kristian H. Kristensenglapi: fixup EXT_multisampled_render_to_texture dispatch
2018-12-10 Kristian H. Kristensenfreedreno: Fix the Makefile.am fix
2018-12-10 Matt Turneri965/fs: Handle V/UV immediates in dump_instructions()
2018-12-10 Sagar Ghugeintel/compiler: Always print flag subregister number
2018-12-10 Sagar Ghugeintel/compiler: Set swizzle to BRW_SWIZZLE_XXXX for...
2018-12-10 Dylan Bakermeson: Add nir_algebraic_parser_test to suites
2018-12-10 Emil Velikovamd/addrlib: drop si_ci_vi_merged_enum.h from the list
2018-12-10 Emil Velikovfreedreno: add the missing _la in libfreedreno_ir3_la
2018-12-10 Emil Velikovfreedreno: drop duplicate MKDIR_GEN declaration
2018-12-10 Kirill Burtsevloader: free error state, when checking the drawable...
2018-12-10 Timothy Arcerinir: make use of new nir_cf_list_clone_and_reinsert...
2018-12-10 Timothy Arcerinir: add a new nir_cf_list_clone_and_reinsert() helper
2018-12-10 Timothy Arcerinir: clarify some nit_loop_info member names
next