intel/compiler: remove abandoned comments
[mesa.git] / src /
2019-07-12 Andres Gomezintel/compiler: remove abandoned comments
2019-07-12 Andres Gomeznir/compiler: keep same bit size when lowering with...
2019-07-12 Jason Ekstrandanv: Properly compute image usage in CreateImageView
2019-07-12 Samuel Pitoisetradv/gfx10: emit DISABLE_CONSERVATIVE_ZPASS_COUNTS
2019-07-12 Samuel Pitoisetradv/gfx10: init more registers in the graphics preamble
2019-07-12 Samuel Pitoisetradv/gfx10: set HS/GS/CS.WGP_MODE
2019-07-12 Samuel Pitoisetradv/gfx10: emit GE_PC_ALLOC
2019-07-12 Samuel Pitoisetradv/gfx10: enable vertex shaders without export parameters
2019-07-12 Samuel Pitoisetradv/gfx10: launch 2 compute waves per CU before going...
2019-07-12 Samuel Pitoisetradv: use ac_get_compute_resource_limits()
2019-07-12 Samuel Pitoisetac: import ac_get_compute_resource_limits() from RadeonSI
2019-07-12 Alyssa Rosenzweigpanfrost: Initialize shift/extra_flags
2019-07-12 Alyssa Rosenzweigpanfrost: Fix build warnings
2019-07-12 Samuel Pitoisetradv/gfx10: invalidate everything in L2 when shaders...
2019-07-12 Samuel Pitoisetradv/gfx10: fix wrong emission of GE_CNTL
2019-07-12 Samuel Pitoisetradv: add more assertions to make sure packets are...
2019-07-12 Alejandro Piñeirov3d: use inc/dec tmu operation with image atomic sub...
2019-07-12 Alejandro Piñeirov3d: refactor some code from v3d40_vir_emit_image_load_...
2019-07-12 Alejandro Piñeirov3d: use inc/dec tmu operation with atomic sub/add...
2019-07-12 Alejandro Piñeirov3d: remove redefinition of tmu operations on nir_to_vir
2019-07-12 Alejandro Piñeirov3d: tweak initial comment on pack generator script
2019-07-12 Yevhenii Kolesnikovglsl/link_varyings: Fix hash table leak
2019-07-12 Kenneth Graunkeiris: Simplify devinfo access in calculate_result_on_gpu()
2019-07-12 Iago Toral Quirogav3d: remove unused definitions
2019-07-12 Iago Toral Quirogav3d: move implementation of some intrinsics to separate...
2019-07-12 Iago Toral Quirogav3d: emit correct lowering for logic ops with RGB10A2...
2019-07-12 Iago Toral Quirogav3d: emit correct lowering for logic ops with integer...
2019-07-12 Iago Toral Quirogav3d: add lowering for OpenGL logic operations
2019-07-12 Iago Toral Quirogav3d: acquire scoreboard lock before first tlb read
2019-07-12 Iago Toral Quirogav3d: implement tile buffer color read intrinsic
2019-07-12 Iago Toral Quiroganir: add a new v3d-specific intrinsic for tile buffer...
2019-07-12 Iago Toral Quirogav3d: fix size of color_reads and sample_colors arrays
2019-07-12 Iago Toral Quirogav3d: add color formats and swizzles to the fragment...
2019-07-12 Iago Toral Quirogav3d: add helpers to emit ldtlb and ldtlbu signals
2019-07-12 Iago Toral Quirogav3d: handle tlb read dependency tracking as if they...
2019-07-12 Iago Toral Quirogav3d: instructions with the ldtlb and ldtlbu signals...
2019-07-12 Iago Toral Quirogav3d: tlb loads cannot be removed
2019-07-12 Iago Toral Quirogav3d: the ldtlbu signal reads an implicit uniform
2019-07-12 Iago Toral Quirogav3d: handle ldtlb and ldtlbu signals during disassembly
2019-07-12 Samuel Pitoisetradv: report shader stage name when dumping LLVM IR
2019-07-12 Samuel Pitoisetradv: tidy up radv_get_shader_name() and add NGG stages
2019-07-12 Samuel Pitoisetradv/gfx10: update OVERWRITE_COMBINER_{MRT_SHARING...
2019-07-12 Samuel Pitoisetradv/gfx10: do not set alignment on the ngg_emit pointer
2019-07-12 Samuel Pitoisetradv/gfx10: fix exporting clip/cull distances for GS
2019-07-12 Samuel Pitoisetradv/gfx10: fix exporting the subpass view index for GS
2019-07-11 Timothy Arcerimesa: save/restore SSO flag when using ARB_get_program_...
2019-07-11 Alyssa Rosenzweigpan/midgard: Correct component count clamping PSIZ
2019-07-11 Alyssa Rosenzweigpanfrost: Remove unused display target field
2019-07-11 Alyssa Rosenzweigpanfrost/ci: Update expectations
2019-07-11 Samuel Pitoisetradv: only enable the GS copy shader stage if GS is...
2019-07-11 Eric Anholtfreedreno: Add dependency on the xml build to the winsys.
2019-07-11 Kenneth Graunkeiris: Disable SIMD32 when using a 16x MSAA framebuffer.
2019-07-11 Ian Romanicknir/algebraic: Recognize open-coded flrp(a, b, a)
2019-07-11 Ian Romanicknir/algebraic: Rearrange 1-((1-a) * (1-b)) into flrp...
2019-07-11 Ian Romanicknir/algebraic: Reassociate fadd into fmul in DPH-like...
2019-07-11 Ian Romanicknir/algebraic: Recognize open-coded flrp(-1, 1, a)...
2019-07-11 Ian Romanicknir: intel/vec4: Add flag to disable some algebraic...
2019-07-11 Ian Romanickintel/vec4: Try to emit immediate sources for MOV
2019-07-11 Ian Romanickintel/vec4: Try to emit a VF source in try_immediate_source
2019-07-11 Ian Romanickintel/vec4: Try to emit a single load for multiple...
2019-07-11 Ian Romanickintel/vec4: Refactor operand fixing for ffma and flrp
2019-07-11 Alyssa Rosenzweigpanfrost: Wire up GLES2-class polygon offset
2019-07-11 Alyssa Rosenzweigpan/decode: Depth units/factor are identical to GL
2019-07-11 Christian Gmeineretnaviv: remove dead translate_ts_sampler_format(....
2019-07-11 Caio Marcelo de... intel/fs: Add support for SLM fence in Gen11
2019-07-11 Tomeu VizosoRevert "panfrost/midgard: Use _safe iterator"
2019-07-11 Alyssa Rosenzweigpanfrost: Don't lie about Z/S formats
2019-07-11 Samuel Pitoisetradv/gfx10: enable geometry shaders
2019-07-11 Bas Nieuwenhuizenradv/gfx10: Fix NGG GS output mask handlings for LDS...
2019-07-11 Bas Nieuwenhuizenradv/gfx10: Simplify output mask handling for NGG GS.
2019-07-11 Bas Nieuwenhuizenradv/gfx10: Do GS prologue outside of gs_threads if.
2019-07-11 Samuel Pitoisetradv/gfx10: implement support for GS as NGG
2019-07-11 Bas Nieuwenhuizenradv/gfx10: Use correct ES shader for es_vgpr_comp_cnt...
2019-07-11 Bas Nieuwenhuizenradv/gfx10: Do not allocate a gs_copy_shader on gfx10.
2019-07-11 Samuel Pitoisetradv/gfx10: fix VGT_SHADER_STAGES_EN for GS as NGG
2019-07-11 Samuel Pitoisetradv/gfx10: fix number of GS invocations for NGG
2019-07-11 Tomeu Vizosopanfrost/midgard: Use _safe iterator
2019-07-11 Tomeu Vizosopanfrost: Place the height value in the height field
2019-07-11 Samuel Pitoisetradv/gfx10: fix maximum number of mip levels for 3D...
2019-07-11 Samuel Pitoisetradv/gfx10: disable TC-compat HTILE for multisampled...
2019-07-11 Kenneth Graunkeiris: Fix key->input_vertices for 8_PATCH TCS mode.
2019-07-11 Kenneth Graunkeiris: Only set key->flat_shade if COL0/COL1 are written.
2019-07-11 Kenneth Graunkeiris: Drop comment about var->data.binding not being...
2019-07-11 Kenneth Graunkeiris: Drop comments about missing NOS
2019-07-11 Kenneth Graunkeiris: Drop a TODO comment
2019-07-11 Neil Robertsglsl/builtin types: Set the precision on the depth...
2019-07-11 Neil Robertsglsl: Add a constructor for glsl_struct_field to specif...
2019-07-11 Neil Robertsglsl: Add a macro for the default values for glsl_struc...
2019-07-11 Neil Robertsglsl/builtin_variables: Add a precision to the builtins
2019-07-11 Kenneth Graunkecompiler: Save a single copy of the softfp64 shader...
2019-07-11 Timothy Arceriradv: fix memory leak when restoring from cache
2019-07-10 Kristian H. Kristensenfreedreno: Generate headers from xml files
2019-07-10 Samuel Pitoisetradv: switch to the new VS exports path
2019-07-10 Samuel Pitoisetradv: set the slot_index correctly for VARYING_SLOT_CLI...
2019-07-10 Samuel Pitoisetradv: add a new function for exporting VS outputs
2019-07-10 Samuel Pitoisetradv: implement new path for exporting generic varyings
2019-07-10 Samuel Pitoisetradv: use the generic export path for clip/cull distances
2019-07-10 Samuel Pitoisetradv: remove an extra memcpy when exporting clip/cull...
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-07-10 Jason Ekstrandi965/program_cache: Cast the key to char * before addin...
next