panfrost/midgard: Cleanup tag fetch in disassembler
[mesa.git] / src /
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Cleanup tag fetch in disassembler
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Use fancy iterator
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Cull dead branches
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Add mir_print_bundle helper
2019-06-07 Alyssa Rosenzweigpanfrost/midgard/disasm: Pretty-print branch tags
2019-06-07 Alyssa Rosenzweigpanfrost/ci: Note some since-fixed tests
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Vectorize I/O
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Remove varyings delay pass
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Apply component to load_input
2019-06-07 Eric Engestromnir: fix s/&&/||/ typo
2019-06-07 Kristian H. Kristensenfreedreno/a6xx: Drop struct stage array
2019-06-07 Kristian H. Kristensenfreedreno/a6xx: Drop support for SS6_DIRECT shader...
2019-06-07 Kristian H. Kristensenfreedreno/a6xx: Share shader_t_to_opcode
2019-06-07 Kristian H. Kristensenfreedreno/a6xx: Consolidate more of dword 0 building...
2019-06-07 Kristian H. Kristensenfreedreno: Move fd4_size2indextype() helper to freedren...
2019-06-07 Samuel Pitoisetradv: enable VK_EXT_sample_locations
2019-06-07 Samuel Pitoisetradv: enable HTILE for images that might need variable...
2019-06-07 Samuel Pitoisetradv: handle sample locations during automatic layout...
2019-06-07 Samuel Pitoisetradv: determine the first subpass id for every attachments
2019-06-07 Samuel Pitoisetradv: handle sample locations during explicit depth...
2019-06-07 Samuel Pitoisetradv: allow the depth decompress pass to emit dynamic...
2019-06-07 Samuel Pitoisetradv: allow to set dynamic sample locations to the...
2019-06-07 Samuel Pitoisetradv: allow to save/restore sample locations during...
2019-06-07 Kenneth Graunkeiris: Sweep the NIR in iris_create_uncompiled_shader().
2019-06-07 Eduardo Lima Mitevir3: Use the new NIR lowering pass for integer multipli...
2019-06-07 Eduardo Lima Mitevir3/nir: Add new NIR AlgebraicPass for lowering imul
2019-06-07 Eduardo Lima Mitevnir_algebraic: Add basic optimizations for umul_low...
2019-06-07 Eduardo Lima Mitevir3/compiler: Handle new alu opcodes 'umul_low' and...
2019-06-07 Eduardo Lima Mitevnir/opcodes: Add new 'umul_low' and 'imadsh_mix16'...
2019-06-07 Iago Toral Quirogav3d: don't emit point coordinates varyings if the FS...
2019-06-07 Iago Toral Quirogav3d: add a helper to track variables that need point...
2019-06-07 Kenneth Graunkeegl/x11: calloc dri2_surf so it's properly zeroed
2019-06-06 Mark Janestests/graw: use C99 print conversion specifier for...
2019-06-06 Alyssa Rosenzweigpanfrost/midgard: Fix crash with unused SSA values
2019-06-06 Boris Brezillonpanfrost: Report sRGB colorspace as not supported
2019-06-06 Gurchetan Singhanv: allow NV12 <--> AHARDWAREBUFFER_FORMAT_Y8Cb8Cr8_42...
2019-06-06 Connor Abbottac/nir: Remove stale TODO
2019-06-06 Connor Abbottradeonsi: Don't force dcc disable for loads
2019-06-06 Gert Wollnymesa/main: Expose EXT_clip_control and related enums...
2019-06-06 Gert Wollnymapi/glapi/registry: Update gl.xml to latest upstream...
2019-06-06 Gert Wollnyvirgl: Enable CAP_CLIP_HALFZ if host supports it
2019-06-06 Charmaine Leesvga: Remove unnecessary check for the pre flush bit...
2019-06-06 Deepak Rawatwinsys/svga/drm: Fix 32-bit RPCI send message
2019-06-06 Samuel Pitoisetradv: set the subpass before any initial subpass transi...
2019-06-06 Nataraj Deshpandeanv: Fix check for isl_fmt in assert
2019-06-06 Iago Toral Quirogav3d: fix scheduling dependency tracking for ALU with...
2019-06-06 Vasily Khoruzhicklima/ppir: add missing handling of min/max ops for...
2019-06-06 Vasily Khoruzhicklima/ppir: fix crash when program uses no registers...
2019-06-06 Jason Ekstrandutil/hash_table: Assert that keys are not reserved...
2019-06-06 Jason Ekstrandutil/set: Assert that keys are not reserved pointers
2019-06-06 Jason Ekstrandglsl/loop_analysis: Don't search for NULL variables...
2019-06-06 Jason Ekstrandnir/propagate_invariant: Don't add NULL vars to the...
2019-06-06 Ian Romanickintel/compiler: Treat b32csel as potentially producing...
2019-06-06 Ian Romanickintel/fs: Improve discard_if code generation
2019-06-06 Ian Romanickintel/fs: Add need_dest parameter to fs_visitor::nir_em...
2019-06-06 Ian Romanickintel/fs: Allow cmod propagation across reads and write...
2019-06-06 Ian Romanickintel/fs: Fix flag_subreg handling in cmod propagation
2019-06-06 Ian Romanickintel/fs: Add missing tests for cmod_propagate_not
2019-06-05 Kenneth Graunkei965: Allow signed/unsigned integer conversions in...
2019-06-05 Kenneth Graunkeintel/blorp: Handle SINT/UINT clamping on blits.
2019-06-05 Caio Marcelo de... anv/pipeline: Move lowering of nir_var_mem_global later
2019-06-05 Kenneth Graunkest/nir: Don't use GLSL IR's MOD_TO_FLOOR lowering when...
2019-06-05 Kenneth Graunkeradeonsi: Enable NIR's lower_fmod option.
2019-06-05 Kenneth Graunkevc4: Enable NIR's lower_fmod option.
2019-06-05 Kenneth Graunkev3d: Enable NIR's lower_fmod option.
2019-06-05 Kenneth Graunkenir: Combine lower_fmod16/32 back into a single lower_fmod.
2019-06-05 Kenneth Graunkenir: Drop lower_fmod64 option.
2019-06-05 Kenneth Graunkepanfrost: Switch to nir_lower_doubles instead of lower_...
2019-06-05 Kenneth Graunkenouveau: Use nir_lower_doubles instead of lower_fmod64...
2019-06-05 Kenneth Graunkegallium: Drop lower_fmod64 from drivers that don't...
2019-06-05 Alyssa Rosenzweigpanfrost/midgard: Verify SSA claims when pipelining
2019-06-05 Alyssa Rosenzweigpanfrost/midgard: Don't assign var locations ourselves
2019-06-05 Tomeu Vizosopanfrost: Reload framebuffer contents if there's no...
2019-06-05 Alyssa Rosenzweigpanfrost: Don't flip scanout
2019-06-05 Timur Kristófst/nine: Use tgsi_to_nir when preferred IR is NIR.
2019-06-05 Lionel Landwerlinintel/perf: improve dynamic loading config detection
2019-06-05 Jason Ekstrandintel/nir: Take nir_shader*s in brw_nir_link_shaders
2019-06-05 Jason Ekstrandintel/nir: Stop returning the shader from helpers
2019-06-05 Jason Ekstrandnir: Don't replace the nir_shader when NIR_TEST_SERIALIZE=1
2019-06-05 Jason Ekstrandnir: Don't replace the nir_shader when NIR_TEST_CLONE=1
2019-06-05 Caio Marcelo de... iris: Only recompile CS when needed
2019-06-05 Lionel Landwerlinintel/perf: fix EuThreadsCount value in performance...
2019-06-05 Mark Janesintel/tools: use C99 print conversion specifier for...
2019-06-05 Samuel Pitoisetradv: use only one descriptor in the fmask expand pass
2019-06-05 Samuel Pitoisetradv: set ACCESS_NON_READABLE on the fmask expand pass...
2019-06-05 Samuel Pitoisetradv: remove one useless image type in the fmask expand...
2019-06-05 Kristian H. Kristensenfreedreno/ir3: Extend debug helpers to support TCS...
2019-06-05 Kristian H. Kristensenfreedreno/a6xx: Use VALIDREG in next_regid() helper
2019-06-05 Kristian H. Kristensenfreedreno/a6xx: Remove dead code from a5xx
2019-06-05 Kristian H. Kristensenfreedreno/ir3: Generalize ir3_shader_disasm()
2019-06-05 Alyssa Rosenzweigpanfrost/midgard: Always break up fragment writeout
2019-06-05 Alyssa Rosenzweigpanfrost/midgard: Fix cubemap regression
2019-06-03 Deepak Rawatwinsys/drm: Fix out of scope variable usage
2019-06-05 Alyssa Rosenzweigpanfrost/midgard: Lower integer division
2019-06-05 Alyssa Rosenzweigpanfrost/midgard: Fix 1-arg ALU memory corruption
2019-06-05 Alyssa Rosenzweigpanfrost/midgard: Add a bunch of new ALU ops
2019-06-05 Emil Velikovegl: add EGL_platform_device support
2019-06-05 Emil Velikovegl: keep the software device at the end of the list
2019-06-05 Emil Velikovegl/dri: flesh out and use dri2_create_drawable()
2019-06-05 Emil Velikovegl: fold X11 attrib handling like other platforms
next